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.
2015-03-30 16:07:24 +02:00
Taylor Gerring
f23529c5cd
General repo cleanup
2015-03-30 09:18:22 +02:00
obscuren
e1c6c01b4d
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
2015-03-29 15:03:39 +02:00
obscuren
b7a0bc7031
Merge branch 'ebuchman-fix_ecrecover' into develop
2015-03-29 15:03:30 +02:00
obscuren
61c5edcb57
Cleanup.
2015-03-29 15:02:49 +02:00
obscuren
af153e7884
Merge branch 'fix_ecrecover' of https://github.com/ebuchman/go-ethereum into ebuchman-fix_ecrecover
2015-03-29 13:34:41 +02:00
Taylor Gerring
391d79ef44
Add ExtraData field to RPC output
2015-03-29 12:08:52 +02:00
Taylor Gerring
eb79938060
Docker rename ethereum to geth
2015-03-28 22:17:08 +01:00
Taylor Gerring
2ca6a800ad
Remove old go cover location
2015-03-28 22:16:04 +01:00
Taylor Gerring
82eeb5e02a
Added Coveralls badges
2015-03-28 22:04:36 +01:00
Taylor Gerring
129fabddb2
Prefer hex prefixed with 0x
2015-03-28 21:47:16 +01:00
Taylor Gerring
d9f8b1e0c1
Report InvalidTypeError as -32602 to JSON RPC
2015-03-28 21:42:44 +01:00
Taylor Gerring
e80ef9ff34
Cleanup
2015-03-28 21:41:34 +01:00
Taylor Gerring
29930da522
eth_getStorageAt output hex should begin with 0x
2015-03-28 21:27:50 +01:00
Taylor Gerring
3b20603eb1
Merge branch 'kobigurk-develop' into develop
2015-03-28 21:06:39 +01:00
Taylor Gerring
779a51c047
Merge branch 'develop' of https://github.com/kobigurk/go-ethereum into kobigurk-develop
...
Conflicts:
rpc/api.go
2015-03-28 21:05:32 +01:00
Jeffrey Wilcke
b9ca5eef58
Merge pull request #579 from tgerring/rpcargs
...
RPC Args
2015-03-28 20:42:45 +01:00
obscuren
696ff43db3
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
2015-03-28 20:34:12 +01:00
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
2015-03-28 20:30:38 +01:00
obscuren
3b7e4173ce
Cleanup VM
2015-03-28 20:03:25 +01:00
Jeffrey Wilcke
2455e0bd18
Merge pull request #585 from aperseghin/patch-2
...
Minor fix
2015-03-28 11:54:20 +01:00
Jeffrey Wilcke
ed6ca5d007
Merge pull request #586 from aperseghin/patch-3
...
Update README.md
2015-03-28 11:54:10 +01:00
Taylor Gerring
a4cbd1c7be
ethereum -> geth
2015-03-28 00:32:23 +01:00
Kobi Gurkan
47af2f02cb
eth_getTransactionCount now returns a hex string
2015-03-27 22:22:13 +03:00
obscuren
3ea8c7301e
PUSH gas fix
2015-03-27 16:53:05 +01:00
Taylor Gerring
43d521e90e
Decouple core from rpc
2015-03-27 16:36:01 +01:00
obscuren
df648cbc60
Removed comments
2015-03-27 16:11:19 +01:00
obscuren
8a22cd5e6c
Removed defer/panic. #503
2015-03-27 16:09:57 +01:00
Taylor Gerring
0ac346f707
Merge branch 'develop' into rpcargs
2015-03-27 16:03:49 +01:00
Taylor Gerring
9f84c78eb5
BlockFilterArgs
2015-03-27 15:54:54 +01:00
aperseghin
db1c52918f
Update README.md
2015-03-27 09:29:35 -04:00
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