Commit Graph

59 Commits (0de1d1dd588266961740b598da4e01e5efdf2d1f)

Author SHA1 Message Date
obscuren 38faf2c51a removed messages 10 years ago
obscuren ddccea75e8 Fixed "to" field 10 years ago
obscuren da2fae0e43 Basic structure miner 10 years ago
Felix Lange 56f777b2fc cmd/ethereum, cmd/mist, core, eth, javascript, xeth: fixes for new p2p API 10 years ago
obscuren e40c1c62ce API changed to use Pubkey only. Reflected that change in the rest of the api 10 years ago
obscuren b1870631a4 WIP miner 10 years ago
obscuren 7bd2fbe2b1 Fixed whisper "to" filtering. Closes #283 10 years ago
obscuren 623469cb6c Added missing whisper timestamp. Closes #284 10 years ago
obscuren d52878c744 Removed some VMEnv & Added VmType() to vm.Environment 10 years ago
obscuren 2d9b3aa537 Removed debug log 10 years ago
obscuren c03d403437 Added whisper interface for xeth, added examples, updated RPC 10 years ago
obscuren 54927dc0e0 Fixed issue with Storage() 10 years ago
obscuren 0031f388ac More dapp samples 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 e3da85faed Implemented filter for ws + fixes 10 years ago
obscuren fed3e6a808 Refactored ethutil.Config.Db out 10 years ago
obscuren 564f02aa2b Fixed tests 10 years ago
obscuren c9985bf563 Fixed peer window. Minor tweaks and fixes 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 4dc7ee9087 Closure => Context 10 years ago
obscuren 780abaec98 Switched to new trie 10 years ago
obscuren 4cd79d8ddd Refactored block & Transaction 10 years ago
obscuren 59ef6e3693 Cleaned up objects 10 years ago
obscuren 5ad473d758 Moved methods to messages 10 years ago
obscuren db494170dc Created generic message (easy for testing) 10 years ago
obscuren 2d09e67713 Updated to new methods 10 years ago
zelig 148de1c875 adapt xeth pkg to new backend. FIXME JSPeer peer info 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 3043b233ea Log is now interface 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 6c9e503eb8 Removed all implicit logging. Fixed gas issues and jump errors 10 years ago
obscuren cbeebcd47d Fixed bloom, updated mining & block processing 10 years ago
obscuren 429dd2a100 Implemented new miner w/ ui interface for merged mining. Closes #177 10 years ago
obscuren f59a3b67f6 StateManager => BlockManager 10 years ago
obscuren 0c4adeceae Properly list caps 10 years ago
obscuren af8f5f0b69 ethstate => state 10 years ago