Commit Graph

1199 Commits (47af53f9aaf9aa7b12cd976eb150ccf3d64da6fd)

Author SHA1 Message Date
Bas van Kervel 64a6c2c1b6 eth: add new RPC method (personal.) SignAndSendTransaction 8 years ago
Felix Lange 86da6feb40 cmd/geth: fix console history exclusion 8 years ago
Péter Szilágyi 284f1d6beb cmd/geth: use text/templates in the tester, not html 8 years ago
Péter Szilágyi bc6fdad786 cmd/geth, internal/web3ext, rpc: surface rpc module, fix shh, fix miner 8 years ago
Felix Lange f61e203c10 cmd/utils: fix build on *BSD 8 years ago
Felix Lange 130bccc763 cmd/utils: flush trace and CPU profile data when force-qutting 8 years ago
Jeffrey Wilcke 14d5033c9d cmd/geth: fixed to use proper version string for output 9 years ago
Péter Szilágyi 4536b993ff cmd/geth, release: polish and deploy live release contract 9 years ago
Péter Szilágyi 586eddfd09 release, all: integrate the release service into geth 9 years ago
Gustav Simonsson ecd7199c43 common/versions, cmd/utils: add geth version contract 9 years ago
Felix Lange c88c89fd9e cmd/bootnode: fix -genkey, add logging options 9 years ago
Péter Szilágyi b06f44ecc2 cmd: add a `--fakepow` flag to help benchmarking database changes 9 years ago
Felix Lange 87ae0df476 cmd/geth, jsre: improve the js command 9 years ago
Jeffrey Wilcke 18580e152c VERSION, cmd/geth: bumped version 9 years ago
Felix Lange e728aaca72 rpc: move web3.js extensions to internal/web3ext 9 years ago
Felix Lange 6fdd0893c3 all: fix go vet warnings 9 years ago
Felix Lange d04a2e7557 all: update license information 9 years ago
Bas van Kervel 529897ea2b cmd/utils: strip excessive whitespace from api command line arguments 9 years ago
Péter Szilágyi a1f1c404c3 cmd/utils: fix accounts merge error on console unlock 9 years ago
Felix Lange 46df50be18 accounts: improve API and add documentation 9 years ago
Felix Lange 91aaddaeb3 cmd/geth: add recovery procedure for AmbiguousAddrError 9 years ago
Felix Lange ea005a0295 cmd/utils: fix --password on Windows 9 years ago
Felix Lange aca9d6a1fb cmd/geth: print actual error when --unlock fails 9 years ago
Felix Lange 6f1ca0bc91 accounts: add ErrDecrypt 9 years ago
Felix Lange a9f26dcd0d accounts: cache key addresses 9 years ago
Felix Lange ee1682ffe6 cmd/geth: add tests for account commands 9 years ago
Felix Lange 46e8940b19 accounts: streamline API 9 years ago
Felix Lange 2dc20963e7 cmd/geth: move account commands to accountcmd.go 9 years ago
Felix Lange 85e6c40c00 accounts, crypto: move keystore to package accounts 9 years ago
Felix Lange dff9b4246f cmd/geth, cmd/utils: improve input handling 9 years ago
Péter Szilágyi 9027981280 cmd/gethrpctest: add missing chain configuration config field 9 years ago
Felix Lange 83877a0f9d tests: remove eth, node, accounts dependencies 9 years ago
Bas van Kervel aa9fff3e68 rpc: various fixes/enhancements 9 years ago
Bas van Kervel 3c5329599c cmd/geth: add JS preload parameter 9 years ago
Bas van Kervel 4081868452 cmd/utils: bugfix where database is opened multiple times 9 years ago
Péter Szilágyi c90fc3503d cmd/geth: add missing gas target flag (fixing 0 convergence issue) 9 years ago
Felix Lange cf842b3fe5 cmd/geth, eth: move --genesis deprecation warning to cmd/geth 9 years ago
Felix Lange 78b70d79ec cmd/utils: fix geth startup with empty database 9 years ago
Jeffrey Wilcke bbeaab7e64 cmd/utils, miner: A/B testing JIT VM. Disabled for miners 9 years ago
Jeffrey Wilcke f0cbebb19f core: added basic chain configuration 9 years ago
Péter Szilágyi b813e4d411 accounts/abi/bind, cmd/abigen: dedup structs, exclude patterns 9 years ago
Péter Szilágyi 73308dbe0e accounts/abi/bind, cmd/abigen: port to templates, bind to solidity 9 years ago
Péter Szilágyi 86cfc22c79 accounts/abi/bind: constructor, auth utils and various backends 9 years ago
Péter Szilágyi 72826bb5ad accounts/abi/bind, cmd/abigen: Go API generator around an EVM ABI 9 years ago
Jeffrey Wilcke 0cfa21fc7f core, eth, cmd: temporary work around for enabling the jit 9 years ago
Jeffrey Wilcke 14013372ae core: Added EVM configuration options 9 years ago
Ramesh Nair 6f30034413 cmd/utils: removed password line endings when not using liner. 9 years ago
Bas van Kervel a7bae3b2a6 rpc/http: improve request handling 9 years ago
Jeffrey Wilcke 342ae7ce7d core, core/vm, tests: changed the initialisation behaviour of the EVM 9 years ago
Felix Lange c1343c8872 cmd/utils, internal/debug: show all stacks for 10x Ctrl-C induced panic 9 years ago