Taylor Gerring
b414a1303f
WhisperIdentityArgs
10 years ago
Taylor Gerring
1f1e98f96b
FilterIdArgs
10 years ago
Taylor Gerring
62ebf999bf
FilterStringArgs tests
10 years ago
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
10 years ago
zelig
abbdf41560
output error message if unlock address is invalid (fixes the wierd "read /path: is a directory") msg
10 years ago
zelig
11d2ebc06f
unlocking coinbase without knowing address
...
- accounts: remove Manager.getKey
- cli: for -unlock coinbase, use account manager Coinbase()
10 years ago
zelig
4ec38e3932
common: remove WriteFile and ReadAllFile (use ioutil instead)
10 years ago
zelig
23e41a57ad
Applying: fix adming js test regression (maybe otto update?)
10 years ago
zelig
fee224f075
cli test: fix test newJSRE interactive argument
10 years ago
zelig
d1b52efdb5
cli: implement ethereum presale wallet import via cli
10 years ago
zelig
34d5a6c156
cli: help formatting
10 years ago
zelig
1c4c71dcff
cli: fix liner not closing (spuriously opened) in noninteractive jsre
10 years ago
zelig
fd8d18ec28
unlocking coinbase
...
- extract accounts.getKey method - if given empty address it retrieves coinbase (first account)
- cli -unlock coinbase will unlock coinbase
10 years ago
zelig
859f1f08ca
blockpool: wrap intermittent status test in a loop
10 years ago
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)
10 years ago
Taylor Gerring
e21ce9a9b4
DbHexArgs tests
10 years ago
Taylor Gerring
f68ca2b6e6
DbArgs tests
10 years ago
Taylor Gerring
3ab9f26943
Accept number or string for BlockFilterArgs limit/offset
10 years ago
obscuren
658204bafc
bump
10 years ago
obscuren
c32bca45ad
Stack limit
10 years ago
obscuren
d36501a6e5
Fixed miner
...
* Miners could stall because the worker wasn't aware the miner was done
10 years ago
Taylor Gerring
6661bc35ef
Accept number or string for BlockFilterArgs to/fromBlock
10 years ago
Taylor Gerring
745dd5b7a5
Sha3Args
10 years ago
Taylor Gerring
f695d01354
Convert error checks to Expect functions
10 years ago
Taylor Gerring
3472823be9
HashIndexArgs
10 years ago
Taylor Gerring
cb103c089a
BlockNumIndexArgs
10 years ago
Taylor Gerring
cd6b3fd28a
GetDataArgs
10 years ago
Taylor Gerring
a49c81547c
DecodeParamError -> InvalidTypeError for unexpected input type
10 years ago
Taylor Gerring
ca03e97697
Add InvalidTypeError
10 years ago
obscuren
a718515b3d
Squashed 'tests/files/' changes from a7081bc..c6d9629
...
c6d9629 added another test
git-subtree-dir: tests/files
git-subtree-split: c6d96293710a37489fa3b074a9fc228e0393f152
10 years ago
obscuren
d0fa0a234d
Merge commit 'a718515b3d43f00497231f981b5ea757b71d55ff' into develop
10 years ago
Taylor Gerring
c139af5826
GetBalanceArgs
10 years ago
Taylor Gerring
4523a00b91
GetTxCountArgs
10 years ago
obscuren
c33dc3e328
moved helper
10 years ago
obscuren
83b0cad766
fixed block filter args
10 years ago
obscuren
b8a667deed
debug log
10 years ago
obscuren
4ba850639e
updated web3.js light for console
10 years ago
Taylor Gerring
9c4504dc41
GetStorageAtArgs
10 years ago
obscuren
ace5b5a1bf
updated web3.js
10 years ago
obscuren
507830eb81
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
10 years ago
obscuren
eb433731aa
Fixed filter and refactored code
10 years ago
Taylor Gerring
300d36b864
improved NewTxArgs tests
10 years ago
Taylor Gerring
ad2089b0a3
Add blockHeightFromJson convenience function
10 years ago
Taylor Gerring
493e0d7be8
improved GetBlockByNumber tests
10 years ago
Taylor Gerring
93af30a6f6
improved GetBlockByHashArgs tests
10 years ago
Taylor Gerring
bd1a54f076
GetStorageArgs
10 years ago
Taylor Gerring
966cfa4bdd
NewTxArgs
10 years ago
Taylor Gerring
c7dc379da5
GetBlockByHashArgs
10 years ago
Taylor Gerring
7e1e264375
Don't return empty block for "pending" #568
10 years ago
obscuren
98f970ba59
Updated example for new ethereum.js
10 years ago