Commit Graph

195 Commits (ccbb56b4f2cdba352eaa859ce3e34f999287f5c0)

Author SHA1 Message Date
Taylor Gerring 24995f9ab7 Updated bootnodes 10 years ago
Bas van Kervel c273ed7d82 Moved leveldb update loop to eth/backend 10 years ago
obscuren d3be1a2719 eth: moved mined, tx events to protocol-hnd and improved tx propagation 10 years ago
obscuren 5cb5df003d eth: start tx pool in a goroutine 10 years ago
Bas van Kervel 07e85d8e14 Moved leveldb update loop to eth/backend 10 years ago
Kobi Gurkan 41b83fe1cd adds eth_hashrate RPC method 10 years ago
zsfelfoldi c4b7d4d3f7 NatSpec cli option, resolver tests passing 10 years ago
Felix Lange da4a0e0555 eth: fix node key persistence 10 years ago
Felix Lange 2ce21cefdc eth: use NewDB hook also for extra DB 10 years ago
obscuren a6c0a75f9a eth: fixed proper BroadcastBlock for mined blocks 10 years ago
obscuren 12e8d9c4dd eth: listen for mined blocks and propagate using the protocol manager 10 years ago
obscuren cc436c4b28 eth: additional cleanups to the subprotocol, improved block propagation 10 years ago
obscuren c2f410214c eth: began split up of peers and protocol manager 10 years ago
obscuren 9800c84348 eth: limit the amount of peers that will receive Block/Tx messages 10 years ago
obscuren 97d2954e22 eth: added downloader for syncing up the chain 10 years ago
Bas van Kervel 49a513bdeb Added blockchain DB versioning support, closes #650 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
Felix Lange 76218959ab eth: update cpp bootnode address 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 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 54dac59285 wip 10 years ago
zelig 391e89d70a use own total difficulty to limit best peer 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 b6aa88c099 private network support 10 years ago
zelig 7dbbe1bedc eth/backend: remove spurious and incorrent PeerInfo() 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
Felix Lange 6f8a2d6b84 eth: add hook for database creation 10 years ago
Taylor Gerring d4ed66c83d Add web3_clientVersion 10 years ago
obscuren ef6706696c Add additional extra database for non-protocol related data 10 years ago
Felix Lange d7b5a87b3b miner: provide coinbase when starting the miner 10 years ago
Felix Lange 9d4e1e8f8b eth: return account errors directly 10 years ago
Felix Lange 9b3ae1fdb7 eth: fix tests 10 years ago
Felix Lange 63758db379 eth: delete unused RpcServer field 10 years ago
Gustav Simonsson 27c42ea934 Add empty total difficulty to test blocks and clean up stopping the node 10 years ago