obscuren
9663493ba0
Merge commit 'dffaa678f966f87dcd011671a16b554b29a37549' into develop
2015-03-17 12:02:50 +01:00
obscuren
dffaa678f9
Squashed 'tests/files/' changes from 0749546..641ebaa
...
641ebaa Merge branch 'develop' of https://github.com/ethereum/tests into develop
8e44fd4 possibility to launch more than one machine
5498fd5 2 more python fails
99268f3 update random test simulation files
170485e Merge remote-tracking branch 'origin/develop' into develop
4fcdf8f new python fails
e67b68a Merge branch 'develop' of https://github.com/ethereum/tests into develop
3f45f18 BlockRLPTests block fields prefixed with 0000
9fa9bbd Merge pull request #78 from wanderer/develop
222c2b4 update block tests
9d844dd python fails
05233a4 update blockchaintests
7dc0aa2 update JS_API_Test blockchain
6daf1cc added JS_API_test blockchain
e878f7e consitant address format
0e246ce python fail
57ea9a0 random failures
95934e0 add test for callcode to 0
13b8cd2 new python failures
9e60453 remove empty tests
ca6dfa9 uncle older than 6 generation test
cf7e950 some random failures
282090e update gas limits + uncle generation test
bb4c1f4 cppjit failure
cda9d4c more random failures
31ac17a add calldataload big offset test
f6b8e28 remove seedhash and update blockchain tests
ad69f9d add addmod test in order toc check that nothing get downcasted inbetween
38b7db2 a failing test
b9149b5 Merge remote-tracking branch 'origin/develop' into develop
5bea708 more failing tests
478a07d fix missing comma
6d82797 Merge remote-tracking branch 'origin/develop' into develop
2f380e2 random fails
3cd0ce7 Merge pull request #75 from romanman/develop
afa0a43 Update crypto.json
1b9b7b8 Introduce ECIES crypto test
git-subtree-dir: tests/files
git-subtree-split: 641ebaa3cf257c08838c707bebb481d61e708f95
2015-03-17 12:02:49 +01:00
obscuren
22893b7ac9
removed compile
2015-03-16 16:31:16 +01:00
obscuren
3cf51d5479
tmp
2015-03-16 12:03:52 +01:00
obscuren
b523441361
Moved ethutil => common
2015-03-16 11:27:38 +01:00
obscuren
0b8f66ed9e
updated godep ethash
2015-03-15 21:47:59 +01:00
obscuren
22fa59f131
moved to detail
2015-03-15 21:47:35 +01:00
obscuren
d2e75cc957
cleaning up unused code
2015-03-15 15:25:09 +01:00
obscuren
c87cc59bdf
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
...
Conflicts:
README.md
2015-03-15 12:20:58 +01:00
obscuren
8f84ddbbec
Linux build links
2015-03-15 12:20:07 +01:00
obscuren
0f26a62334
Linux build links
2015-03-15 12:19:26 +01:00
obscuren
2a5fbced7f
removed seed hash
2015-03-14 23:39:45 +01:00
obscuren
282d8c20fd
Merge branch 'fjl-block-tests' into develop
2015-03-14 23:37:37 +01:00
obscuren
d9966d6158
merge
2015-03-14 23:37:21 +01:00
obscuren
12cee1377f
Increased filter ticker time to 5 minutes
2015-03-14 18:57:12 +01:00
obscuren
95711bc2dd
Updated ethash
2015-03-14 16:42:05 +01:00
obscuren
387f6bba3e
POW fixes
2015-03-14 16:37:57 +01:00
obscuren
44636e5b82
typo
2015-03-14 13:21:20 +01:00
obscuren
35bc7b0d8a
Merge branch 'rpcfrontier' into develop
2015-03-14 12:44:24 +01:00
obscuren
532a74f50e
Improved errors. Closes #475
2015-03-14 12:43:10 +01:00
Jeffrey Wilcke
51df765e38
Merge pull request #481 from maran/feature/fromHexDry
...
DRY-up the use of fromHex in the project
2015-03-14 11:46:32 +01:00
Maran
9754e7aca7
Support for addresses with or without 0x. Fixes #472
2015-03-14 11:40:13 +01:00
Maran
991993357c
DRY up the use of fromHex and put it in ethutil
2015-03-14 11:39:35 +01:00
Taylor Gerring
f49e17eb39
Return null coinbase when accounts not created
...
Was previously returning nonsensical “0x”
2015-03-13 14:32:11 -04:00
Felix Lange
67f8f83a1b
cmd/ethereum: add blocktest command
2015-03-13 18:41:09 +01:00
Felix Lange
e463479b6c
eth: add ResetWithGenesisBlock
...
This depends on a change in ethash which exposes UpdateCache.
2015-03-13 18:41:09 +01:00
Felix Lange
6f8a2d6b84
eth: add hook for database creation
2015-03-13 18:41:09 +01:00
Felix Lange
58d9d98daf
cmd/utils: GetEthereum -> MakeEthConfig
...
This allows changing the config before starting Ethereum
with it.
2015-03-13 18:41:09 +01:00
Felix Lange
a80be98f31
tests: add helper functions for block tests
2015-03-13 18:41:09 +01:00
Felix Lange
9326541820
core/types: make Block.{ParentHash,SeedHash,MixDigest} []byte
...
There is no reason to keep them as ethutil.Bytes.
2015-03-13 18:41:09 +01:00
obscuren
b927c29469
GetBlockByNumber now properly looks for a number in the database
2015-03-13 18:29:42 +01:00
obscuren
fee9aecfb2
more tests for remote update
2015-03-13 17:53:53 +01:00
obscuren
ccda1aacb4
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
2015-03-13 17:49:05 +01:00
obscuren
03403399fc
Return proper error
2015-03-13 17:47:11 +01:00
obscuren
a0266489b4
Make remote dominant
2015-03-13 17:47:00 +01:00
Jeffrey Wilcke
a76d55c83a
Merge pull request #467 from ethersphere/frontier/natspec
...
NatSpec integration
2015-03-13 16:47:16 +01:00
obscuren
b663e8b29a
Merge branch 'rpcfrontier' into develop
2015-03-13 16:36:27 +01:00
obscuren
f1fcda4f2f
Implemented managed state
...
* Reimplemented nonce management for known accounts.
2015-03-13 16:29:04 +01:00
Taylor Gerring
e3b64d70c2
Rename db_put db_get
2015-03-13 10:56:41 -04:00
Taylor Gerring
d3f96dc720
Consolidate error type switch
2015-03-13 10:03:48 -04:00
Taylor Gerring
0932f84383
Fix eth_newBlockFilter
2015-03-13 10:03:19 -04:00
obscuren
cda88ce31a
Implemented a manage state for keeping track of nonces
2015-03-13 14:37:54 +01:00
obscuren
aa9f981d5f
Bump protocol version 58
2015-03-13 13:52:57 +01:00
obscuren
e69d5b32e8
Increased genesis gas & gas floor limit to 3141592
2015-03-13 13:52:23 +01:00
obscuren
f76cc6699e
Changed context and ADDMOD, MULMOD
...
* Cleaned up VM execution. VM run now takes a context
* ADDMOD/MULMOD - removed incorrect cast
2015-03-13 13:44:15 +01:00
Taylor Gerring
d4ed66c83d
Add web3_clientVersion
2015-03-12 19:20:46 -05:00
Taylor Gerring
094f921e50
Convert to proper errors
...
Allow returning different JSON RPC error codes depending on error type
2015-03-12 19:07:03 -05:00
obscuren
80592f244d
more obvious failure for ethtest
2015-03-12 23:26:58 +01:00
obscuren
6051345bc9
Squashed 'tests/files/' changes from d6c987f..0749546
...
0749546 random fails
a153865 random fails
git-subtree-dir: tests/files
git-subtree-split: 074954630f43e97f0769997d175511a00a47cc9d
2015-03-12 22:32:05 +01:00
obscuren
3a88da578f
Merge commit '6051345bc9ab8ccf74a49c43342771e0c2cba588' into develop
2015-03-12 22:32:05 +01:00