Commit Graph

4911 Commits

Author SHA1 Message Date
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
a2501ecfcd Make new types Stringers 2015-03-31 19:02:46 +02:00
8f0e095f4c Index is zero-based #607 2015-03-31 17:56:06 +02:00
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
3a948b2dba Add hexdata and hexnum types 2015-03-31 17:39:58 +02:00
ec181b308a Squashed 'tests/files/' changes from c6d9629..29da5ea
29da5ea add JS block test example as state test
04108e0 Merge remote-tracking branch 'origin' into develop
6da7f35 JS failures
22b5dfc stQuadraticComplexity Refill with latest develop
c97bf26 Memory / Solidity Test Update

git-subtree-dir: tests/files
git-subtree-split: 29da5ea53ab36d74bd3c0712337168086cabfb8d
2015-03-31 16:25:22 +02:00
2ef0bc03ec Merge commit 'ec181b308addc30c04973e9058960d579c84eef5' into develop 2015-03-31 16:25:22 +02:00
8b51582b53 Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop 2015-03-31 15:31:32 +02:00
3453f8c5d2 Added Code field 2015-03-31 15:30:55 +02:00
653c3deaa5 Merge pull request #606 from tgerring/bootnode
Update Go bootnode address
2015-03-31 14:41:17 +02:00
6daa455243 Update Go bootnode address 2015-03-31 14:14:29 +02:00
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
2f3a968136 New CallArgs
Requirements for calls differ from transactions
2015-03-30 16:20:30 +02:00
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
f23529c5cd General repo cleanup 2015-03-30 09:18:22 +02:00
35d00e00c5 Update Godeps 2015-03-29 22:19:38 +02:00
b6fde73ef1 Add settable domain to CORS handler #331 2015-03-29 21:56:04 +02:00
04a7c4ae1e Abstract http into rpc package
New RpcConfig object to pass growing config
2015-03-29 21:26:47 +02:00
24fc1f073d Add flag to control CORS header #394
* Disabled on CLI
* http://localhost on Mist
2015-03-29 21:21:14 +02:00
e1c6c01b4d Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop 2015-03-29 15:03:39 +02:00
b7a0bc7031 Merge branch 'ebuchman-fix_ecrecover' into develop 2015-03-29 15:03:30 +02:00
61c5edcb57 Cleanup. 2015-03-29 15:02:49 +02:00
af153e7884 Merge branch 'fix_ecrecover' of https://github.com/ebuchman/go-ethereum into ebuchman-fix_ecrecover 2015-03-29 13:34:41 +02:00
391d79ef44 Add ExtraData field to RPC output 2015-03-29 12:08:52 +02:00
eb79938060 Docker rename ethereum to geth 2015-03-28 22:17:08 +01:00
2ca6a800ad Remove old go cover location 2015-03-28 22:16:04 +01:00
82eeb5e02a Added Coveralls badges 2015-03-28 22:04:36 +01:00
129fabddb2 Prefer hex prefixed with 0x 2015-03-28 21:47:16 +01:00
d9f8b1e0c1 Report InvalidTypeError as -32602 to JSON RPC 2015-03-28 21:42:44 +01:00
e80ef9ff34 Cleanup 2015-03-28 21:41:34 +01:00
29930da522 eth_getStorageAt output hex should begin with 0x 2015-03-28 21:27:50 +01:00
3b20603eb1 Merge branch 'kobigurk-develop' into develop 2015-03-28 21:06:39 +01:00
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
b9ca5eef58 Merge pull request #579 from tgerring/rpcargs
RPC Args
2015-03-28 20:42:45 +01:00
696ff43db3 Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop 2015-03-28 20:34:12 +01:00
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
3b7e4173ce Cleanup VM 2015-03-28 20:03:25 +01:00
2455e0bd18 Merge pull request #585 from aperseghin/patch-2
Minor fix
2015-03-28 11:54:20 +01:00
ed6ca5d007 Merge pull request #586 from aperseghin/patch-3
Update README.md
2015-03-28 11:54:10 +01:00
a4cbd1c7be ethereum -> geth 2015-03-28 00:32:23 +01:00
47af2f02cb eth_getTransactionCount now returns a hex string 2015-03-27 22:22:13 +03:00
3ea8c7301e PUSH gas fix 2015-03-27 16:53:05 +01:00
43d521e90e Decouple core from rpc 2015-03-27 16:36:01 +01:00
df648cbc60 Removed comments 2015-03-27 16:11:19 +01:00
8a22cd5e6c Removed defer/panic. #503 2015-03-27 16:09:57 +01:00
0ac346f707 Merge branch 'develop' into rpcargs 2015-03-27 16:03:49 +01:00
9f84c78eb5 BlockFilterArgs 2015-03-27 15:54:54 +01:00
db1c52918f Update README.md 2015-03-27 09:29:35 -04:00
00f8319faf Explicitly check memory's data store. #515 2015-03-27 14:22:38 +01:00
8e7549db0b Minor fix 2015-03-27 08:38:20 -04:00