Commit Graph

22 Commits (2c616bd2795974877b0d3e23e99f6eff9e775218)

Author SHA1 Message Date
obscuren 5ab0eaa06d wip 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 ea9a549bbd Removed exported fields from state object and added proper set/getters 10 years ago
obscuren fa4cbad315 Optimisations and fixed a couple of DDOS issues in the miner 10 years ago
Taylor Gerring a59cd94625 Add setMining RPC method 10 years ago
obscuren 7fc9b5b3f9 Changed to ChainEvent and fixed a nil pointer in transact 10 years ago
obscuren 8135752a32 "centralised" mining to backend. Closes #323 10 years ago
obscuren 38faf2c51a removed messages 10 years ago
Felix Lange 56f777b2fc cmd/ethereum, cmd/mist, core, eth, javascript, xeth: fixes for new p2p API 10 years ago
obscuren d52878c744 Removed some VMEnv & Added VmType() to vm.Environment 10 years ago
obscuren c03d403437 Added whisper interface for xeth, added examples, updated RPC 10 years ago
obscuren 6488a392a3 Reimplemented message filters for rpc calls 10 years ago
obscuren 84adf77bf3 Added RPC "Call" for JS calls to contracts 10 years ago
obscuren cebb149f5c removed key while in the process of moving to the new key storage 10 years ago
obscuren 872b249711 further cleaned up xeth interface 10 years ago
obscuren 1146f25015 clean up of xeth 10 years ago
obscuren 7f638f0b2d moving to a better xeth 10 years ago
obscuren fed3e6a808 Refactored ethutil.Config.Db out 10 years ago
obscuren c1dee15144 BlockManager => BlockProcessor 10 years ago
obscuren ca1b2a1a91 Changed prev_hash to block_hash, state transition now uses vm env 10 years ago
obscuren 5c82fdc243 Make sure that the object exists 10 years ago
obscuren 4cd79d8ddd Refactored block & Transaction 10 years ago
obscuren db494170dc Created generic message (easy for testing) 10 years ago
obscuren 2d09e67713 Updated to new methods 10 years ago
obscuren 5553e5aaed states moved to chain 10 years ago
obscuren 8c7e4b290f Added pre processing of transaction on the transient state 10 years ago
obscuren f298ffdbb8 Renamed State => StateDB 10 years ago
obscuren 83663ed4b0 Renames for chain, updated VM, moved methods 10 years ago
obscuren 9008b155d3 Renamed `chain` => `core` 10 years ago
obscuren 6d99c03d91 Updated environments according to the new interface set 10 years ago
obscuren 8240550187 updated to types 10 years ago
obscuren 6dc46d3341 Changed the way transactions are being added to the transaction pool 10 years ago
obscuren a1b6a9ac29 Begin of moving objects to types package 10 years ago
obscuren f59a3b67f6 StateManager => BlockManager 10 years ago
obscuren af8f5f0b69 ethstate => state 10 years ago
obscuren 0ed1a8b50a ethpipe => xeth (eXtended ETHereum) 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 097ba56df5 Renamed block_chain to chain_manager 10 years ago
obscuren 20c742e474 Moved ethvm => vm 10 years ago
obscuren c5bd32b0ad Refactored VM to two separate VMs; std & debug 10 years ago
obscuren b417766b36 Minor tweaks for poc7 10 years ago
obscuren 82be305496 Fixed inconsistencies 10 years ago
obscuren 65a802c678 Re-wrote Call and Execute to use the new vm messages 10 years ago
Cayman Nava 7dacd7eb78 add pushtx to api 10 years ago
obscuren 4008ff32c9 Mutan compile 10 years ago
obscuren 7d95e8624a Added message to closure && added change addresses 10 years ago
obscuren 3c78e418fb world => World 10 years ago