Taylor Gerring
|
29930da522
|
eth_getStorageAt output hex should begin with 0x
|
10 years ago |
Taylor Gerring
|
3b20603eb1
|
Merge branch 'kobigurk-develop' into develop
|
10 years ago |
Taylor Gerring
|
779a51c047
|
Merge branch 'develop' of https://github.com/kobigurk/go-ethereum into kobigurk-develop
Conflicts:
rpc/api.go
|
10 years ago |
Jeffrey Wilcke
|
b9ca5eef58
|
Merge pull request #579 from tgerring/rpcargs
RPC Args
|
10 years ago |
obscuren
|
696ff43db3
|
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
|
10 years ago |
obscuren
|
368ebe63a9
|
Cleanup VM.
* CALLDATA use getData
* removed old context get range value
* removed casting big => int for some cases
* pc now big int #457
|
10 years ago |
obscuren
|
3b7e4173ce
|
Cleanup VM
|
10 years ago |
Jeffrey Wilcke
|
2455e0bd18
|
Merge pull request #585 from aperseghin/patch-2
Minor fix
|
10 years ago |
Jeffrey Wilcke
|
ed6ca5d007
|
Merge pull request #586 from aperseghin/patch-3
Update README.md
|
10 years ago |
Taylor Gerring
|
a4cbd1c7be
|
ethereum -> geth
|
10 years ago |
Kobi Gurkan
|
47af2f02cb
|
eth_getTransactionCount now returns a hex string
|
10 years ago |
obscuren
|
3ea8c7301e
|
PUSH gas fix
|
10 years ago |
Taylor Gerring
|
43d521e90e
|
Decouple core from rpc
|
10 years ago |
obscuren
|
df648cbc60
|
Removed comments
|
10 years ago |
obscuren
|
8a22cd5e6c
|
Removed defer/panic. #503
|
10 years ago |
Taylor Gerring
|
0ac346f707
|
Merge branch 'develop' into rpcargs
|
10 years ago |
Taylor Gerring
|
9f84c78eb5
|
BlockFilterArgs
|
10 years ago |
aperseghin
|
db1c52918f
|
Update README.md
|
10 years ago |
obscuren
|
00f8319faf
|
Explicitly check memory's data store. #515
|
10 years ago |
aperseghin
|
8e7549db0b
|
Minor fix
|
10 years ago |
obscuren
|
eb102bf4bb
|
Etherbase => etherbase
|
10 years ago |
Jeffrey Wilcke
|
86c43d97bc
|
Merge pull request #581 from aperseghin/patch-1
Update README.md
|
10 years ago |
Jeffrey Wilcke
|
0b4b2b81f9
|
Merge pull request #580 from ethersphere/frontier/cli-key
settable etherbase
|
10 years ago |
Jeffrey Wilcke
|
54a14d5c9d
|
Merge pull request #584 from tgerring/issue577
Use ExtraDB for RPC storage. Fixes #577
|
10 years ago |
Jeffrey Wilcke
|
09280c5f11
|
Merge pull request #565 from tgerring/responsetypes
Update response types + tests
|
10 years ago |
Taylor Gerring
|
2788fb4ce5
|
More explicit formatting for protocol version
|
10 years ago |
Taylor Gerring
|
e29396b691
|
Use ExtraDB for storage. Fixes #577
|
10 years ago |
Taylor Gerring
|
c38630af23
|
Test blockHeightFromJsonInvalid
|
10 years ago |
Taylor Gerring
|
e0781c2548
|
NewTxArgs accept numbers or strings for value/gas/gasprice
|
10 years ago |
Taylor Gerring
|
3fcef54f9b
|
tidy
|
10 years ago |
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
|
10 years ago |
aperseghin
|
5838847a9a
|
Update README.md
Rename ethereum executable to geth
|
10 years ago |
Taylor Gerring
|
6bd1f6cc49
|
Merge remote-tracking branch 'origin' into rpcargs
Conflicts:
rpc/args.go
|
10 years ago |
Taylor Gerring
|
bb12dbe233
|
Prefer args as strings not objects
|
10 years ago |
Taylor Gerring
|
7eed7e1d96
|
Merge branch 'rpcargs' of github.com:tgerring/go-ethereum into rpcargs
|
10 years ago |
Taylor Gerring
|
2c5a32ebbc
|
Undo XEth changes
|
10 years ago |
Taylor Gerring
|
49a912ce33
|
Undo xeth changes
|
10 years ago |
obscuren
|
b0b0939879
|
renamed ethereum => geth
|
10 years ago |
Jeffrey Wilcke
|
829240c325
|
Merge pull request #550 from ethersphere/frontier/cli-key
import/export accounts
|
10 years ago |
Taylor Gerring
|
1f3814141b
|
WhisperMessageArgs
|
10 years ago |
Taylor Gerring
|
9ca87afd0b
|
WhisperFilterArgs
|
10 years ago |
Taylor Gerring
|
81f36df910
|
CompileArgs
|
10 years ago |
Taylor Gerring
|
ddcc8e1673
|
SubmitWorkArgs tests
|
10 years ago |
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 |