-
Notifications
You must be signed in to change notification settings - Fork 711
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
Testnet 18 #3280
Merged
Merged
Testnet 18 #3280
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…efactoring Refactor list_required_active_blocks
* Add node ID version and prefix. * Add prefix before block id. * Add operation id prefix and version and fix example of block id from_str * Add endorsement prefix and clean up function that shouldn't be used anymore. * Fix doctest. * Fix operations tests. * Remove to_bs58_check in public key and keypair
Gas limit for read-only / execute / call SC execution
Co-authored-by: sydhds <sd@massa.net>
* refactor: propagate returned value from the module call * Format the execution module. * Add API return the result of the executed function. * Fix API documentation of read only functions. * Remove nextest usage * Update rust CI versions. Co-authored-by: AurelienFT <aurelien.foucault@epitech.eu>
Move init of the consensus to block the load of the node.
* Optimize CI. * Split check job to speed up * Test remove job key. * Fix CI format. * Update rust cache * Fix CI. * Test having a more global key. * Try to have a global key. * Try to use the same cache across all jobs.
* Add basic benchmark. * Basic benchmarking skeleton. * Format the code. * Add some documentation. * Use wasm instead of WAT in contract. * Make criterion only for benchmark.
* refactor: use re export to avoid adding dependencies everywhere * refactor: add new module for ws * refactor: add OpenRPC definition for new operations * fix: openrpc && config * refactor: use simple type exports * refactor: ws consensus * refactor: simplify ws integration * fix: wrong senders receivers usage in tests
Eitu33
approved these changes
Jan 2, 2023
bors merge |
Build succeeded! And happy new year! 🎉 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR for testnet 18. PRS in this testnet :
get_blocks
method to JSONRPC API #3342