obscuren
00f8319faf
Explicitly check memory's data store. #515
2015-03-27 14:22:38 +01:00
aperseghin
8e7549db0b
Minor fix
2015-03-27 08:38:20 -04:00
obscuren
eb102bf4bb
Etherbase => etherbase
2015-03-27 12:14:00 +01:00
Jeffrey Wilcke
86c43d97bc
Merge pull request #581 from aperseghin/patch-1
...
Update README.md
2015-03-27 12:12:38 +01:00
Jeffrey Wilcke
0b4b2b81f9
Merge pull request #580 from ethersphere/frontier/cli-key
...
settable etherbase
2015-03-27 12:12:05 +01:00
Jeffrey Wilcke
54a14d5c9d
Merge pull request #584 from tgerring/issue577
...
Use ExtraDB for RPC storage. Fixes #577
2015-03-27 11:48:03 +01:00
Jeffrey Wilcke
09280c5f11
Merge pull request #565 from tgerring/responsetypes
...
Update response types + tests
2015-03-27 11:44:13 +01:00
Taylor Gerring
2788fb4ce5
More explicit formatting for protocol version
2015-03-27 11:43:14 +01:00
Taylor Gerring
e29396b691
Use ExtraDB for storage. Fixes #577
2015-03-27 09:36:18 +01:00
Taylor Gerring
c38630af23
Test blockHeightFromJsonInvalid
2015-03-27 00:13:03 +01:00
Taylor Gerring
e0781c2548
NewTxArgs accept numbers or strings for value/gas/gasprice
2015-03-27 00:07:28 +01:00
Taylor Gerring
3fcef54f9b
tidy
2015-03-26 22:58:12 +01:00
zelig
b375bbee5f
settable etherbase
...
- etherbase flag for block reward destination
- coinbase => etherbase
- CLI- eth Config -> eth, xeth -> RPC / Miner
- use primary instead of coinbase as the unlock magic wildcard
- accounts: firstAddr/Coinbase -> Primary
2015-03-26 21:52:22 +00:00
aperseghin
5838847a9a
Update README.md
...
Rename ethereum executable to geth
2015-03-26 17:48:24 -04:00
Taylor Gerring
6bd1f6cc49
Merge remote-tracking branch 'origin' into rpcargs
...
Conflicts:
rpc/args.go
2015-03-26 22:42:46 +01:00
Taylor Gerring
bb12dbe233
Prefer args as strings not objects
2015-03-26 22:35:42 +01:00
Taylor Gerring
7eed7e1d96
Merge branch 'rpcargs' of github.com:tgerring/go-ethereum into rpcargs
2015-03-26 22:27:06 +01:00
Taylor Gerring
2c5a32ebbc
Undo XEth changes
2015-03-26 22:24:48 +01:00
Taylor Gerring
49a912ce33
Undo xeth changes
2015-03-26 22:14:31 +01:00
obscuren
b0b0939879
renamed ethereum => geth
2015-03-26 21:27:52 +01:00
Jeffrey Wilcke
829240c325
Merge pull request #550 from ethersphere/frontier/cli-key
...
import/export accounts
2015-03-26 21:08:15 +01:00
Taylor Gerring
1f3814141b
WhisperMessageArgs
2015-03-26 21:07:50 +01:00
Taylor Gerring
9ca87afd0b
WhisperFilterArgs
2015-03-26 20:52:09 +01:00
Taylor Gerring
81f36df910
CompileArgs
2015-03-26 20:31:00 +01:00
Taylor Gerring
ddcc8e1673
SubmitWorkArgs tests
2015-03-26 20:25:30 +01:00
Taylor Gerring
b414a1303f
WhisperIdentityArgs
2015-03-26 20:20:43 +01:00
Taylor Gerring
1f1e98f96b
FilterIdArgs
2015-03-26 20:10:31 +01:00
Taylor Gerring
62ebf999bf
FilterStringArgs tests
2015-03-26 20:04:03 +01:00
zelig
7577d12614
max paranoia mode to UNsupport unencrypted keys entirely
...
- remove account export functionality from CLI
- remove accountExport method,
- remove unencrypted-keys flag from everywhere
- improve documentation
2015-03-26 19:00:18 +00:00
zelig
abbdf41560
output error message if unlock address is invalid (fixes the wierd "read /path: is a directory") msg
2015-03-26 19:00:18 +00:00
zelig
11d2ebc06f
unlocking coinbase without knowing address
...
- accounts: remove Manager.getKey
- cli: for -unlock coinbase, use account manager Coinbase()
2015-03-26 19:00:18 +00:00
zelig
4ec38e3932
common: remove WriteFile and ReadAllFile (use ioutil instead)
2015-03-26 19:00:18 +00:00
zelig
23e41a57ad
Applying: fix adming js test regression (maybe otto update?)
2015-03-26 19:00:18 +00:00
zelig
fee224f075
cli test: fix test newJSRE interactive argument
2015-03-26 19:00:18 +00:00
zelig
d1b52efdb5
cli: implement ethereum presale wallet import via cli
2015-03-26 19:00:18 +00:00
zelig
34d5a6c156
cli: help formatting
2015-03-26 19:00:18 +00:00
zelig
1c4c71dcff
cli: fix liner not closing (spuriously opened) in noninteractive jsre
2015-03-26 19:00:18 +00:00
zelig
fd8d18ec28
unlocking coinbase
...
- extract accounts.getKey method - if given empty address it retrieves coinbase (first account)
- cli -unlock coinbase will unlock coinbase
2015-03-26 19:00:18 +00:00
zelig
859f1f08ca
blockpool: wrap intermittent status test in a loop
2015-03-26 19:00:18 +00:00
zelig
c4ea921876
import/export accounts
...
- cli: add passwordfile flag
- cli: change unlock flag only takes account
- cli: with unlock you are prompted for password or use passfile with password flag
- cli: unlockAccount used in normal client start (run) and accountExport
- cli: getPassword used in accountCreate and accountImport
- accounts: Manager.Import, Manager.Export
- crypto: SaveECDSA (to complement LoadECDSA) to save to file
- crypto: NewKeyFromECDSA added (used in accountImport and New = generated constructor)
2015-03-26 19:00:18 +00:00
Taylor Gerring
e21ce9a9b4
DbHexArgs tests
2015-03-26 19:39:40 +01:00
Taylor Gerring
f68ca2b6e6
DbArgs tests
2015-03-26 19:34:32 +01:00
Taylor Gerring
3ab9f26943
Accept number or string for BlockFilterArgs limit/offset
2015-03-26 19:17:25 +01:00
obscuren
658204bafc
bump
2015-03-26 17:55:30 +01:00
obscuren
c32bca45ad
Stack limit
2015-03-26 17:45:09 +01:00
obscuren
d36501a6e5
Fixed miner
...
* Miners could stall because the worker wasn't aware the miner was done
2015-03-26 17:45:03 +01:00
Taylor Gerring
6661bc35ef
Accept number or string for BlockFilterArgs to/fromBlock
2015-03-26 17:27:29 +01:00
Taylor Gerring
745dd5b7a5
Sha3Args
2015-03-26 16:19:33 +01:00
Taylor Gerring
f695d01354
Convert error checks to Expect functions
2015-03-26 16:16:17 +01:00
Taylor Gerring
3472823be9
HashIndexArgs
2015-03-26 14:17:32 +01:00