neotheprogramist / starknet-rpc-tests

6 stars 0 forks source link

Testing deployment #19

Closed adampalkowski closed 3 months ago

adampalkowski commented 3 months ago
  1. Added jsonrpc_deploy which generates a random number of deployments and checks if the number of nonces match.
  2. Added parse_class_hash_from_error to catch already declared error and use the declared hash to run the tests and not fail. all tests can be run now executed with cargo test, for deployment using diffrent predeployed accounts.
  3. Added allow #[allow(async_fn_in_trait)] to clear pub async warnings