Commit Graph

142 Commits (5490437942967638bcc6198035315f6811febaa8)

Author SHA1 Message Date
Jeffrey Wilcke a1d9ef48c5 core, eth, rpc: split out block validator and state processor 9 years ago
Péter Szilágyi 53f28e71dc rpc/api: fix #1986, newIdentity autocomplete 9 years ago
Jeffrey Wilcke 6ea05f5a54 rpc/api, xeth: added signTransaction method 9 years ago
Péter Szilágyi 6e5349880e rpc/api: fix #1972 api regression (nil eth panic) in attach 9 years ago
Bas van Kervel 76410df6a2 rpc: return an unsupported error when "pending" was used to create a filter 9 years ago
Bas van Kervel c3c5f8b654 rpc: fixed params parsing problem which could lead to a panic 9 years ago
Péter Szilágyi e46ab3bdcd eth, p2p, rpc/api: polish protocol info gathering 9 years ago
zelig 4d005a2c1d rpc api: eth_getNatSpec 9 years ago
zelig 8b81ad1fc4 console: 9 years ago
Péter Szilágyi 5b0ee8ec30 core, eth, trie: fix data races and merge/review issues 9 years ago
Péter Szilágyi 832b37c822 core, eth: receipt chain reconstruction 9 years ago
Péter Szilágyi 42c8afd440 core: differentiate receipt concensus and storage decoding 9 years ago
Péter Szilágyi c33cc382b3 core: support inserting pure header chains 9 years ago
Gustav Simonsson 1b1f293082 core/state, core, miner: handle missing root error from state.New 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
Felix Lange 90cd8ae9f2 rpc/api: don't crash for unknown blocks 9 years ago
Péter Szilágyi d4d3fc6a70 jsre, rpc/api: pull in new web3 and use hex numbers 9 years ago
Péter Szilágyi 0a7d059b6a eth, rpc: standardize the chain sync progress counters 9 years ago
Péter Szilágyi cdc2662c40 core: split out TD from database and all internals 9 years ago
Felix Lange 8b12bcc0ac rpc: add receiptRoot to getBlock* responses 9 years ago
Bas van Kervel 39e9560600 rpc/api allow empty password 9 years ago
Gustav Simonsson d9addf79fa Improve error string and remove unneeded else clause 9 years ago
Gustav Simonsson 829201382b rpc: return error code for eth_getWork when no work ready 9 years ago
Bas van Kervel 5dd2462816 rpc/api - remove personal.deleteAccount from RPC interface 9 years ago
caktux a1d8015817 add missing shh_getMessages to RPC mappings 9 years ago
Jeffrey Wilcke 8839fee415 rpc/api: return boolean value for eth_submitHashrate 9 years ago
Maran 8603ec7055 rpc/api: format pendingTx response. Fixes #1648 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 132df860d9 miner, rpc: added length check for extra data 9 years ago
Jeffrey Wilcke c32073b11f miner, rpc: added submit hashrate for remote agents 9 years ago
Péter Szilágyi 0d3a8ad6dd rpc/api: add missing autocomplete commands 9 years ago
Jeffrey Wilcke d261c3f455 rpc: to in Call no longer required. Fixed eth_estimateGas 9 years ago
Bas van Kervel 7e31df3987 bugfix, pending transaction was resend with new gas price/limit but not removed from transaction pool 9 years ago
Jeffrey Wilcke 1e241e84f7 params: reduce extra data to 32 bytes 9 years ago
Felix Lange bfbcfbe4a9 all: fix license headers one more time 9 years ago
Felix Lange 3f047be5aa all: update license headers to distiguish GPL/LGPL 9 years ago
Bas van Kervel e84f3ec1d4 added net.version 10 years ago
Felix Lange ea54283b30 all: update license information 10 years ago
zelig c5cb6e8e70 fix/skip tests, adapt registrar to no contract address 10 years ago
Bas van Kervel 3791831081 rebase with zelig/frontier/registrar 10 years ago
Bas van Kervel 7e6c1f8024 corrected input formatters as suggested during review 10 years ago
Bas van Kervel ceb0739ba1 fixed web3 formatters mismatch 10 years ago
Jeffrey Wilcke 37c1a8f69d eth,miner,rpc: set coinbase 10 years ago
zelig aa22cf323e fix js arguments and TestContract passes 10 years ago
zelig 518dc87db3 fix sleepBlocks, implement sleep 10 years ago
zelig 6391ec0c8f add missing method to api/admin 10 years ago
zelig 2739233719 Registrar and contractInfo handling 10 years ago