-
Notifications
You must be signed in to change notification settings - Fork 2
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
CEP-18 #402
CEP-18 #402
Conversation
Warning Rate Limit Exceeded@kubaplas has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 17 minutes and 14 seconds before requesting another review. How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. WalkthroughThe recent updates focus on enhancing the Odra framework and Casper network functionality. New methods for managing named and dictionary values in contract storage have been introduced, along with improvements in error handling and testing capabilities. Additionally, the CEP-18 token standard implementation has been expanded, offering more robust features for token management and operations. Changes
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
Benchmark report
|
51203d0
to
9c0517f
Compare
Fixed missing fqn in schema macro.
Events in CEP-18.
84e4075
to
d3568db
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.
Actionable comments posted: 2
Out of diff range and nitpick comments (1)
examples/bin/cep18_on_livenet.rs (1)
45-64
: Clarify that the parameters indeploy_cep18
are example values.The function
deploy_cep18
uses hardcoded values for the contract's parameters. It would be beneficial to add comments indicating that these are example values and should be adjusted according to actual use cases.
Benchmark report
|
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.
Well done :)
Benchmark report
|
Benchmark report
|
500233b
to
6199aa9
Compare
Added named keys and dictionary methods to benchmark.
6199aa9
to
f985b99
Compare
Benchmark report
|
Implementation of CEP-18 in Odra.
Named keys implementation is still missing.
Summary by CodeRabbit