obscuren
2ef0bc03ec
Merge commit 'ec181b308addc30c04973e9058960d579c84eef5' into develop
10 years ago
obscuren
8b51582b53
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
10 years ago
obscuren
3453f8c5d2
Added Code field
10 years ago
Felix Lange
653c3deaa5
Merge pull request #606 from tgerring/bootnode
...
Update Go bootnode address
10 years ago
Taylor Gerring
6daa455243
Update Go bootnode address
10 years ago
Jeffrey Wilcke
485dcf90cd
Merge pull request #594 from Gustav-Simonsson/fix_block_header_gas_limit_validation
...
Correct gas limit validation according to new algorithm
10 years ago
Taylor Gerring
2f3a968136
New CallArgs
...
Requirements for calls differ from transactions
10 years ago
Gustav Simonsson
9feed3f61e
Correct gas limit validation according to new algorithm
...
* Use absolute value of (block's gas limit) - (parent's gas limit)
in comparison with diff limit.
* Ensure the diff is strictly smaller than the allowed size.
10 years ago
Taylor Gerring
f23529c5cd
General repo cleanup
10 years ago
Taylor Gerring
35d00e00c5
Update Godeps
10 years ago
Taylor Gerring
b6fde73ef1
Add settable domain to CORS handler #331
10 years ago
Taylor Gerring
04a7c4ae1e
Abstract http into rpc package
...
New RpcConfig object to pass growing config
10 years ago
Taylor Gerring
24fc1f073d
Add flag to control CORS header #394
...
* Disabled on CLI
* http://localhost on Mist
10 years ago
obscuren
e1c6c01b4d
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
10 years ago
obscuren
b7a0bc7031
Merge branch 'ebuchman-fix_ecrecover' into develop
10 years ago
obscuren
61c5edcb57
Cleanup.
10 years ago
obscuren
af153e7884
Merge branch 'fix_ecrecover' of https://github.com/ebuchman/go-ethereum into ebuchman-fix_ecrecover
10 years ago
Taylor Gerring
391d79ef44
Add ExtraData field to RPC output
10 years ago
Taylor Gerring
eb79938060
Docker rename ethereum to geth
10 years ago
Taylor Gerring
2ca6a800ad
Remove old go cover location
10 years ago
Taylor Gerring
82eeb5e02a
Added Coveralls badges
10 years ago
Taylor Gerring
129fabddb2
Prefer hex prefixed with 0x
10 years ago
Taylor Gerring
d9f8b1e0c1
Report InvalidTypeError as -32602 to JSON RPC
10 years ago
Taylor Gerring
e80ef9ff34
Cleanup
10 years ago
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