Commit Graph

334 Commits (a19b4235c71a1d440e585b13be90677e3572261e)

Author SHA1 Message Date
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
Zsolt Felfoldi 9f8d192991 les: light client protocol and API 8 years ago
Felix Lange 8b1df1a259 build: fix remote path for archive uploads (#3243) 8 years ago
Péter Szilágyi 9bc97a5785 build: NSIS based Windows installer (#3240) 8 years ago
Péter Szilágyi df30ef5177
internal/build: call correct signer method 8 years ago
Felix Lange ed2bc7fbe9 build, internal/build: misc improvements (#3229) 8 years ago
Péter Szilágyi 3b62c145f8
travis, build: implement uploading archives to azure 8 years ago
Kenji Siu d85d3c74db internal/debug, internal/ethapi, rpc, swarm/storage: Ran "go fmt" 8 years ago
bas-vk b59c8399fb internal/ethapi: add personal_sign and fix eth_sign to hash message (#2940) 8 years ago
Péter Szilágyi 289b30715d Godeps, vendor: convert dependency management to trash (#3198) 8 years ago
Felix Lange 66ee2dec53 internal/ethapi: add debug.chaindbCompact 8 years ago
Jeffrey Wilcke 64af2aafda core, core/vm: added gas price variance table 8 years ago
Nick Johnson 9e9bfc4e26 metrics, internal/debug: Add --pprofaddr flag, expose metrics via gexp 8 years ago
Kobi Gurkan 1a6682c21d internal/ethapi, internal/web3ext: adds raw tx retrieval methods 8 years ago
Felix Lange 1f1ea18b54 core/state: implement reverts by journaling all changes 8 years ago
Bas van Kervel 6c959207db internal/ethapi: bugfix gas price and limit swapped in eth_resend 8 years ago
Bas van Kervel 71e8ae01b8 core/types: renamed receiptRoot to receiptsRoot 8 years ago
Felix Lange 82e09c17a9 internal/build: fix git tag env variable for AppVeyor 8 years ago
Felix Lange b4b5921dd0 internal/build: use less edgy command to get the branch name 8 years ago
Felix Lange 4f7627972e build: improve debian packaging 8 years ago
Péter Szilágyi cb84e3f029 cmd, core, internal, light, tests: avoid hashing the code in the VM 8 years ago
Yoichi Hirai bb6115b737 vm, ethapi: add `limit` option to traceTransaction 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 2924fdfcf7 ethereum, ethclient: add SyncProgress API endpoint 8 years ago
Péter Szilágyi 0ef327bbee core, eth, internal, miner: optimize txpool for quick ops 8 years ago
Péter Szilágyi 795b70423e core, eth, miner: only retain 1 tx/nonce, remove bad ones 8 years ago
ΞTHΞЯSPHΞЯΞ 4d300e4dec swarm: plan bee for content storage and distribution on web3 8 years ago
gregg dourgarian 8dbf59fec5 common,internal: typo/misspelling fixes (#2953) 8 years ago
Nick Johnson 8923325d5c internal/ethapi: Fix bug in opCodeWrapper usage 8 years ago
Nick Johnson d20238c2a7 internal/ethapi: Improve tracer error reporting and serialization 8 years ago
Nick Johnson 2f99720901 core/vm, eth: Add support for javascript trace functions 8 years ago
Nick Johnson 781915f183 core/vm: Refactor tracing to make Tracer the main interface 8 years ago
Felix Lange 1a9e66915b common/compiler: simplify solc wrapper 8 years ago
Bas van Kervel 47ff813012 rpc: refactor subscriptions and filters 8 years ago
Felix Lange b0d9f7372a internal/ethapi: add missing output fields 8 years ago
Felix Lange 91b7690428 rpc: add new client, use it everywhere 8 years ago
Bas van Kervel 4ee00b2309 eth/api: rename signAndSendTransaction to sendTransaction 8 years ago
Firescar96 4c3da0f2e1 node, p2p, internal: Add ability to remove peers via admin interface 8 years ago
zsfelfoldi 00787fe781 core: added CheckNonce() to Message interface 8 years ago
Justin Clark-Casey 9eb50a9624 web3ext: Remove old natspec Admin_JS stubs 8 years ago
Felix Lange 6c33ba14a4 build: add ci.go, use it everywhere 8 years ago
zsfelfoldi 3a97280ae8 eth: separate common and full node-specific API and backend service 8 years ago
Bas van Kervel 861add3d72 cmd/geth: codegansta/cli package renamed to urfave/cli 8 years ago
Felix Lange fdba0cb03c internal/jsre: ensure Stop can be called more than once 8 years ago
Péter Szilágyi 14ae5708d6 console, internal/jsre: colorize JavaScript exceptions too 8 years ago
Péter Szilágyi ffaf58f0a9 cmd, console: split off the console into a reusable package 8 years ago
Bas van Kervel 64a6c2c1b6 eth: add new RPC method (personal.) SignAndSendTransaction 8 years ago
Péter Szilágyi bc6fdad786 cmd/geth, internal/web3ext, rpc: surface rpc module, fix shh, fix miner 8 years ago