Commit Graph

68 Commits (a6ca8fd26884807c80b649bd2a0e780aa93ced22)

Author SHA1 Message Date
Felix Lange e728aaca72 rpc: move web3.js extensions to internal/web3ext 9 years ago
Felix Lange d04a2e7557 all: update license information 9 years ago
Felix Lange 46e8940b19 accounts: streamline API 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
Jeffrey Wilcke cec92f5940 cmd/geth: removed multiline support 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
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
Bas van Kervel eae81465c1 rpc: new RPC implementation with pub/sub support 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
Jeffrey Wilcke b1e0143444 cmd, crypto: fixed nil public keys and updated web3 9 years ago
zelig 4d005a2c1d rpc api: eth_getNatSpec 9 years ago
zelig 6b5d077c09 fix console history, lines with leadning whitespace NOT included 9 years ago
zelig 8b81ad1fc4 console: 9 years ago
Bas van Kervel 8636f0e1c3 console/history respect datadir 9 years ago
Bas van Kervel f69121357d cmd/geth Autocompletion bugfix which let the console crash 9 years ago
Bas van Kervel c472b8f725 main clear current line on ctrl-C 9 years ago
Bas van Kervel 87d1cde7e4 main print console output for js statement given by the exec argument 9 years ago
Bas van Kervel f9cbd16f27 support for user agents 9 years ago
Felix Lange 0ef80bb3d0 cmd/geth, jsre: restore command line editing on windows 9 years ago
zelig 6628eeb6ca jsre: leave out lines from history containing methods of the personal module 9 years ago
Felix Lange 3f047be5aa all: update license headers to distiguish GPL/LGPL 9 years ago
Felix Lange ea54283b30 all: update license information 9 years ago
zelig 2739233719 Registrar and contractInfo handling 9 years ago
zelig 83ee39448e Registrar and contractInfo handling 9 years ago
Bas van Kervel 4ee7f6fc88 added missing change for sign test 9 years ago
Bas van Kervel 2e0b56a72b added RPC start/stop support 9 years ago
Bas van Kervel f87501b1c5 added batch support to console and attach actions 9 years ago
Bas van Kervel 29297d3b82 fixed bug where history file was create in cwd 9 years ago
Bas van Kervel f202563777 added attach over ipc command 9 years ago
Bas van Kervel 603192cfa7 cleanup comments/code 9 years ago
Bas van Kervel a4a4e9fcf8 removed old rpc structure and added new inproc api client 9 years ago
Bas van Kervel 862117e4bd changed send methods for backwards compatability in geth console 9 years ago
Bas van Kervel a1a475fb92 added console command 9 years ago
Felix Lange 9253fc337e cmd/geth: exit the console cleanly when interrupted 9 years ago
Felix Lange e221a449e0 cmd/geth, jsre, rpc: run all JS code on the event loop 9 years ago
Bas van Kervel 821b578f7e make registrar available in console 9 years ago
zelig 22b694ee1e solc now in ethereum, fixes solc path setting; setSolc() didnt work 9 years ago
Gustav Simonsson da9fe951da Use common.Address type for accounts.Address 9 years ago
Bas van Kervel 95773b9673 removed redundant newlines in import block 9 years ago
Bas van Kervel b79dd188d9 replaced several path.* with filepath.* which is platform independent 9 years ago
obscuren 351d6b0d44 jsre, cmd/geth: updated web3.js and altered settimeout 10 years ago
zelig 009b221692 solidity compiler and contract metadocs integration 10 years ago