Commit Graph

160 Commits (b26f5e0bb7e8922c80bc3513d1ebce2c99a081f5)

Author SHA1 Message Date
Gustav Simonsson 147a699c65 Add missing err checks on From() (skip RPC for now) 9 years ago
obscuren d51d74eb55 cmd/geth: bump version v0.9.26 9 years ago
Gustav Simonsson 9138955ba5 Validate account length and avoid slicing in logging 9 years ago
Felix Lange e84bbcce3c cmd/geth: don't flush databases after import 9 years ago
Felix Lange 67effb94b6 cmd/geth, cmd/utils: make chain importing interruptible 9 years ago
Felix Lange 74706a0f02 cmd/geth, cmd/utils: rename utils.Get* -> utils.Make* 9 years ago
Felix Lange 651030c98d cmd/geth: move blockchain commands to chaincmd.go 9 years ago
Felix Lange 3b9808f23c cmd/geth, cmd/utils: don't use Ethereum for import, export and upgradedb 9 years ago
Péter Szilágyi 3f91ee4ff8 cmd/geth: expand admin.progress() to something meaningful 9 years ago
obscuren 2c532a7255 cmd/geth: bump version 0.9.25 9 years ago
obscuren 222249e622 cmd/geth: Flush instead of close. This solves a nil ptr error 9 years ago
obscuren b2f2806055 cmd/geth, core: Updated DB version & seedhash debug method 9 years ago
Felix Lange 9253fc337e cmd/geth: exit the console cleanly when interrupted 9 years ago
Péter Szilágyi 4de8213887 cmd/geth: fix js console test for p2p server update 9 years ago
Péter Szilágyi e1a0ee8fc5 cmd/geth, cmd/utils, eth, p2p: pass and honor a no discovery flag 9 years ago
obscuren d74ee40c86 cmd/geth: bumped version to 0.9.24 9 years ago
obscuren 0a85260bcd cmd/geth: bumped version to 0.9.24 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
obscuren 4600ecb5c7 cmd/geth: bump version 0.9.23 9 years ago
zelig bed80133e0 automatic DAG pregeneration for smooth epoch transitions 9 years ago
zelig 00f59f5014 fix eth.sign. now implemented in admin jsre until web3.js has it . 9 years ago
zelig b0ae84aa0d multiple contract source for solidity compiler: returns contract array if multiple contracts. fixes #1023 9 years ago
zelig d92172f3d4 add usage doc to wallet import 9 years ago
zelig 22b694ee1e solc now in ethereum, fixes solc path setting; setSolc() didnt work 9 years ago
zelig f9abcee0f9 fix solc tests unskip 9 years ago
Taylor Gerring 32b8565022 Support multiple account unlock attempts 9 years ago
Taylor Gerring af8ada45e7 Allow unlocking multiple accounts #1045 9 years ago
Taylor Gerring f14feea436 Refactor user prompts into utils 9 years ago
Taylor Gerring 36a4ba3248 Add user confirmation for removedb 9 years ago
obscuren 59c0d01418 core: chain manager no longer exports genesis block 9 years ago
Taylor Gerring fe41bd6fe8 Add "removedb" command to Geth 9 years ago
obscuren 3a51d5e80c cmd/geth: fixed ver num 9 years ago
obscuren 28ba374f27 cmd/geth: delete state db on upgradedb command 9 years ago
obscuren ad7b0efbd3 cmd/geth: hotfix bump 9 years ago
obscuren 7ea76fcf99 core, cmd/geth, cmd/mist: cleanup. bump version 0.9.21 9 years ago
obscuren 55d85d60fd eth, cmd/geth: start mining from console respects CLI flag 9 years ago
Felix Lange 559cc02313 cmd/geth: use plain keystore for JS tests 9 years ago
Bas van Kervel 1fa48bc5e7 Introduced default unlock duration when an account is unlocked from the console 9 years ago
Bas van Kervel e30e9fe979 removed invalid filename characters 9 years ago
Gustav Simonsson b5b53d8b32 Fix hex conversion in --unlock and log when successful 10 years ago
obscuren 36ce54e5dc cmd/geth: bump version to 0.9.20 10 years ago
Gustav Simonsson e389585f1f Change default keystore dir 10 years ago
Gustav Simonsson 231fe04f03 Fix address type in js test 10 years ago
Gustav Simonsson 2c1b0ff17e Update key store to new spec but keep address field for now 10 years ago
Gustav Simonsson da9fe951da Use common.Address type for accounts.Address 10 years ago
obscuren dca290d525 sol: skipped source checking step 10 years ago
Bas van Kervel 95773b9673 removed redundant newlines in import block 10 years ago
Bas van Kervel b79dd188d9 replaced several path.* with filepath.* which is platform independent 10 years ago
zelig 03bf902b92 compiler, cli/js: fix solidity compiler tests failing when a different version of solc installed 10 years ago