You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is your console command if you need to script it or re-run:
near transaction construct-transaction nadyatar.statelessnet nadyatar.pool.statelessnet add-action function-call ping json-args {} prepaid-gas '100.0 Tgas' attached-deposit '0 NEAR' skip network-config statelessnet sign-with-legacy-keychain send
Error:
0: error while parsing method call error message: [unknown variant `ShardCongested`, expected one of `InvalidAccessKeyError`, `InvalidSignerId`, `SignerDoesNotExist`, `InvalidNonce`, `NonceTooLarge`, `InvalidReceiverId`, `InvalidSignature`, `NotEnoughBalance`, `LackBalanceForState`, `CostOverflow`, `InvalidChain`, `Expired`, `ActionsValidation`, `TransactionSizeExceeded`]
Location:
src/transaction_signature_options/send/mod.rs:103
They were trying to run a cli command, but the shard was congested because of a traffic generation test. It looks like the cli doesn't recognize the "ShardCongested" error, it should be updated to handle such errors properly.
A user on stake wars telegram reported getting the following error:
They were trying to run a cli command, but the shard was congested because of a traffic generation test. It looks like the cli doesn't recognize the "ShardCongested" error, it should be updated to handle such errors properly.
/cc @wacban @jakmeier
The text was updated successfully, but these errors were encountered: