Taylor Gerring
40ea466200
Store and retrieve tx context metadata #608
...
Improving this in the future will allow for cleaning up a bit of legacy
code.
2015-03-31 22:40:12 +02:00
Taylor Gerring
7e3875b527
Remove custom MarshalJSON methods
...
Now formats based on underlying hexdata or hexnum type. Fields directly
with respective constructors that cover from native types
2015-03-31 19:04:02 +02:00
Taylor Gerring
a2501ecfcd
Make new types Stringers
2015-03-31 19:02:46 +02:00
Taylor Gerring
8f0e095f4c
Index is zero-based #607
2015-03-31 17:56:06 +02:00
Taylor Gerring
81aeb78976
Update output types to use hexnum or hexdata
...
Benefits from automatic output formatting differences between
quantities and data
2015-03-31 17:40:35 +02:00
Taylor Gerring
3a948b2dba
Add hexdata and hexnum types
2015-03-31 17:39:58 +02:00
obscuren
8b51582b53
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
2015-03-31 15:31:32 +02:00
obscuren
3453f8c5d2
Added Code field
2015-03-31 15:30:55 +02:00
Felix Lange
653c3deaa5
Merge pull request #606 from tgerring/bootnode
...
Update Go bootnode address
2015-03-31 14:41:17 +02:00
Taylor Gerring
6daa455243
Update Go bootnode address
2015-03-31 14:14:29 +02:00
Jeffrey Wilcke
485dcf90cd
Merge pull request #594 from Gustav-Simonsson/fix_block_header_gas_limit_validation
...
Correct gas limit validation according to new algorithm
2015-03-31 12:41:05 +02:00
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