Commit Graph

21 Commits (6212175be3a5a06099413f4a393df316c5be5752)

Author SHA1 Message Date
obscuren f778922086 Set proper message value 10 years ago
obscuren 0a22dc2ce5 Check coinbase for from/to inclusion 10 years ago
obscuren 5ebae82eeb Additional logging and removed temp merged mining options. 10 years ago
obscuren 99481a245a Check for known block err and ignore 10 years ago
obscuren 6dc46d3341 Changed the way transactions are being added to the transaction pool 10 years ago
obscuren c8d0f8adc5 Changed refund 10 years ago
obscuren a1b6a9ac29 Begin of moving objects to types package 10 years ago
obscuren 56aa24002d Clean up 10 years ago
obscuren f6e55962a8 Fixes for PV41/42 10 years ago
obscuren 20d518ee95 Numerous fixes for consensus. 10 years ago
obscuren 60cdb1148c Transaction execution fixes 10 years ago
obscuren 75ee3b3f08 debugging code 10 years ago
obscuren ad0acb5762 Moved messages eventing to chain manager 10 years ago
obscuren f538ea25e4 Fixed bug on gas and setting of receipts and roots 10 years ago
obscuren 429dd2a100 Implemented new miner w/ ui interface for merged mining. Closes #177 10 years ago
obscuren 699dcaf65c Reworked chain handling process 10 years ago
obscuren f4b717cb9d Bloom validation 10 years ago
obscuren f59a3b67f6 StateManager => BlockManager 10 years ago
obscuren f76f953f0c Removed debug print 10 years ago
obscuren 4914a78c8c ethwire => wire 10 years ago
obscuren af8f5f0b69 ethstate => state 10 years ago
obscuren b1c247231b ethlog => logger 10 years ago
obscuren fd9da72536 ethcrypto => crypto 10 years ago
obscuren 3ee0461cb5 Moved ethchain to chain 10 years ago
obscuren 8e0a39f33f Updated to use ethereum.js 10 years ago
obscuren df5603de0a Moved logging to state, proper structured block 10 years ago
obscuren 9e2f071d26 Removed events from the state manager 10 years ago
obscuren fb4113dab4 PoC 7 updates 10 years ago
Felix Lange 6b3f5fb82b cmd/mist, ethchain, ethminer: split TxEvent (#165) 10 years ago
obscuren 69e745c537 Return erroneous txs (so we can remove them from the pool) 10 years ago
obscuren 097ba56df5 Renamed block_chain to chain_manager 10 years ago
Felix Lange 36cdab2068 all: use (blocking) event package instead of ethreact 10 years ago
obscuren e02c0fa808 Added generic big to 256 method. Implemented new iterator 10 years ago
obscuren 82be305496 Fixed inconsistencies 10 years ago
obscuren ab6ede51d7 Working on new (blocking) event machine. 10 years ago
obscuren ea0357bf02 Block pool is thread safe 10 years ago
obscuren e20b113053 Logging messages 10 years ago
obscuren b8354124be Added protocol caps accessors 10 years ago
obscuren d3a0bb4f35 Info => Debug 10 years ago
obscuren 399256b384 VM execution fixes 10 years ago
obscuren 33a0dec8a1 Improved catching up and refactored 10 years ago
obscuren 2f614900e8 Updated GHOST 10 years ago
obscuren 250d40bca0 Reset the transient state when a new block's been found 10 years ago
obscuren 7d95e8624a Added message to closure && added change addresses 10 years ago
obscuren c7ee9844bd Removed old code 10 years ago
obscuren 0d733aa071 Removed validation check from GetMessages 10 years ago
obscuren a760ce05b9 Updated chain for filtering 10 years ago
obscuren c51db4c940 Fixed stack issue 10 years ago
obscuren 32d125131f Refactored to new state and vm 10 years ago
obscuren 1e8b54abfb Refactored state, state object and vm 10 years ago