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

Truffle dev tool broken on PollingBlockTracker #638

Closed
Nana-EC opened this issue Oct 19, 2022 · 0 comments · Fixed by #649
Closed

Truffle dev tool broken on PollingBlockTracker #638

Nana-EC opened this issue Oct 19, 2022 · 0 comments · Fixed by #649
Assignees
Labels
bug Something isn't working limechain P1
Milestone

Comments

@Nana-EC
Copy link
Collaborator

Nana-EC commented Oct 19, 2022

Description

Recently the truffle dev tools stopped working and started to fail with

/home/runner/work/hedera-json-rpc-relay/hedera-json-rpc-relay/tools/truffle-example/node_modules/eth-block-tracker/src/polling.js:51
        const newErr = new Error(`PollingBlockTracker - encountered an error while attempting to update latest block:\n${err.stack}`)
                       ^
Error: PollingBlockTracker - encountered an error while attempting to update latest block:
undefined
    at PollingBlockTracker._performSync (/home/runner/work/hedera-json-rpc-relay/hedera-json-rpc-relay/tools/truffle-example/node_modules/eth-block-tracker/src/polling.js:51:24)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
UnhandledRejections detected
Promise {
  <rejected> {
    code: -32603,
    message: 'connect ECONNREFUSED [12](https://github.com/hashgraph/hedera-json-rpc-relay/actions/runs/3278788343/jobs/5397619132#step:11:13)7.0.0.1:7546',
    data: { originalError: [Object] }
  }
}

See https://github.com/hashgraph/hedera-json-rpc-relay/actions/workflows/dev-tool-test.yml?query=is%3Afailure for recent failures

Steps to reproduce

Follow Truffle example steps

Additional context

No response

Hedera network

other

Version

v0.10.0

Operating system

No response

@Nana-EC Nana-EC added bug Something isn't working limechain P1 labels Oct 19, 2022
@Nana-EC Nana-EC added this to the 0.10 milestone Oct 19, 2022
@Nana-EC Nana-EC changed the title Truffle dev tool broken on Truffle dev tool broken on PollingBlockTracker Oct 19, 2022
@Nana-EC Nana-EC assigned Nana-EC and unassigned Nana-EC Oct 19, 2022
@georgi-l95 georgi-l95 self-assigned this Oct 20, 2022
@georgi-l95 georgi-l95 linked a pull request Oct 21, 2022 that will close this issue
2 tasks
@Nana-EC Nana-EC moved this to In Progress in Smart Contract Sprint Board Oct 25, 2022
@Nana-EC Nana-EC modified the milestones: 0.10, 0.11.0 Oct 25, 2022
Repository owner moved this from In Progress to Done in Smart Contract Sprint Board Oct 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working limechain P1
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants