feat: add support methods related to eth-connector #95
Annotations
8 errors and 3 warnings
this function takes 6 arguments but 4 arguments were supplied:
src/cli/advanced/near.rs#L655
error[E0061]: this function takes 6 arguments but 4 arguments were supplied
--> src/cli/advanced/near.rs:655:30
|
655 | account: Account::new(aurora_amount, 0, CryptoHash::default(), 0),
| ^^^^^^^^^^^^--------------------------------------------
| | | |
| | | expected `near_primitives::hash::CryptoHash`, found `{integer}`
| | expected `u64`, found `near_primitives::hash::CryptoHash`
| two arguments of type `u64` and `u32` are missing
|
note: associated function defined here
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/near-primitives-core-0.23.0/src/account.rs:81:12
|
81 | pub fn new(
| ^^^
help: did you mean
|
655 | account: Account::new(aurora_amount, 0, 0, CryptoHash::default(), /* u64 */, /* u32 */),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
this function takes 6 arguments but 4 arguments were supplied:
src/cli/advanced/near.rs#L655
error[E0061]: this function takes 6 arguments but 4 arguments were supplied
--> src/cli/advanced/near.rs:655:30
|
655 | account: Account::new(aurora_amount, 0, CryptoHash::default(), 0),
| ^^^^^^^^^^^^--------------------------------------------
| | | |
| | | expected `near_primitives::hash::CryptoHash`, found `{integer}`
| | expected `u64`, found `near_primitives::hash::CryptoHash`
| two arguments of type `u64` and `u32` are missing
|
note: associated function defined here
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/near-primitives-core-0.23.0/src/account.rs:81:12
|
81 | pub fn new(
| ^^^
help: did you mean
|
655 | account: Account::new(aurora_amount, 0, 0, CryptoHash::default(), /* u64 */, /* u32 */),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
Tests Advanced CLI:
src/cli/advanced/near.rs#L655
this function takes 6 arguments but 4 arguments were supplied
|
Tests Advanced CLI
could not compile `aurora-cli-rs` (bin "aurora-cli") due to previous error
|
Tests Advanced CLI
The process '/root/.cargo/bin/cargo' failed with exit code 101
|
Tests Simple CLI
The job was canceled because "Advanced" failed.
|
Tests Silo CLI
The job was canceled because "Advanced" failed.
|
Tests Silo CLI
The operation was canceled.
|
Tests Advanced CLI
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.316.1. Please update to the latest version 2.317.0
|
Tests Advanced CLI
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Tests Advanced CLI
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|