Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[**Part-1**] neo-module/master #3232

Merged
merged 30 commits into from
May 21, 2024
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
40614dd
Moved `neo-modules` to `neo`
cschuchardt88 May 14, 2024
b1bad7c
Configured module projects
cschuchardt88 May 14, 2024
69c8ded
Configured Test Projects
cschuchardt88 May 14, 2024
5ffd0b1
Dotnet format
cschuchardt88 May 14, 2024
143db61
Update github workflow for tests
cschuchardt88 May 14, 2024
fc17bed
removed dupes in `.editorconfig`
cschuchardt88 May 14, 2024
c66a438
remove dupe file
cschuchardt88 May 14, 2024
d185b7a
Fixed waarning
cschuchardt88 May 14, 2024
0453f0a
fixed `macOS` workflow for leveldb
cschuchardt88 May 14, 2024
4e9f0d8
Added `EXCLUDED_TESTS` for `Neo.Plugins.Storage` on `macOS` and `Wind…
cschuchardt88 May 14, 2024
483c831
Fixed workflow tests for `windows`
cschuchardt88 May 14, 2024
3902acf
Fixed `char` ecsape for tests on `windows`
cschuchardt88 May 14, 2024
e354cbd
Fixed tests
cschuchardt88 May 14, 2024
71105dd
Fixed tests
cschuchardt88 May 14, 2024
e13b8a2
Apply suggestions from code review
shargon May 14, 2024
79fe63f
Apply suggestions from code review
shargon May 14, 2024
f80b145
Update .editorconfig
cschuchardt88 May 14, 2024
3289c9c
Update .editorconfig
cschuchardt88 May 14, 2024
9e3017b
Changed for @vncoelho request
cschuchardt88 May 16, 2024
cac59ae
Merge branch 'neo-module/master' of https://github.com/cschuchardt88/…
cschuchardt88 May 16, 2024
5871878
Merge branch 'master' into neo-module/master
cschuchardt88 May 16, 2024
d8fc1c4
Added @vncoelho changes
cschuchardt88 May 16, 2024
b728ef3
Merge branch 'neo-module/master' of https://github.com/cschuchardt88/…
cschuchardt88 May 16, 2024
cb014ff
Moved `RpcClient` to `src\plugins`
cschuchardt88 May 17, 2024
2144e0b
fixed rpc tests
cschuchardt88 May 18, 2024
19502d9
Merge branch 'master' into neo-module/master
shargon May 20, 2024
4db6165
Update .github/workflows/main.yml
cschuchardt88 May 20, 2024
81ad31a
Update .github/workflows/main.yml
cschuchardt88 May 20, 2024
68e4146
Update .github/workflows/main.yml
cschuchardt88 May 20, 2024
232092f
Merge branch 'master' into neo-module/master
vncoelho May 20, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Test
if: matrix.os != 'ubuntu-latest'
cschuchardt88 marked this conversation as resolved.
Show resolved Hide resolved
run: |
dotnet sln neo.sln remove ./tests/Neo.Plugins.Storage.Tests/Neo.Plugins.Storage.Tests.csproj
sudo apt-get --assume-yes install libleveldb-dev librocksdb-dev
cschuchardt88 marked this conversation as resolved.
Show resolved Hide resolved
cschuchardt88 marked this conversation as resolved.
Show resolved Hide resolved
dotnet test
- name: Test for coverall
if: matrix.os == 'ubuntu-latest'
Expand Down
Loading