381 Commits

Author SHA1 Message Date
andri lim
ba47d3c997
fix returnDataCopy gasCost, GST +11 2019-04-26 07:31:14 +07:00
andri lim
7b47cb6b24
various fixes, GST +6 2019-04-26 07:31:14 +07:00
andri lim
90e3a4320a
fix revert opcode at first level computation 2019-04-26 07:31:13 +07:00
andri lim
c57295da0b
fix precompiles error handling, GST +262 2019-04-26 07:31:13 +07:00
andri lim
ceb159f5fe
fix static context check in Call and Create, GST +52 2019-04-26 07:31:12 +07:00
andri lim
605618d9ee
add static context check, GST +94 -28 2019-04-26 07:31:12 +07:00
andri lim
6295e6a7e4
fix touched miner problem, GST +25 2019-04-26 07:31:11 +07:00
andri lim
be5cce6c71
fix static call addr, GST +93 -16 2019-04-26 07:31:11 +07:00
andri lim
fd8f774386
activates byzantium gst test, GST +153 2019-04-26 07:31:11 +07:00
Ștefan Talpalaru
9011b06037
Merge branch 'fix_spurious_dragon' of github.com:jangko/nimbus into jangko-fix_spurious_dragon 2019-04-19 13:03:05 +02:00
andri lim
1383a87e10
make test green 2019-04-18 16:10:31 +07:00
andri lim
f3c740498c
implement EIP155 tx.getSender 2019-04-18 15:33:17 +07:00
andri lim
e658ac0a30
add block 2.675.000 test data 2019-04-18 13:49:06 +07:00
andri lim
ec918602bc
fix accountsForDeletion iterator, GST +2 2019-04-18 13:23:04 +07:00
andri lim
1883472104
fix evm msg contract creation, GST +3 2019-04-18 12:42:37 +07:00
andri lim
f7338b7d76
include miner address in touchedAccounts, GST +7 2019-04-18 11:12:21 +07:00
andri lim
c07f01a74d
fix collectTouchedAccounts: msg.destination -> msg.storageAddress, GST +4 2019-04-18 10:22:48 +07:00
andri lim
7c134b481e
split state clearing in execComputation to processTransaction, GST +5 2019-04-18 08:27:55 +07:00
andri lim
03435c7beb
gst and processTransaction unification 2019-04-18 07:56:57 +07:00
andri lim
6cf0cdf23a
implement EIP161 nonce incrementation, GST +65 2019-04-17 12:15:15 +07:00
andri lim
85d9bd3958
implement EIP158, GST -4 +81 2019-04-17 11:03:52 +07:00
Ștefan Talpalaru
d4aff04cbd
NAT port mapping 2019-04-17 03:56:28 +02:00
andri lim
81953d8108
activates EIP158 tests, GST -152 2019-04-15 22:09:46 +07:00
Ștefan Talpalaru
8800cb5fe5
Merge branch 'fix_244' of github.com:jangko/nimbus into jangko-fix_244 2019-04-15 14:05:18 +02:00
andri lim
f7845034dd
update test data 2019-04-15 17:54:45 +07:00
andri lim
c852199481
add test data 2019-04-15 11:17:24 +07:00
andri lim
ea7d944aad
update test log, GST +3 2019-04-15 11:15:15 +07:00
Ștefan Talpalaru
60c57995c5
enable Chronicles colors on Windows 2019-04-12 14:58:12 +02:00
andri lim
d039b88f48
activates Tangerine GST, GST +12 2019-04-08 08:06:40 +07:00
andri lim
847ab79082
add dao test data 2019-04-07 06:55:25 +07:00
andri lim
b8133e9f1c
add test data 2019-04-06 21:27:06 +07:00
andri lim
f97bd57aa2
GST +52 2019-04-04 17:25:10 +07:00
andri lim
60df7ea5e2
update test data 2019-04-04 12:13:33 +07:00
andri lim
4c0ba876ef
move exception handler deeper in the EVM 2019-04-04 10:50:25 +07:00
andri lim
e8f6eeca43
update test data 2019-04-02 13:23:16 +07:00
andri lim
26b40f41e3
fix precompiles selection, GST +5 2019-04-02 13:11:00 +07:00
andri lim
62c1e668a9
fix tx_e1c174e2 problem, GST +1 2019-03-28 19:05:07 +07:00
Ștefan Talpalaru
59e1b3fa6b
delete trailing spaces 2019-03-21 15:35:25 +01:00
Ștefan Talpalaru
0c156a5030
Merge branch 'upgrade_gst' of https://github.com/jangko/nimbus into jangko-upgrade_gst 2019-03-21 15:31:55 +01:00
andri lim
51397537b7
add indexed test config to gst 2019-03-21 16:44:31 +07:00
andri lim
cd1778d498
implement post error check in test_vm_json 2019-03-21 09:58:04 +07:00
andri lim
17c95f3f82
fix test_vm_json 2019-03-21 09:50:58 +07:00
Ștefan Talpalaru
f62601e844
Merge branch 'non_recursive_evm' of github.com:jangko/nimbus into jangko-non_recursive_evm 2019-03-20 14:43:50 +01:00
andri lim
268695003b
fix writePaddedResult regression 2019-03-19 16:43:38 +07:00
andri lim
3f62d6638b
put doAssert(false) at configuration cmdEnd 2019-03-19 08:35:37 +07:00
andri lim
32b1de082e
GST +2 2019-03-18 21:23:36 +07:00
andri lim
8688706d96
fix random state test 101 2019-03-18 21:18:04 +07:00
andri lim
f518de20fc
fix miner suicide problem, GST +2 2019-03-18 20:29:07 +07:00
andri lim
655c6bcaae
GST +3 2019-03-18 19:43:54 +07:00
andri lim
7198ce2d05
fix ecrecover bad V, GST +1 2019-03-18 19:28:42 +07:00