Commit Graph

199 Commits (587f748d929e0c76d9b43e74d70cafb8f614fad0)

Author SHA1 Message Date
obscuren c01d4c2f4c Lowered default gas price and increased default gas limit 10 years ago
obscuren 477815c044 Improved error reporting and removed commented code 10 years ago
obscuren ce595b9266 fallback 10 years ago
obscuren b87442a9f7 Fixed error message. Closes #448 10 years ago
Felix Lange 80985f97da cmd/evm, core, ethdb, state, tests/helper: remove ReadConfig calls 10 years ago
Felix Lange 2ee88a220a core: remove Hash method from Message interface 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 8d9be18b29 Queued approach to delivering chain events 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
obscuren 88ff13c241 Spec changes. 10 years ago
Taylor Gerring fbb307cca0 Added eth.chain.new_head 10 years ago
obscuren c47866d251 Miner fixes and updates (including miner) 10 years ago
Gustav Simonsson 871dfd399b Add initial implementation of block tests 10 years ago
obscuren 84a4f761f3 uncle validation 10 years ago
obscuren d4d505c868 Fixed genesis 10 years ago
obscuren 08fd0715f9 updated genesis 10 years ago
obscuren 26de12d9bf Changed nonce to a uint64 10 years ago
obscuren 313fe3861b fixed pow stuff 10 years ago
obscuren b0aaa77f02 changed message 10 years ago
obscuren ee0a1bec6c GasLimit check updated 10 years ago
obscuren c74c07eed1 Fixed error for invalid transaction 10 years ago
obscuren fa831206c6 Updated gast costs 10 years ago
obscuren 34ee5ab9a8 Bloom expanded by 4 10 years ago
zelig 6c2856df23 add eth.chain.new_head log to core/chain_manager 10 years ago
Matthew Wampler-Doty de9f79133f Introducing ethash 10 years ago
Matthew Wampler-Doty 080823bdee Only one uncle 10 years ago
obscuren b383ff0b96 New gas prices model 10 years ago
obscuren 6e50a1e9f5 Filter accepts multiple topics per entry. Fixes #403 10 years ago
obscuren ae45a39dc1 Secure trie 10 years ago
obscuren 6ea7aae29c Removed some methods from the JS REPL 10 years ago
Matthew Wampler-Doty ba1f4bbe91 Exposing stuff for ethash 10 years ago
Ethan Buchman 0efd6a881a public functions for making chains on the fly 10 years ago
Matthew Wampler-Doty 8653db6df0 Introducign MixDigest and SeedHash 10 years ago
obscuren 3ab05ddd25 Bump 10 years ago
obscuren e235b57234 Fixed consensus issue for refunding 10 years ago
obscuren 37e6870f64 wip 10 years ago
Gustav Simonsson 260ab73969 Validate block header gas limit 10 years ago
obscuren 0b57bad2de removed log 10 years ago
obscuren b2a225a52e Properly uninstall filters. Mining issue fixed #closes #365 10 years ago
obscuren 483d96a89d Added eth_logs & fixed issue with manual log filtering 10 years ago
obscuren cc43ab9a81 Minor updates for release 10 years ago
obscuren 66d5559866 Fixed chain event issue 10 years ago
obscuren ea9a549bbd Removed exported fields from state object and added proper set/getters 10 years ago
obscuren d8ac267f41 dirty tracking for state objects fixed 10 years ago
obscuren fa4cbad315 Optimisations and fixed a couple of DDOS issues in the miner 10 years ago
obscuren ee9df32dba Added errors 10 years ago
obscuren 655e942597 Added GetBlock GetUncle with OOB guard 10 years ago