Minimal reproduction of paritytech/polkadot-sdk#5589
NOTE: Please run
bun upgrade
before you execute these tests locally.
Even a bun version as recent as v1.1.3 will throwNo response received from RPC endpoint in 60s
errors.
bun init # using bun v1.1.26
bun add polkadot-api
bun add @polkadot/api
bun x papi add dot -n polkadot
To install dependencies:
bun install
To run:
bun run test:all
Log to results.log:
bun run test:all >results.log 2>&1