-
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
Casper 2.0 #502
Casper 2.0 #502
Conversation
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 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 using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
3fe76ea
to
f77c524
Compare
Benchmark report
|
f77c524
to
b85eef3
Compare
Benchmark report
|
b85eef3
to
fd0e287
Compare
Benchmark report
|
fd0e287
to
19e060f
Compare
Benchmark report
|
Benchmark report
|
b1e806a
to
f539e3f
Compare
Benchmark report
|
f539e3f
to
bde22de
Compare
Benchmark report
|
bde22de
to
f5f3af8
Compare
Benchmark report
|
f5f3af8
to
b315b2e
Compare
Benchmark report
|
@@ -74,6 +74,7 @@ impl OdraVmState { | |||
|
|||
pub fn emit_event(&mut self, event_data: &Bytes) { | |||
let contract_address = self.callstack.current().address(); | |||
#[allow(clippy::manual_inspect)] |
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.
Why?
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.
Newest clippy wants me to rewrite the code using inspect, but I failed...
Benchmark report
|
9f99a7e
to
05e75af
Compare
Benchmark report
|
05e75af
to
9ef578e
Compare
Benchmark report
|
9ef578e
to
6d329f5
Compare
Benchmark report
|
6d329f5
to
eb78c43
Compare
Benchmark report
|
Benchmark report
|
2 similar comments
Benchmark report
|
Benchmark report
|
Benchmark report
|
Updated github actions to use the latest version of artifact management actions.
Updated chainspec to be compatible with casper-execution-engine 7.0.3
* Remove unused file * Update schema description * Add OdraConfig trait to set `odra_cfg` properties * Add a livenet example with `OdraConfig`
* Add execution context to contract container * Add test of a manual `init` call
* Add more traits and structs to odra::prelude * fix test in odra-macros * update templates --------- Co-authored-by: Maciej Zieliński <maciej@odra.dev>
* Move odra-cli to the main repo --------- Co-authored-by: Maciej Zieliński <maciej@odra.dev>
* Improved errors. * Unified rust-toolchain across packages. * Removed ContractPackageHash. * Moved handling Odra errors outside rpc client. * Removed casper types through odra types from rpc client. * Update chainspec to be compatible with newest version of Condor. * Native events.
07fca5a
to
33b943e
Compare
0b38f87
to
fcb840f
Compare
No description provided.