Commit Graph

1031 Commits (588aa88121db007b59142ed37e74800c09038a7a)

Author SHA1 Message Date
Bas van Kervel 54a65e6d87
cmd,eth,les,internal: remove natspec support 8 years ago
Felix Lange c5df37c111 eth: accept leading zeros for nonce parameter of submitWork (#3558) 8 years ago
Bas van Kervel 745a3adebd
core: remove support for Olympic network 8 years ago
Felix Lange b9b3efb09f all: fix ineffectual assignments and remove uses of crypto.Sha3 8 years ago
Péter Szilágyi 18c77744ff
all: fix spelling errors 8 years ago
Felix Lange f2da6581ba all: fix issues reported by honnef.co/go/simple/cmd/gosimple 8 years ago
Felix Lange 35a7dcb162 all: gofmt -w -s 8 years ago
Felix Lange d3b751e4d9 trie: remove dependency on ethdb 8 years ago
Felix Lange 7731061903 core/vm: move Log to core/types 8 years ago
Felix Lange e171bf74f8 core/types: remove redundant SignECDSA wrappers, rename to SignTx 8 years ago
Jeffrey Wilcke bbc4ea4ae8 core/vm: improved EVM run loop & instruction calling (#3378) 8 years ago
Péter Szilágyi 2ce30382d9
cmd/utils, eth, les: bubble --fakepow flag into eth/les too 8 years ago
Péter Szilágyi 89a32267f7
eth: fix miner start API to accept int, not hexint 8 years ago
Felix Lange 12c964b2b7 internal/ethapi: fix hex handling for eth_call input and eth_sendRawTransaction 8 years ago
Felix Lange cf71f5cd60 rpc: remove HexNumber, replace all uses with hexutil types 8 years ago
Péter Szilágyi 0ee796632a eth, miner: verify PoW in the remote agent to notify submitter (#3438) 8 years ago
Nick Johnson 1fe67c125d eth/filters: add FindOnce for iterator-like operation (#3435) 8 years ago
Nick Johnson 9ba9fe818d cmd/utils, eth: Add gzip support for chain dump and restore 8 years ago
bas-vk 4e36b1e3da core: bugfix state change race condition in txpool (#3412) 8 years ago
Zsolt Felfoldi c57c54ce96 eth, les: defer starting LES service until ETH initial sync is finished 8 years ago
Jeffrey Wilcke 3fc7c97827 core, core/vm: implemented a generic environment (#3348) 8 years ago
Felix Lange f52a1ae849 core, core/vm, eth/filters: move Removed field into vm.Log 8 years ago
Martin Holst Swende 9f8bc00cf5 eth, miner: removed unnecessary state.Copy() 8 years ago
bas-vk b5be6b72cb eth/filter: add support for pending logs (#3219) 8 years ago
Felix Lange be746628c7 eth/filters: simplify query object decoding 8 years ago
Jeffrey Wilcke b8c766a9c5 eth: removed http doc backend api 8 years ago
Felix Lange 18d51d1de8 common/registrar: delete the old registrar code 8 years ago
Jeffrey Wilcke c04c8f10f0 core: improved bad block error reporting (#3320) 8 years ago
Jeffrey Wilcke 4dca5d4db7 core/types, params: EIP#155 8 years ago
Jeffrey Wilcke 445feaeef5 core, core/state, trie: EIP158, reprice & skip empty account write 8 years ago
Felix Lange b8bd9a71c8 all: update license information 8 years ago
Felix Lange be3865211c core/types: remove header accessors 8 years ago
Zsolt Felfoldi 49da42983a p2p/discv5: added new topic discovery package 8 years ago
zsfelfoldi 7db7109a5b cmd, eth: added light client and light server modes 8 years ago
Zsolt Felfoldi 9f8d192991 les: light client protocol and API 8 years ago
Péter Szilágyi e1b4acfb6e
eth/downloader: clear pending requests when switching trie root 8 years ago
Péter Szilágyi 8ecee175f2
eth/downloader: lower a state sync log level (users freak out) 8 years ago
Péter Szilágyi 8b10617bba
eth/downloader: reduce fast sync block requirements, fix test 8 years ago
Péter Szilágyi 90b16a3e85
core/state, eth/downloader, trie: reset fast-failure on progress 8 years ago
Péter Szilágyi 289b30715d Godeps, vendor: convert dependency management to trash (#3198) 8 years ago
Péter Szilágyi 53db80da89
eth/downloader: fix a data race in a log output 8 years ago
Péter Szilágyi 1291778032
cmd/geth, code, eth/downloader: tune import logs and mem stats 8 years ago
Péter Szilágyi 64500ab0fa
common, core, eth/downloader: adjust import log formatting 8 years ago
Felix Lange 40cdcf1183 trie, core/state: improve memory usage and performance (#3135) 8 years ago
Felix Lange 82b14a05f2 eth: move "timed out DAO fork check, dropping" to debug level 8 years ago
Felix Lange 1f1ea18b54 core/state: implement reverts by journaling all changes 8 years ago
Péter Szilágyi e482b5694f eth: monitor malicious header retrieval requests 8 years ago
Péter Szilágyi 710435b51b core, eth, trie: reuse trie journals in all our code 8 years ago
Felix Lange a59a93f476 core/state: track all accounts in canon state 8 years ago
Péter Szilágyi 30860491ba cmd, eth: drop the blockchain version from cli/eth configs 8 years ago