Felix Lange
9326541820
core/types: make Block.{ParentHash,SeedHash,MixDigest} []byte
...
There is no reason to keep them as ethutil.Bytes.
10 years ago
obscuren
b927c29469
GetBlockByNumber now properly looks for a number in the database
10 years ago
obscuren
fee9aecfb2
more tests for remote update
10 years ago
obscuren
ccda1aacb4
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
10 years ago
obscuren
03403399fc
Return proper error
10 years ago
obscuren
a0266489b4
Make remote dominant
10 years ago
Jeffrey Wilcke
a76d55c83a
Merge pull request #467 from ethersphere/frontier/natspec
...
NatSpec integration
10 years ago
obscuren
b663e8b29a
Merge branch 'rpcfrontier' into develop
10 years ago
obscuren
f1fcda4f2f
Implemented managed state
...
* Reimplemented nonce management for known accounts.
10 years ago
Taylor Gerring
e3b64d70c2
Rename db_put db_get
10 years ago
Taylor Gerring
d3f96dc720
Consolidate error type switch
10 years ago
Taylor Gerring
0932f84383
Fix eth_newBlockFilter
10 years ago
obscuren
cda88ce31a
Implemented a manage state for keeping track of nonces
10 years ago
obscuren
aa9f981d5f
Bump protocol version 58
10 years ago
obscuren
e69d5b32e8
Increased genesis gas & gas floor limit to 3141592
10 years ago
obscuren
f76cc6699e
Changed context and ADDMOD, MULMOD
...
* Cleaned up VM execution. VM run now takes a context
* ADDMOD/MULMOD - removed incorrect cast
10 years ago
Taylor Gerring
d4ed66c83d
Add web3_clientVersion
10 years ago
Taylor Gerring
094f921e50
Convert to proper errors
...
Allow returning different JSON RPC error codes depending on error type
10 years ago
obscuren
80592f244d
more obvious failure for ethtest
10 years ago
obscuren
6051345bc9
Squashed 'tests/files/' changes from d6c987f..0749546
...
0749546 random fails
a153865 random fails
git-subtree-dir: tests/files
git-subtree-split: 074954630f43e97f0769997d175511a00a47cc9d
10 years ago
obscuren
3a88da578f
Merge commit '6051345bc9ab8ccf74a49c43342771e0c2cba588' into develop
10 years ago
obscuren
fa917387e4
Merge branch 'rpcfrontier' into develop
10 years ago
obscuren
310ca62285
Removed some of that gas pre pay magic
10 years ago
obscuren
3ff7a627d1
Squashed 'tests/files/' changes from 9e19ff9..d6c987f
...
d6c987f go failure
git-subtree-dir: tests/files
git-subtree-split: d6c987feed635976ce26b14b9be88289d0ef50d4
10 years ago
obscuren
2ae90e1eba
Merge commit '3ff7a627d1921be0aeacdd8eb2853ba4537487eb' into develop
10 years ago
obscuren
11390a986a
run all test
10 years ago
obscuren
347cb272be
fixed ethtest
10 years ago
obscuren
412e8b0e37
Squashed 'tests/files/' changes from dbdd0f8..9e19ff9
...
9e19ff9 random state tests failures
7060dc7 dejavu issues
5a89a4b python fail
2470051 python fails - may be just wrong return value
git-subtree-dir: tests/files
git-subtree-split: 9e19ff93918597bbf53a2f127202a70704646d82
10 years ago
obscuren
d1c872bace
Merge commit '412e8b0e377bd89fc8fc858bd09c89deee805c1e' into develop
10 years ago
obscuren
fb71c9f6ee
Return 1 on fail
10 years ago
obscuren
83cc08f670
Changed to big.Int.Not
10 years ago
Taylor Gerring
14bdcd2c05
Fix arg names in tests
10 years ago
Taylor Gerring
7235e84c75
#469
10 years ago
Taylor Gerring
d11fabd2ef
Update path to web3 library
10 years ago
Taylor Gerring
f7c3c7eda4
Update ethereum.js
...
Added to git modules
10 years ago
obscuren
b97c17f4ee
Merge branch 'rpcfrontier' of github.com-obscure:ethereum/go-ethereum into rpcfrontier
10 years ago
obscuren
2273155e7e
Get transaction implemented
...
* Added a GetTransaction to XEth
* Implemented the `eth_getTransactionByHash` RPC method
10 years ago
Taylor Gerring
b006b67768
Merge branch 'develop' into rpcfrontier
10 years ago
obscuren
26a5636424
Merge branch 'develop' into rpcfrontier
10 years ago
obscuren
3b3843e158
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
10 years ago
obscuren
ef6706696c
Add additional extra database for non-protocol related data
...
* Add transaction to extra database after a successful block process
10 years ago
Felix Lange
2a0e5888fd
Merge pull request #460 from tgerring/ethutil
...
Move MakeName to ethutil
10 years ago
Taylor Gerring
4418e4ea6a
Should on empty params #466
10 years ago
Taylor Gerring
21fca93852
Output filter ID as hex
10 years ago
zelig
4342fe0f22
include new minified natspec with RE fix; fix test for the improved error messages
10 years ago
Taylor Gerring
704914be08
Check for existance of key before delete
10 years ago
obscuren
31a95151c9
updated rnd vm test => state test
10 years ago
obscuren
92c6150199
Squashed 'tests/files/' changes from e390be4..dbdd0f8
...
dbdd0f8 update test script for python
29dced2 add failing python test
5b7ebb9 OOG or 1024 depth level fail
3f58fd8 run OOG at tx level with to high value for call
39d8595 run OOG and too high value for call/callcode
55fbf95 run OOG and too high value for call/callcode
8856bfb add callCreateCallCode test file
d2da29e check value when doing callcode
129a464 suicide and storage refund tests with and without storage
6aa5e29 suicide and storage refund tests
fff323d python fails
963648b python callcode fail
31ce83a python big memory fail
531bc36 add memory stress test using return
b7021c7 renaming
959ff59 vm input limit tests
1c3741f update blockchain tests with new uncle reward rule
git-subtree-dir: tests/files
git-subtree-split: dbdd0f829dea8aa053159707caf353d83bf5be0f
10 years ago
obscuren
96496888ed
Merge commit '92c6150199395eea6c9893b631cc990e3ff72a33' into develop
10 years ago
obscuren
7ee5cb0a81
Merge branch 'develop' into rpcfrontier
10 years ago