• Martin Holst Swende's avatar
    core, eth, internal: Added `debug_getBadBlocks()` method (#3654) · 72dcd3c5
    Martin Holst Swende authored
    * core,eth,internal: Added `debug_getBadBlocks()` method
    
    When bad blocks are discovered, these are stored within geth.
    An RPC-endpoint makes them availablewithin the `debug`
    namespace. This feature makes it easier to discover network forks.
    
    ```
    
    * core, api: go format + docs
    
    * core/blockchain: Documentation, fix minor nitpick
    
    * core: fix failing blockchain test
    72dcd3c5
Name
Last commit
Last update
..
build Loading commit data...
debug Loading commit data...
ethapi Loading commit data...
guide Loading commit data...
jsre Loading commit data...
web3ext Loading commit data...