Commit Graph

413 Commits (1e24c2e4f428c85c2f83272af2696469cb8f5bed)

Author SHA1 Message Date
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
Jeffrey Wilcke b1e0143444 cmd, crypto: fixed nil public keys and updated web3 9 years ago
Jeffrey Wilcke 1c63d08ed1 cmd/geth, cmd/utils: removed legalese 9 years ago
Péter Szilágyi 9aa77a3769 cmd/geth, cmd/utils: surface the light KDF flag to the CLI 9 years ago
Péter Szilágyi 90655736ed cmd/geth: fix recover command crash if no param is supplied 9 years ago
Jeffrey Wilcke 5ff0814b1f VERSION, cmd/geth: bumped version 1.4.0 9 years ago
Péter Szilágyi 3c6e285d3b cmd/geth, cmd/utils, eth: group CLI flags by purpose 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
Péter Szilágyi aa0538db0b eth: clean out light node notions from eth 9 years ago
Péter Szilágyi 92f9a3e5fa cmd, eth: support switching client modes of operation 9 years ago
Gustav Simonsson 1b1f293082 core/state, core, miner: handle missing root error from state.New 9 years ago
Jeffrey Wilcke 1de796f101 cmd, core, eth: added official testnet 9 years ago
Péter Szilágyi 2547c9c9b7 cmd: properly initialize Olympic for all subcommands 9 years ago
Gustav Simonsson ec6a548ee3 all: Add GPU mining, disabled by default 9 years ago
Jeffrey Wilcke 7b44b8aece cmd/geth: dev version number 9 years ago
Jeffrey Wilcke 7c7692933c cmd/geth, cmd/utils, core, rpc: renamed to blockchain 9 years ago
Péter Szilágyi 74578ab22b common: fix #1818, secondary datadir paths to fall back to 9 years ago
Bas van Kervel 8636f0e1c3 console/history respect datadir 9 years ago
Felix Lange 70b6174748 cmd/geth, core: make "geth blocktest" work again 9 years ago
Jeffrey Wilcke eaa4473dbd core, core/types: readd transactions after chain re-org 9 years ago
Jeffrey Wilcke be76a68aea cmd/geth: changed version number to 1.2.0 9 years ago
Gustav Simonsson 47ca6904b3 tests: use lastblockhash field to validate reorgs and block headers 9 years ago
Kobi Gurkan 1a1a1ee4ff cmd/geth: extradata is correcly initialized with console 9 years ago
Kobi Gurkan 321733ab23 cmd/geth: adds extradata flag 9 years ago
Felix Lange 8c4dab77ba all: move common.Database to package ethdb 9 years ago
Péter Szilágyi cdc2662c40 core: split out TD from database and all internals 9 years ago
Jeffrey Wilcke f04b3a6f29 cmd/geth, cmd/utils, eth: added dev mode flag 9 years ago