Paulo Martins

Results 4 issues of Paulo Martins

Move some of the transaction errors to just warnings, ex: ``` ERROR crunch::crunch] Subxt error: Rpc error: RPC error: ErrorObject { code: ServerError(1010), message: "Invalid Transaction", data: Some(RawValue("Transaction is outdated"))...

Implement a preventive measure prior to each transaction, eg validate the signer account balance has not spent more in the last 14400 blocks (24hrs) than the threshold pre-defined. If it...