Commit Graph

165 Commits (ddcc8e1673f240556f7a9394d5fbc9ed609a4931)

Author SHA1 Message Date
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
Felix Lange 6f8a2d6b84 eth: add hook for database creation 10 years ago
obscuren aa9f981d5f Bump protocol version 58 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
Taylor Gerring 9723191b19 Undo client_version changes 10 years ago
Felix Lange fb53a9362e accounts: AccountManager -> Manager 10 years ago
Taylor Gerring fca652eeea Fix logger import path 10 years ago
Felix Lange d66f93cecd accounts, core, eth, xeth: use account manager for everything 10 years ago
obscuren 22b493a6ff Fixed tests 10 years ago
obscuren cd856cb213 Separated block db from state db. Partial fix for #416 10 years ago
obscuren ed84b58af5 Debug option for VM & command line flag 10 years ago
Gustav Simonsson bc45e5c6de Integrate eth_accounts and eth_transact to use new account manager 10 years ago
obscuren 23ad2f02c0 debug comments & pow handling 10 years ago
Felix Lange bdba044a80 ethutil: remove Config variable 10 years ago
Taylor Gerring 5948adfa10 Added eth.chain.received.new_block 10 years ago
obscuren c47866d251 Miner fixes and updates (including miner) 10 years ago
zelig 7315962880 use ethash.Verify in blockpool 10 years ago
Felix Lange 215c763d53 eth, p2p: delete p2p.Blacklist 10 years ago
Taylor Gerring c92e48ce3f Add client_version RPC message 10 years ago
Felix Lange 6e7e5d5fd5 eth, whisper: fix msg.Payload reads 10 years ago
obscuren 15f491e500 Clean up REPL 10 years ago