Commit Graph

58 Commits (4063d30b5e8c0a47d28c8a84169ff3c61512c4c9)

Author SHA1 Message Date
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
zsfelfoldi c54d123b31 setTimeout and sendAsync implemented 10 years ago
zelig 6b1b5a4a2a cli/js console: if corsDomain is not given to startRpc, we fall back to value set on command line with `-corsDomain` 10 years ago
obscuren 92c6327593 cmd/geth, jsre: updated ethereum.js => web3.js 10 years ago
zsfelfoldi c4b7d4d3f7 NatSpec cli option, resolver tests passing 10 years ago
zsfelfoldi b46e152171 default fallback NatSpec messages 10 years ago
zelig ac0e5e8b6d resolver tests 10 years ago
zsfelfoldi 3136bae4a5 NatSpec, URL register storage retrieval 10 years ago
zelig 45676382b6 natspec integrated to console frontend confirmTransaction 10 years ago
obscuren ec9fbf09aa Added some quotes .... 10 years ago