-
Notifications
You must be signed in to change notification settings - Fork 115
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
Add runtime accounts and staking runtime messages #3511
Conversation
4209836
to
75ff7e4
Compare
0c390c8
to
9f8716f
Compare
75ff7e4
to
6442aa3
Compare
9f8716f
to
49d77bc
Compare
6442aa3
to
64136db
Compare
49d77bc
to
40f3501
Compare
64136db
to
443b4f5
Compare
40f3501
to
d4a6617
Compare
Codecov Report
@@ Coverage Diff @@
## master #3511 +/- ##
==========================================
- Coverage 66.48% 66.47% -0.01%
==========================================
Files 377 377
Lines 34288 34469 +181
==========================================
+ Hits 22797 22914 +117
- Misses 8189 8246 +57
- Partials 3302 3309 +7
Continue to review full report at Codecov.
|
be5ea4c
to
1d49b8d
Compare
1d49b8d
to
eca2dcc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
checked first 4 commits (will continue with review later)
eca2dcc
to
b59d6b3
Compare
This adds two methods, PriceDiscovery for getting the configured price discovery, and EstimateGasAndSetFee for doing the gas and fee estimation.
b59d6b3
to
780e576
Compare
Ah yes, I forgot about the CLI subcommands, added with tests, thanks! |
780e576
to
42336e6
Compare
This makes it more convenient to use the consensus client backend.
Since there are now other actual runtime messages, those can be used instead when testing runtime messages.
42336e6
to
62c6866
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a small nit, otherwise looks good!
62c6866
to
4c51f66
Compare
Fixes #3429
Fixes #2077
TODO
go/roothash/block/messages.go
togo/roothash/messages
.oasis_core_runtime::consensus::*
(currently it's directly under common). This includes address, registry, roothash, staking.