Commit Graph

417 Commits (8ebf2d8fad729a8261f237bb05b6073e6c1b652f)

Author SHA1 Message Date
obscuren 97d2954e22 eth: added downloader for syncing up the chain 10 years ago
obscuren a8a2b2a488 downloader: added missing blocks catchup functionality 10 years ago
zelig 3d57e377a4 blockpool stability fixes: 10 years ago
Bas van Kervel 49a513bdeb Added blockchain DB versioning support, closes #650 10 years ago
obscuren 7dcb9825c3 downloader: return an error for peer.fetch and return chunk to queue 10 years ago
obscuren 6efa8db888 downloader: renamed chunks to queue 10 years ago
obscuren acf8452c33 downloader: implemented new downloader 10 years ago
obscuren 764a802eaa Disabled TD check 10 years ago
obscuren 663fd8f849 Moved log to debug 10 years ago
obscuren 204ac81188 Moved handling of nonces to the managed state 10 years ago
obscuren 6184781b49 Improved transaction pool 10 years ago
obscuren a953f3ec97 Sync managed accounts to the network 10 years ago
obscuren 688d118c7e Updated logging 10 years ago
obscuren 09d3f2cf2a Update ethash 10 years ago
obscuren c985ce4d78 Changed log to new logging 10 years ago
obscuren 216ea425e4 corrected 10 years ago
obscuren 8e961df283 bumped network protocol 10 years ago
Felix Lange 76218959ab eth: update cpp bootnode address 10 years ago
zelig f56fc9cd9d change StatusMsgData.TD back to pointer type *big.Int 10 years ago
zelig 6ffea34d8b check TxMsg 10 years ago
zelig 82da6bf4d2 test for invalid rlp encoding of block in BlocksMsg 10 years ago
zelig d677190f39 add tests for valid blocks msg handling 10 years ago
zelig e1be34bce1 eth: SEC-29 eth wire protocol decoding invalid message data crashes client 10 years ago
obscuren f2c6a937f3 Protocol bump 10 years ago
Taylor Gerring 6daa455243 Update Go bootnode address 10 years ago
zelig b375bbee5f settable etherbase 10 years ago
Taylor Gerring 2b93843d86 Improve protocol version reporting 10 years ago
obscuren dda1d60556 Store protocol version in the block db **NOT** extra db 10 years ago
obscuren 576df064e5 Updated for PV59 10 years ago
obscuren 0ee0094cc0 better block propagation 10 years ago
Taylor Gerring e954c24af0 Implement RPC net_version 10 years ago
zelig 03cc5df9b7 eth: fix protocol version/network id copied from config to Ethereum field 10 years ago
obscuren 0330077d76 moved state and vm to core 10 years ago
obscuren 82956df523 Get work / submit work partially implemented. 10 years ago
zelig 78cff9e3a4 independent flag for json structured logging 10 years ago
Felix Lange 7c4ff3abb4 eth: enable whisper again 10 years ago
obscuren ecd10d2cf7 iterator returned wrong value 10 years ago
obscuren 54dac59285 wip 10 years ago
zelig 0578df9467 remove eth/wallet.go (only commented out content) 10 years ago
zelig 391e89d70a use own total difficulty to limit best peer 10 years ago
zelig 50661f0e68 peer suspension to disallow reconnect after disconnect on fatal error for set period (PeerSuspensionInterval) 10 years ago
Felix Lange e80dda6051 eth, whisper: adapt for RLP encoder switch in package p2p 10 years ago
obscuren 0a1eeca41e conversions. -compilable- 10 years ago
zelig ca8d184173 fix eth tests 10 years ago
zelig b6aa88c099 private network support 10 years ago
zelig 7dbbe1bedc eth/backend: remove spurious and incorrent PeerInfo() 10 years ago
zelig 1872418316 eth: remove disused peer_util.go 10 years ago
obscuren b523441361 Moved ethutil => common 10 years ago
zelig 8ad0f1b8a3 eth: 10 years ago
Felix Lange e463479b6c eth: add ResetWithGenesisBlock 10 years ago