-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Feature-request: debug_getBadBlocks #8761
Comments
Update: Geth returns headers. It would be better to return the complete blocks, so we have all offending transactions aswell. Geth will change that behaviour, and return the full blocks |
For reference: ethereum/go-ethereum#16902 |
ethereum/go-ethereum#16902 is now merged. Final format
|
Issue Status: 1. Open 2. Started 3. Submitted 4. Done This issue now has a funding of 0.75 ETH (343.76 USD @ $458.35/ETH) attached to it.
|
Issue Status: 1. Open 2. Cancelled Work has been started. These users each claimed they can complete the work by 7 months ago. 1) cpurta has started work. Looks pretty straight-forward. Getting started on this now and will keep you updated. Learn more on the Gitcoin Issue Details page. |
Oh, thanks @gitcoinbot ! |
@cpurta Hello from Gitcoin Core - are you still working on this issue? Please submit a WIP PR or comment back within the next 3 days or you will be removed from this ticket and it will be returned to an ‘Open’ status. Please let us know if you have questions!
Funders only: Snooze warnings for 1 day | 3 days | 5 days | 10 days | 100 days |
@gitcoinbot still working on it. |
@cpurta Hello from Gitcoin Core - are you still working on this issue? Please submit a WIP PR or comment back within the next 3 days or you will be removed from this ticket and it will be returned to an ‘Open’ status. Please let us know if you have questions!
Funders only: Snooze warnings for 1 day | 3 days | 5 days | 10 days | 100 days |
Currently have add some functionality to the blockchain implementation to add/get bad blocks. Currently trying to expose that to the blockchain client for the rpc api to have access. Will try and get a PR open within the next week. |
Thanks for the update @cpurta! |
I have a pretty rough merge request open #9207. Would appreciate someone from parity to look over the merge and review. |
@cpurta Hello from Gitcoin Core - are you still working on this issue? Please submit a WIP PR or comment back within the next 3 days or you will be removed from this ticket and it will be returned to an ‘Open’ status. Please let us know if you have questions!
Funders only: Snooze warnings for 1 day | 3 days | 5 days | 10 days | 100 days |
Issue Status: 1. Open 2. Started 3. Submitted 4. Done @cpurta due to inactivity, we have escalated this issue to Gitcoin's moderation team. Let us know if you believe this has been done in error!
Funders only: Snooze warnings for 1 day | 3 days | 5 days | 10 days | 100 days |
Still working on this, waiting for the parity team to review the current PR. |
@cpurta Hello from Gitcoin Core - are you still working on this issue? Please submit a WIP PR or comment back within the next 3 days or you will be removed from this ticket and it will be returned to an ‘Open’ status. Please let us know if you have questions!
Funders only: Snooze warnings for 1 day | 3 days | 5 days | 10 days | 100 days |
PR still waiting for review |
@Tbaut et all, mind taking a look here? |
@cpurta Hello from Gitcoin Core - are you still working on this issue? Please submit a WIP PR or comment back within the next 3 days or you will be removed from this ticket and it will be returned to an ‘Open’ status. Please let us know if you have questions!
Funders only: Snooze warnings for 1 day | 3 days | 5 days | 10 days | 100 days |
@holiman comments were made last week, see PR. |
@gitcoinbot working on some of the comments that were made on the PR. |
@cpurta Hello from Gitcoin Core - are you still working on this issue? Please submit a WIP PR or comment back within the next 3 days or you will be removed from this ticket and it will be returned to an ‘Open’ status. Please let us know if you have questions!
Funders only: Snooze warnings for 1 day | 3 days | 5 days | 10 days | 100 days |
Working on the last comment made in the PR. |
Pushed some changes to address one of the comments made. Requested another review of those changes. |
Issue Status: 1. Open 2. Cancelled The funding of 0.75 ETH (152.74 USD @ $203.66/ETH) attached to this issue has been cancelled by the bounty submitter
|
@cpurta Paid this out via tip, although I understand it was closed by another PR! Let me know if you had any issues receiving it on slack. |
⚡️ A tip worth 0.75000 ETH (171.51 USD @ $228.68/ETH) has been granted to @cpurta for this issue from @vs77bb. ⚡️ Nice work @cpurta! To redeem your tip, login to Gitcoin at https://gitcoin.co/explorer and select 'Claim Tip' from dropdown menu in the top right, or check your email for a link to the tip redemption page.
|
Geth has an endpoint called
debug_getBadBlocks
, which is very useful for two purposes.Geth implementation is here. See UPPDATE below
Response definition here See UPPDATE below
Geth uses an LRU-cache with up to
10
bad blocks, but that's an implementation detail.The text was updated successfully, but these errors were encountered: