This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Description
Expected behavior
All tests pass
Actual behavior
Test fails. Errors in blockchain logs
err="sealing paused while waiting for transactions"
Steps to reproduce the behavior
- Start geth-binary:
yarn geth-binary:start
- Generate accounts:
yarn generate:accounts
- Go to web3-eth package:
cd packages/web3-eth
- Remove timeout
packages/web3-eth/test/integration/helper.ts:43
- try to run test few times which send few transaction in a row.
For example:
yarn test:integration test/integration/watch_transaction.test.ts
or
yarn test:integration test/integration/subscription
Also, this task can be related to load testing tasks