CJentzsch
2e75a216c7
new jumpdest interpretation
2015-01-02 17:05:20 +01:00
CJentzsch
7aab71f656
added complete exp tests
2015-01-02 16:55:59 +01:00
obscuren
4dc7ee9087
Closure => Context
2015-01-02 16:14:12 +01:00
CJentzsch
3340f4dbfc
retuning gas prices of recursive bombs to test limits
2015-01-02 14:26:55 +01:00
CJentzsch
456b5791bb
more init code, systemoperations and transaction tests
2015-01-02 14:08:55 +01:00
obscuren
e2d1d832ef
added nil check
2015-01-02 13:00:25 +01:00
obscuren
d336e24dce
Removed the need of having a backend for the tx pool
2015-01-02 12:26:55 +01:00
obscuren
ae2c90cc28
Removed value check from tx validation
2015-01-02 12:24:36 +01:00
obscuren
6cf61039cf
Added tests for valid transactions
2015-01-02 12:18:23 +01:00
obscuren
48d2a8b8ee
Refactored tx pool and added extra fields to block
...
* chain manager sets td on block + td output w/ String
* added tx pool tests for removing/adding/validating
* tx pool now uses a set for txs instead of list.List
2015-01-02 12:09:38 +01:00
obscuren
477a6d426c
Added a query interface for world state
2015-01-02 12:07:54 +01:00
obscuren
0972bdeda2
Fixed using new trie iterator API
2015-01-02 12:07:26 +01:00
obscuren
1cc86c07a0
Deleted
2015-01-02 11:16:52 +01:00
obscuren
1c7e8e9093
Set TD to block once processed
2015-01-02 11:16:42 +01:00
obscuren
b619b244c7
Fixed tests
2015-01-02 11:16:30 +01:00
obscuren
0fb1bcd321
Merge branch 'poc8' into docbranch
2015-01-02 10:30:27 +01:00
obscuren
a4dc12f12c
Additional comments and added name to error output
2014-12-31 11:21:39 +01:00
obscuren
4547a05a68
Minor improvements
...
* Moved gas and mem size to its own function
2014-12-31 11:12:40 +01:00
obscuren
4b4e082102
JUMPI never 'require' checked.
2014-12-31 10:32:53 +01:00
caktux
1954b87819
bring back toHex
2014-12-30 11:59:33 -05:00
obscuren
77924757a8
Merge branch 'develop' into poc8
2014-12-30 17:16:35 +01:00
obscuren
16460b0048
Fixed gas check for vm test
2014-12-30 17:16:28 +01:00
obscuren
a9068aa8ff
Merge branch 'develop' into poc8
2014-12-30 17:10:02 +01:00
obscuren
89244981a8
Additional checking on gas
2014-12-30 17:09:54 +01:00
obscuren
138ab26b8c
SIGNEXTEND missing from stack check
2014-12-30 17:09:43 +01:00
obscuren
51a97c031f
Merge branch 'develop' into poc8
2014-12-30 16:22:56 +01:00
obscuren
cc5e621fc4
updated tests
2014-12-30 16:18:46 +01:00
obscuren
2ebf33ac1c
removed variable
2014-12-30 16:17:56 +01:00
obscuren
788d812a72
Merge branch 'develop' into poc8
2014-12-30 16:16:11 +01:00
obscuren
29c887ef2c
Removed incorrect range check for push
2014-12-30 16:16:02 +01:00
obscuren
1085960ed8
fixed trie
2014-12-30 15:58:40 +01:00
obscuren
8df689bd44
Chain tests
2014-12-30 15:42:26 +01:00
obscuren
2f8a45cd8b
Fixed chain test & added new chain
2014-12-30 13:32:01 +01:00
obscuren
ce68ac6959
Updated miner to new block api
2014-12-30 13:18:19 +01:00
wanderer
1f5552feb4
added balance tests
2014-12-29 20:12:29 -05:00
wanderer
4d37c1cea2
added trie tests for branches on
...
detel
2014-12-27 20:30:42 -05:00
CJentzsch
2fdc7bfbd1
more random tests
2014-12-27 22:46:21 +01:00
obscuren
dc7c584a4d
export => import
2014-12-24 14:54:06 +01:00
obscuren
58d477f7a6
Fixed a bug where keys where serialised twice
2014-12-24 14:47:50 +01:00
obscuren
804af9658a
merge
2014-12-24 11:31:45 +01:00
obscuren
9d429180f9
Merge branch 'hotfix/0.7.11' into develop
2014-12-24 11:31:08 +01:00
obscuren
771bfe9e78
Merge branch 'hotfix/0.7.11'
2014-12-24 11:30:13 +01:00
obscuren
c9f963a77e
Bump
2014-12-24 11:30:04 +01:00
obscuren
7ba9fe4d5d
Reset peer during download on disc
2014-12-24 11:29:58 +01:00
obscuren
fb1edd05f4
Removed the deferred reset
2014-12-24 11:20:43 +01:00
obscuren
780abaec98
Switched to new trie
2014-12-23 18:35:36 +01:00
CJentzsch
98fe404e6a
Merge remote-tracking branch 'origin/develop' into develop
2014-12-23 16:36:13 +01:00
CJentzsch
aafb5f768b
first failing random tests
2014-12-23 16:35:35 +01:00
wanderer
8c34e93b51
added stackOverFlow test to initCode
2014-12-23 10:01:20 -05:00
obscuren
f468a9a0e2
Enable websockets for mist. Closes #218
2014-12-23 15:47:08 +01:00