-
Notifications
You must be signed in to change notification settings - Fork 707
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
Replace gas price with fee, or remove it #3173
Conversation
gterzian
commented
Oct 20, 2022
- document all added functions
- try in sandbox /simulation/labnet
- unit tests on the added/changed features
- make tests compile
- make tests pass
- add logs allowing easy debugging in case the changes caused problems
- if the API has changed, update the API specification
f4e8e6c
to
05b1d25
Compare
@damip Thanks for the review, it is ready for another round. Still wondering about #3173 (comment) |
2322116
to
3ad0d60
Compare
Tested this with the simulator(using the branch of massalabs/massa-sc-runtime#156 for the runtime). The |
3ad0d60
to
4f97e45
Compare
@aoudiamoncef Could you please take a look at the changes to |
@damip @aoudiamoncef Should we try to merge both this one and massalabs/massa-sc-runtime#156 ? |
@gterzian there are some unadressed comments in this PR. Can you address them all ? |
Yes, thanks for pointing those out... @damip |
@damip Note that the Is this intended? |
Ok I think we can review as a package this PR, as well as: |
Ok the runtime dependency now points to the |
@AurelienFT ran |
I think you can fix conflicts and merge it so. |
7fb0e85
to
cfcc328
Compare
Actually it's intermittent, I've opened #3241 Should we merge this one? @AurelienFT |
Let's merge this imho, I'll take care of the bootstrap test #3241 (comment) |
3181: Testnet 17 r=AurelienFT a=gterzian This PR is a batch for testnet 17. These PRs should be merged before merging this one : - #3202 - #3205 - #3162 - #3203 - #3232 - #3192 - #3229 - #3221 - #3219 - #3210 - #3191 - #3173 - massalabs/massa-sc-runtime#161 - massalabs/massa-sc-runtime#164 - #3253 - #3249 - #3238 After merging this PR we should merge these before release testnet 17 : - massalabs/massa-as-sdk#49 - massalabs/massa-as-sdk#39 Co-authored-by: AurelienFT <[email protected]>