Commit Graph

387 Commits (34c56766b7bae7e31c9e7c628fe5a01e6dcc76f9)

Author SHA1 Message Date
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
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
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 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
Bas van Kervel aa9fff3e68 rpc: various fixes/enhancements 9 years ago
Bas van Kervel 3c5329599c cmd/geth: add JS preload parameter 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
Jeffrey Wilcke f0cbebb19f core: added basic chain configuration 9 years ago
Jeffrey Wilcke 14013372ae core: Added EVM configuration options 9 years ago
Kobi Gurkan 627c2311fb cmd/utils: add --keystore 9 years ago
Jeffrey Wilcke cec92f5940 cmd/geth: removed multiline support 9 years ago
Ricardo Catalinas Jiménez 436fc8d76a all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}() 9 years ago
Felix Lange ae5bc89cad cmd/geth, jsre: improve auto-completion 9 years ago
Felix Lange 2abf1a36b9 cmd/geth: enable multi-line mode 9 years ago
Felix Lange 4063d30b5e cmd/geth: gofmt js.go and rename ethereum.js to web3.js 9 years ago
Péter Szilágyi d6c6bcc9f3 cmd/geth: update monitor to new termui code 9 years ago
Péter Szilágyi df75dbfd68 cmd, node, rpc: readd inproc RPC client, expose via node 9 years ago
Péter Szilágyi 900e124bee cmd, common, node, rpc: rework naming convention to canonical one 9 years ago
Péter Szilágyi 7486904b92 cmd, node, rpc: move websockets into node, break singleton 9 years ago
Péter Szilágyi a13bc9d7a1 cmd, common, node, rpc: move HTTP RPC into node, drop singletone aspect 9 years ago
Péter Szilágyi 188ab928c3 cmd, common, node, rpc: move IPC into the node itself 9 years ago
Felix Lange 3750d835a1 internal/debug: APIs for profiling and tracing 9 years ago
Bas van Kervel 19b2640e89 rpc: migrated the RPC insterface to a new reflection based RPC layer 9 years ago
Bas van Kervel cdd34fcb16 console: add admin.sleep and admin.sleepBlocks 9 years ago
Bas van Kervel 3c9a2c752f console: bugfix that causes the console to crash when connection to an endpoint without the personal api enabled 9 years ago
Felix Lange e6fb69296e common: remove old RLP implementation, Value and ExtPackage 9 years ago
Bas van Kervel eae81465c1 rpc: new RPC implementation with pub/sub support 9 years ago
Péter Szilágyi 03f090b30b Makefile, cmd/geth: support building Android archives 9 years ago
Péter Szilágyi 0e4deeb6e7 Makefile, cmd/geth: assemble ios xcode frameworks 9 years ago
Felix Lange d648e96b3d cmd/utils: restore starting geth without any accounts and etherbase 9 years ago
Bas van Kervel 1ead43c88c console: fix instance name printed incorrect on start 9 years ago
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
Péter Szilágyi 8a44451edf cmd: drop blocktest command, create gethrpctest program 9 years ago