CJentzsch
48606e05c1
fix transaction tests
10 years ago
Christoph Jentzsch
8b79ae6695
Update trieanyorder.json
...
In correct anyorder trie tests, where all permuations should have the same root, one can not have 2 keys with the same value.
10 years ago
martin becze
94f1ca2e09
Format clean up
10 years ago
Jeffrey Wilcke
dd086791ac
Merge pull request #360 from Gustav-Simonsson/add_stack_size_checks
...
Correct stack size validation for MUL, CALLDATACOPY, EXTCODESIZE, BLOCKH...
10 years ago
obscuren
20aa6dde06
Merge branch 'develop'
10 years ago
obscuren
eec4345a7c
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
10 years ago
Jeffrey Wilcke
59a86d3171
Merge pull request #359 from fjl/p2p-identity
...
Persistent Node Key
10 years ago
obscuren
98202e626c
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
10 years ago
obscuren
1be7e5048c
Merge branch 'release/0.8.5' into develop
10 years ago
obscuren
8cc6647ebf
Merge branch 'release/0.8.5'
10 years ago
obscuren
321dce1f47
Bump
10 years ago
obscuren
bba85a2074
Added Number to logs
10 years ago
obscuren
483d96a89d
Added eth_logs & fixed issue with manual log filtering
...
* Implemented `eth_logs`
* Fixed issue with `filter.Find()` where logs were appended to an
incorrect, non-returned slice resulting in no logs found
10 years ago
martin becze
168ab2b065
consistent values please
10 years ago
wanderer
b131b37451
added unpaded R value test
10 years ago
Taylor Gerring
8620dc05de
Merge pull request #364 from ethereum/travis
...
Don't print per-function testing results
10 years ago
Taylor Gerring
d8f7cb2f55
Don't print per-function testing results
10 years ago
Gustav Simonsson
fd3793b8cf
Correct stack size validation for MUL, CALLDATACOPY, EXTCODESIZE, BLOCKHASH
10 years ago
obscuren
bba7ccb07f
Merge branch 'hotfix/0.8.4-1' into develop
10 years ago
obscuren
5912f0a849
Merge branch 'hotfix/0.8.4-1'
10 years ago
obscuren
cb7cd03919
unlock mutex
10 years ago
obscuren
bc541b918c
Merge branch 'release/0.8.4' into develop
10 years ago
obscuren
3c14902649
Merge branch 'release/0.8.4'
10 years ago
obscuren
92337baa5a
reverted back to proper version number
10 years ago
Taylor Gerring
f9663b8f4f
Fix test for Finney
10 years ago
Taylor Gerring
113cf4208b
Update build status links to https
10 years ago
CJentzsch
18216a6e33
undo gasMemCostChange, add some state tests
10 years ago
obscuren
703dc8299c
Merge branch 'release/0.9.0' into develop
10 years ago
obscuren
bd7ebbcd5b
Merge branch 'release/0.9.0'
10 years ago
obscuren
d586a633ff
Updated readme
10 years ago
obscuren
9feb657763
Turbo off
10 years ago
obscuren
cc43ab9a81
Minor updates for release
10 years ago
obscuren
66d5559866
Fixed chain event issue
10 years ago
Felix Lange
e968928613
eth: persist node key between sessions ( #304 )
10 years ago
Felix Lange
e282ad25a8
eth: add poc-8.ethdev.com as second default bootstrap node
10 years ago
obscuren
82cae27737
Merge branch 'tgerring-rpcupdates' into develop
10 years ago
obscuren
75625801f5
fixed merge
10 years ago
CJentzsch
b392afac3c
memGasCost checks
10 years ago
Gav Wood
672f6c44b8
Remove initial allocs - it tests nothing additional and is difficult to maintain, especially with genesis contracts. See https://github.com/ethereum/tests/blob/develop/BasicTests/genesishashestest.json for that information.
10 years ago
obscuren
ea9a549bbd
Removed exported fields from state object and added proper set/getters
10 years ago
obscuren
5c975dd4ed
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
10 years ago
obscuren
d8ac267f41
dirty tracking for state objects fixed
10 years ago
Jeffrey Wilcke
63031f571a
Merge pull request #355 from fjl/test-fixes
...
Fix failing tests and speed up Travis builds
10 years ago
obscuren
982f73fa6d
Added timeout for filter & removed clipboard. Closes #350
10 years ago
Felix Lange
3b12a9293c
.travis.yml: don't run gofmt, goimports, golint
...
This should yield another 30-second speed up. Nobody looks
at the output of those anyway. We might want bring back gofmt later
and actually fail the build if source is not formatted.
10 years ago
Felix Lange
654f7f707c
.travis.yml: speed up tests on Travis
...
This should decrease test runtime to about 30 seconds.
10 years ago
Felix Lange
66abe2e3d4
gocoverage.sh: skip .
...
This is an attempt to get Travis working again.
10 years ago
Felix Lange
b3b6210886
tests/vm: add non-test Go file
...
This removes the annoying warning printed by "go install ./...".
10 years ago
Felix Lange
01ce066d43
state: improve TestDump
10 years ago
Felix Lange
4ab7a290cd
accounts: use crypto/randentropy in test
10 years ago