Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate keep calling eth_getBlockByNumber at @truffle/artifactor after the upgrade to v4.x #6447

Open
Muhammad-Altabba opened this issue Sep 20, 2023 · 1 comment
Labels
4.x 4.0 related

Comments

@Muhammad-Altabba
Copy link
Contributor

Muhammad-Altabba commented Sep 20, 2023

Investigate in the branch of trufflesuite/truffle#5393

To reproduce

yarn
cd packages/artifactor
yarn test

Logs

Then the tests pass but the execution never ends. And the following keep printing in the console:

...
@truffle/artifactor: eth_getBlockByNumber
@truffle/artifactor: eth_getBlockByNumber
@truffle/artifactor: eth_getBlockByNumber
@truffle/artifactor: eth_getBlockByNumber
@truffle/artifactor: eth_getBlockByNumber
@truffle/artifactor: eth_getBlockByNumber
@truffle/artifactor: eth_getBlockByNumber
@truffle/artifactor: eth_getBlockByNumber
@truffle/artifactor: eth_getBlockByNumber
@truffle/artifactor: eth_getBlockByNumber
@truffle/artifactor: eth_getBlockByNumber
@truffle/artifactor: eth_getBlockByNumber
...
@Muhammad-Altabba Muhammad-Altabba added the 4.x 4.0 related label Sep 20, 2023
@Muhammad-Altabba
Copy link
Contributor Author

The following is unrelated, but the code is around: #6328

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x 4.0 related
Projects
None yet
Development

No branches or pull requests

1 participant