Commit Graph

79 Commits (9bf513e99305af733110cf23a0b47c8e73359010)

Author SHA1 Message Date
Felix Lange b4fa94c4b1 xeth: don't sign transactions for tx call 10 years ago
obscuren 738d6e20f2 Added ui.Interface to xeth 10 years ago
Felix Lange fb53a9362e accounts: AccountManager -> Manager 10 years ago
Felix Lange fda7b4c79d accounts: use pointers consistently 10 years ago
Felix Lange d66f93cecd accounts, core, eth, xeth: use account manager for everything 10 years ago
obscuren cd856cb213 Separated block db from state db. Partial fix for #416 10 years ago
Gustav Simonsson bc45e5c6de Integrate eth_accounts and eth_transact to use new account manager 10 years ago
obscuren ac88ae86a3 GetOrNew for accessors. Fixes #404 10 years ago
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 0057bb4ef6 WIP QT Clipboard 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
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