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

Implement RPC errors proposal #156 #815

Merged
merged 61 commits into from
Mar 18, 2024
Merged
Changes from 1 commit
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
20d5643
implemente RPC errors proposal #156
Jim8y Aug 29, 2023
8af6a53
fix debug
Jim8y Aug 29, 2023
3128001
Merge branch 'master' into Add-error-codes-and-response-errors
Jim8y Aug 30, 2023
cf687c6
Apply suggestions from code review
shargon Aug 31, 2023
f5d082e
fix typo
Jim8y Sep 1, 2023
45e0a67
Format code
shargon Sep 1, 2023
d43fe32
one class per file
Jim8y Sep 1, 2023
814fda1
Merge branch 'Add-error-codes-and-response-errors' of github.com:Liao…
Jim8y Sep 1, 2023
0afc30e
code format
Jim8y Sep 1, 2023
a5be5b5
Merge branch 'master' into Add-error-codes-and-response-errors
Jim8y Sep 8, 2023
603527f
Clean code
shargon Sep 11, 2023
62c1dd7
Merge branch 'master' into Add-error-codes-and-response-errors
Jim8y Sep 15, 2023
e378e13
Merge branch 'master' into Add-error-codes-and-response-errors
Jim8y Sep 15, 2023
e7fac0c
Merge branch 'master' into Add-error-codes-and-response-errors
shargon Nov 12, 2023
b73dda6
fix error
Jim8y Nov 13, 2023
724bca9
Unify namespace
shargon Nov 13, 2023
c8b6554
Update .editorconfig
shargon Nov 13, 2023
2196c62
adopt old namespace style
Jim8y Nov 13, 2023
98be42f
format
Jim8y Nov 13, 2023
7df4a79
Merge branch 'Add-error-codes-and-response-errors' of github.com:Liao…
Jim8y Nov 13, 2023
41f3e01
Fix .editorconfig
shargon Nov 13, 2023
52e2b6d
Remove .editorconfig
shargon Nov 13, 2023
4024f84
Shargon's review
shargon Nov 13, 2023
ab1fb6b
Merge branches 'Add-error-codes-and-response-errors' and 'Add-error-c…
shargon Nov 13, 2023
6b0a4cd
Optimize code reusing static objects
shargon Nov 13, 2023
4a7ed21
Some uts
shargon Nov 13, 2023
c657526
Fix ut
shargon Nov 13, 2023
2bf8dfb
Remove cast
shargon Nov 13, 2023
c13494f
Remove static
shargon Nov 14, 2023
3a8d279
Comment not used
shargon Nov 14, 2023
4678745
Update src/StateService/StatePlugin.cs
shargon Nov 14, 2023
0fbce32
Some Anna's feedback
shargon Nov 14, 2023
e7a1c35
fix ut
shargon Nov 14, 2023
6bd3174
More info
shargon Nov 14, 2023
f887529
Add . at the end to all of them
shargon Nov 14, 2023
a55a7ea
Merge branch 'master' into Add-error-codes-and-response-errors
shargon Nov 17, 2023
2452299
update error code
Jim8y Nov 22, 2023
4048a69
add 600 error code and add extra parameter checks. update exception t…
Jim8y Nov 22, 2023
8e019f8
optimize code and fix ut
Jim8y Nov 22, 2023
513787f
use result to replace try-catch
Jim8y Nov 22, 2023
c96655b
update result with data parameter
Jim8y Nov 22, 2023
118cd7c
address more anna's comments
Jim8y Nov 22, 2023
ae408c9
fix oracle exception
Jim8y Nov 22, 2023
3191c2f
fix GetRelayResult
Jim8y Nov 22, 2023
c939556
fix iterator with result
Jim8y Nov 22, 2023
daa3f93
Update src/RpcServer/RpcError.cs
Jim8y Nov 22, 2023
46f524b
Update src/RpcServer/RpcServer.Node.cs
Jim8y Nov 22, 2023
015dab1
Update src/RpcServer/Result.cs
Jim8y Nov 24, 2023
ce6c0b0
add more result checking function and simplify the process of checkin…
Jim8y Nov 24, 2023
af121a3
add more params check
Jim8y Nov 24, 2023
635fa16
Merge branch 'master' into Add-error-codes-and-response-errors
Jim8y Dec 13, 2023
88a2e95
update exception
Jim8y Dec 13, 2023
5f0c5bd
Merge branch 'master' into Add-error-codes-and-response-errors
shargon Jan 8, 2024
f6ef535
all good now
Jim8y Jan 10, 2024
9704327
Merge branch 'master' into Add-error-codes-and-response-errors
shargon Jan 10, 2024
fccd69a
runs dotnet format. and fix errors
Jim8y Jan 10, 2024
25016f7
update Can't get next block validators
Jim8y Jan 11, 2024
68f577a
Merge branch 'master' into Add-error-codes-and-response-errors
Jim8y Jan 11, 2024
a744755
Merge branch 'master' into Add-error-codes-and-response-errors
Jim8y Feb 15, 2024
89c125b
Merge branch 'master' into Add-error-codes-and-response-errors
Jim8y Feb 16, 2024
2765606
Merge branch 'master' into Add-error-codes-and-response-errors
Jim8y Mar 13, 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
Prev Previous commit
Next Next commit
Merge branch 'master' into Add-error-codes-and-response-errors
Jim8y authored Jan 11, 2024
commit 68f577a51ba1d69d2751403a96e060558f5c5410

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.