Commit Graph

285 Commits (66d47ced4892141cdc955856b9fce6e95bca0402)

Author SHA1 Message Date
Péter Szilágyi 3e1000fda3 cmd, eth, node, rpc, xeth: use single-instance services 9 years ago
Péter Szilágyi 1e806c4c77 cmd, common, core, eth, node, rpc, tests, whisper, xeth: use protocol stacks 9 years ago
Jeffrey Wilcke b1e0143444 cmd, crypto: fixed nil public keys and updated web3 9 years ago
Péter Szilágyi e86e0ecdc8 core, eth, miner, xeth: clean up tx/receipt db accessors 9 years ago
Jeffrey Wilcke a1d9ef48c5 core, eth, rpc: split out block validator and state processor 9 years ago
Jeffrey Wilcke 6ea05f5a54 rpc/api, xeth: added signTransaction method 9 years ago
Felix Lange fbdb44dcc1 cmd/utils, rpc/comms: stop XEth when IPC connection ends 9 years ago
Felix Lange ae1b5b3ff2 eth, xeth: fix GasPriceOracle goroutine leak 9 years ago
zelig 8b81ad1fc4 console: 9 years ago
Felix Lange de8d5aaa92 core, core/state: move gas tracking out of core/state 9 years ago
Jeffrey Wilcke 6dc14788a2 core, eth/filters, miner, xeth: Optimised log filtering 9 years ago
Gustav Simonsson 1b1f293082 core/state, core, miner: handle missing root error from state.New 9 years ago
Péter Szilágyi 402fd6e8c6 core, eth, event, miner, xeth: fix event post / subscription race 9 years ago
Gustav Simonsson ec6a548ee3 all: Add GPU mining, disabled by default 9 years ago
Jeffrey Wilcke 7c7692933c cmd/geth, cmd/utils, core, rpc: renamed to blockchain 9 years ago
Jeffrey Wilcke 361082ec4b cmd/evm, core/vm, test: refactored VM and core 9 years ago
Jeffrey Wilcke f7a71996fb core, event/filter, xeth: refactored filter system 9 years ago
Jeffrey Wilcke b9359981f4 xeth: fixed nil pointer of filter retrieval 9 years ago
Péter Szilágyi cdc2662c40 core: split out TD from database and all internals 9 years ago
Gustav Simonsson 7324176f70 Add tests for uncle timestamps and refactor timestamp type 9 years ago
Jeffrey Wilcke 1c3ca3ce6a xeth: max gas limit 9 years ago
Jeffrey Wilcke 7bb5ac045e xeth: added a transact mu 9 years ago
Bas van Kervel f9cbd16f27 support for user agents 9 years ago
Jeffrey Wilcke a23478c0be core, eth, trie, xeth: merged state, chain, extra databases in one 9 years ago
Jeffrey Wilcke b6c5b3b4a7 xeth: fixed contract addr check 9 years ago
Jeffrey Wilcke cf7cef4293 xeth: added address hex check and length check 9 years ago
Bas van Kervel 81e2124ea2 improved error detection and handling for NewTransactionFromBytes 9 years ago
Felix Lange bfbcfbe4a9 all: fix license headers one more time 9 years ago
Jeffrey Wilcke 8fc9830971 cmd/core,xeth: removed unneeded states & added batch writes 9 years ago
Felix Lange 3f047be5aa all: update license headers to distiguish GPL/LGPL 9 years ago
Péter Szilágyi 3642441ca3 xeth: fix #1485, data race in fiilter creation and event firing 9 years ago
Jeffrey Wilcke b1d0d3c0ed xeth: removed unneeded mutex lock 9 years ago
Gustav Simonsson afba798357 xeth: log signed tx hash 9 years ago
Jeffrey Wilcke 819ecd4508 miner, xeth: fire log event during mining. Fix return raw tx 9 years ago
Felix Lange bdae4fd573 all: add some godoc synopsis comments 9 years ago
Felix Lange ea54283b30 all: update license information 9 years ago
zelig 1208ac83d5 fix natspec test 9 years ago
Jeffrey Wilcke 35cd355c14 cmd,eth,rpc,tests: default coinbase 9 years ago
Jeffrey Wilcke 4f7fc7b23f rpc, xeth: fixed returned tx hash & receipt logs 9 years ago
Felix Lange ec9620fb2f core/types, xeth: separate tx hash and tx signature hash 9 years ago
Taylor Gerring dd521ece3f Always return transaction hash 9 years ago
Taylor Gerring cd4cc309ae Remove redundant function 9 years ago
Taylor Gerring 481b221279 Decode full receipt storage 9 years ago
Jeffrey Wilcke 2feb23c1da core, eth, miner, xeth: receipt storage fix 9 years ago
Jeffrey Wilcke 29e2fb38f8 core, miner: miner header validation, transaction & receipt writing 9 years ago
zelig eb82ca4563 rpc/js coinbase returns null if no etherbase set 9 years ago
Jeffrey Wilcke 529fb7a7d7 core, xeth: core.AddressFromMessage removed => crypto.CreateAddress 9 years ago
Gustav Simonsson 4c490db6af Use uint64 for block header timestamp 9 years ago
Felix Lange 1d42888d30 core/types: make blocks immutable 9 years ago
Felix Lange 654564e164 core/types: make transactions immutable 9 years ago