aurora-is-near / evm-bully

Stress testing and benchmarking tool for the NEAR EVM
Creative Commons Zero v1.0 Universal
28 stars 2 forks source link

Add wait-checks to replayer #12

Closed strokovok closed 3 years ago

strokovok commented 3 years ago

Instead of sleeping, make replayer wait for:

  1. Near node start and listening
  2. Account creation
  3. Contract installation

Needs this PR to be merged: https://github.com/aurora-is-near/near-api-go/pull/2 After it's merged, go.mod has to be updated accordingly