Updated deposit event logs #80
actions.yml
on: pull_request
Contracts
/
Wasm tests
3m 6s
Contracts
/
Rust tests
29s
Contracts
/
Clippy linter check
25s
Annotations
7 errors and 10 warnings
[clippy] esdt-safe/src/to_sovereign/events.rs#L1:
esdt-safe/src/to_sovereign/events.rs#L1
error[E0432]: unresolved import `num_bigint`
--> esdt-safe/src/to_sovereign/events.rs:1:5
|
1 | use num_bigint::BigUint;
| ^^^^^^^^^^ use of undeclared crate or module `num_bigint`
|
Contracts / Rust tests:
esdt-safe/src/to_sovereign/events.rs#L1
unresolved import `num_bigint`
|
Contracts / Rust tests:
esdt-safe/src/to_sovereign/events.rs#L42
cannot find type `MultivalueEncoded` in this scope
|
Contracts / Rust tests
Process completed with exit code 101.
|
Contracts / Wasm tests:
esdt-safe/src/to_sovereign/events.rs#L1
unresolved import `num_bigint`
|
Contracts / Wasm tests:
esdt-safe/src/to_sovereign/events.rs#L42
cannot find type `MultivalueEncoded` in this scope
|
Contracts / Wasm tests
Process completed with exit code 101.
|
[clippy] esdt-safe/src/to_sovereign/events.rs#L3:
esdt-safe/src/to_sovereign/events.rs#L3
warning: unused imports: `BlockNonce`, `PaymentsVec`
--> esdt-safe/src/to_sovereign/events.rs:3:53
|
3 | transaction_status::TransactionStatus, BatchId, BlockNonce, GasLimit, PaymentsVec, TransferData, TxId
| ^^^^^^^^^^ ^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|
[clippy] esdt-safe/src/to_sovereign/events.rs#L1:
esdt-safe/src/to_sovereign/events.rs#L1
warning: unused import: `num_bigint::BigUint`
--> esdt-safe/src/to_sovereign/events.rs:1:5
|
1 | use num_bigint::BigUint;
| ^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|
[clippy] esdt-safe/src/to_sovereign/events.rs#L3:
esdt-safe/src/to_sovereign/events.rs#L3
warning: unused imports: `BlockNonce`, `PaymentsVec`
--> esdt-safe/src/to_sovereign/events.rs:3:53
|
3 | transaction_status::TransactionStatus, BatchId, BlockNonce, GasLimit, PaymentsVec, TransferData, TxId
| ^^^^^^^^^^ ^^^^^^^^^^^
|
Contracts / Clippy linter check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, giraffate/clippy-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Contracts / Rust tests
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/.
|
Contracts / Rust tests:
esdt-safe/src/to_sovereign/events.rs#L3
unused imports: `BlockNonce`, `PaymentsVec`
|
Contracts / Rust tests:
esdt-safe/src/to_sovereign/events.rs#L1
unused import: `num_bigint::BigUint`
|
Contracts / Rust tests:
esdt-safe/src/to_sovereign/events.rs#L3
unused imports: `BlockNonce`, `PaymentsVec`
|
Contracts / Wasm tests
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/.
|
Contracts / Wasm tests:
esdt-safe/src/to_sovereign/events.rs#L3
unused imports: `BlockNonce`, `PaymentsVec`
|