Commit Graph

1280 Commits (9dab7dcc3c99d387ad2c0a1623b574d3023bdfae)
 

Author SHA1 Message Date
obscuren 9dab7dcc3c Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop 10 years ago
obscuren d40cba3042 changed state reset 10 years ago
obscuren 1199941475 Connect to peer node by default 10 years ago
obscuren ec040908e9 Protocol bump 10 years ago
Jeffrey Wilcke b958179263 Merge pull request #33 from ethersphere/feature/ethutil-refactor 10 years ago
zelig 5a2afc5754 fix reactor engine main loop blocked to wait if drained 10 years ago
zelig d4300c406c logger fix 10 years ago
zelig 4fb2905b1e Merge branch 'develop' of github.com:ethereum/eth-go into feature/ethutil-refactor 10 years ago
obscuren b232acd04e Debugging mode for vm 10 years ago
obscuren 329887df99 Fixed crazy looping 10 years ago
zelig 44d0d6abd2 Merge branch 'develop' of github.com:ethereum/eth-go into feature/ethutil-refactor 10 years ago
zelig 0c6f1c9c3a ethreact 10 years ago
zelig 584d1c61ec use ethreact.Event and ethreact.ReactorEngine 10 years ago
zelig af27264140 remove reactor code from ethutil 10 years ago
obscuren 90eb4f1939 Debug output, minor fixes and tweaks 10 years ago
obscuren 23b5b5fa36 Length check 10 years ago
obscuren d5bcc01eae Fixed shebang check. Previously it would hang on an unknown shebang 10 years ago
obscuren 633027d980 Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop 10 years ago
obscuren d3d043dba0 Merge branch 'ethersphere-feature/clientid' into develop 10 years ago
obscuren db60ebbbd7 Merge branch 'feature/clientid' of https://github.com/ethersphere/eth-go into ethersphere-feature/clientid 10 years ago
obscuren cb7ebdf821 Decreased timeout 10 years ago
Jeffrey Wilcke 70e1a1a4df Merge pull request #32 from josephyzhou/develop 10 years ago
Joey Zhou 7c41e413e4 typo, duplications 10 years ago
zelig f02602d02d ConfigManager (transitional) 10 years ago
zelig 90c2064640 peer constructors now set version string with ethereum.ClientIdentity().String() 10 years ago
zelig c833c3fec8 add ClientIdentity() ethwire.ClientIdentity to Ethereum 10 years ago
zelig c64629964f ethwire.ClientIdentity now handles Client info sent in handshake + test 10 years ago
zelig de2da4fd19 Merge branch 'develop' of github.com:ethereum/eth-go into feature/clientid 10 years ago
zelig 198e5eeab9 EthManager interface extended with ClientIdentity() ethwire.ClientIdentity 10 years ago
obscuren 8baa0f84e7 Fixed reverting error 10 years ago
obscuren 5d67139206 Fix 10 years ago
obscuren 5b8dde9602 Fixed CREATE op. Fixes #87 10 years ago
obscuren 81bc721c5c Fixed address generation 10 years ago
obscuren 35ae9e3aa8 Paranoia check 10 years ago
obscuren 2f9bc2ab75 Removed old code 10 years ago
obscuren 8de099ae75 Added paranoia check 10 years ago
obscuren 40e3d2ab55 Changed CREATE 10 years ago
obscuren 6748158ab4 Moved methods 10 years ago
obscuren e4d2d00d41 Added support for breakpoints on specific instructions 10 years ago
obscuren 315d65280b Removed comment 10 years ago
obscuren d15952c867 Moved debug hook to Vm directly 10 years ago
obscuren 1954ef47e6 Suicide is deferred to update 10 years ago
obscuren fd1d0bbde7 Updated to generic padding function 10 years ago
obscuren d7e396a98c l <=> r 10 years ago
obscuren 00d3935aac Removed old method 10 years ago
obscuren bb2433ca1a Added quitting reason 10 years ago
obscuren 7238a77327 Removed old code 10 years ago
obscuren dd869064a6 delete? 10 years ago
obscuren 7a2a63f32b Added utility wrapper for Ethereum Config contract 10 years ago
obscuren 28ef7d228c Added Left and Right padding utility functions 10 years ago