Skip to content
This repository has been archived by the owner on Mar 5, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
4.x 4.0 related
Projects
None yet
Development

No branches or pull requests

1 participant