Merge pull request #37 from OffchainLabs/update-install-instructions #135
Annotations
5 warnings
field `status` is never read:
src/replay/trace.rs#L384
warning: field `status` is never read
--> src/replay/trace.rs:384:9
|
383 | UserReturned {
| ------------ field in this variant
384 | status: u32,
| ^^^^^^
|
field `args_len` is never read:
src/replay/trace.rs#L381
warning: field `args_len` is never read
--> src/replay/trace.rs:381:9
|
380 | UserEntrypoint {
| -------------- field in this variant
381 | args_len: u32,
| ^^^^^^^^
|
field `receipt` is never read:
src/replay/trace.rs#L22
warning: field `receipt` is never read
--> src/replay/trace.rs:22:9
|
20 | pub struct Trace {
| ----- field in this struct
21 | top_frame: TraceFrame,
22 | pub receipt: TransactionReceipt,
| ^^^^^^^
|
= note: `Trace` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
= note: `#[warn(dead_code)]` on by default
|
(x86_64-unknown-linux-gnu, nightly)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
(x86_64-unknown-linux-gnu, stable)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|