kdeme
|
f34d8d71db
|
Use await instead of waitFor in RPC tests
|
2019-05-16 22:20:17 +02:00 |
andri lim
|
a0126a7458
|
add byzantium block validation test
|
2019-05-15 17:03:36 +03:00 |
andri lim
|
58c4e16365
|
add some comments
|
2019-05-13 10:26:28 +03:00 |
andri lim
|
077fbe6b73
|
modexp cleanup
|
2019-05-13 10:26:28 +03:00 |
andri lim
|
a86979eaa3
|
fix create2 gasCost
|
2019-05-13 10:26:28 +03:00 |
andri lim
|
e51725d13b
|
fix extCodeHash
|
2019-05-13 10:26:28 +03:00 |
andri lim
|
f08eedbce3
|
fix create2 nonce increment
|
2019-05-13 10:26:28 +03:00 |
andri lim
|
51edbe6390
|
fix shr and shl gasCost
|
2019-05-13 10:26:28 +03:00 |
andri lim
|
956a51c2ed
|
activates constantinople general state test
|
2019-05-13 10:26:28 +03:00 |
andri lim
|
480a3d2cab
|
implement constantinople bitwise opcode test
|
2019-05-13 10:26:28 +03:00 |
andri lim
|
2f08a6bc0e
|
fix byzantium contract creation OOG
|
2019-05-13 10:26:28 +03:00 |
andri lim
|
fd8a649df3
|
fix RevertInCreateInInit problem
|
2019-05-13 10:26:28 +03:00 |
andri lim
|
86d5653a4c
|
make test green
|
2019-05-13 10:26:28 +03:00 |
andri lim
|
b34ad8b507
|
fix collectTouchedAccounts
|
2019-05-13 10:26:28 +03:00 |
andri lim
|
f809a864b1
|
fix calcMemSize bug
|
2019-05-13 10:26:28 +03:00 |
andri lim
|
213fb3b971
|
constantinople's skeletal implementation
|
2019-05-13 10:26:28 +03:00 |
Bruno Škvorc
|
023b90fde8
|
Merge pull request #286 from kdeme/feature/whisper-rpc
[WIP] Initial implementation of Whisper RPC
|
2019-05-01 23:00:54 +02:00 |
andri lim
|
8bc263a91f
|
update GST with Constantinople fixtures
|
2019-04-29 13:23:44 +07:00 |
kdeme
|
9de9741e3c
|
Fix more return values + minor improvements
|
2019-04-26 13:40:28 +02:00 |
kdeme
|
7ab84641d6
|
Fix, improve and activate rpc test
|
2019-04-26 13:38:50 +02:00 |
kdeme
|
e8a997cf11
|
Fix return values (raise errors) for most of the calls + some minor TODOs
|
2019-04-26 13:38:50 +02:00 |
kdeme
|
ce523550c0
|
Use directly the Whisper types instead of distinct strings, we test for string in fromJson anyhow
|
2019-04-26 13:38:50 +02:00 |
kdeme
|
1df3c7202b
|
Fix & add Whisper RPC tests + add isValidHexData with length check
|
2019-04-26 13:38:50 +02:00 |
kdeme
|
65908d5359
|
Add shh_generateSymKeyFromPassword implementation
|
2019-04-26 13:38:50 +02:00 |
kdeme
|
d43f20c65a
|
Initial implementation of Whisper RPC
|
2019-04-26 13:38:50 +02:00 |
andri lim
|
cee0a38278
|
add some comment
|
2019-04-26 07:31:18 +07:00 |
andri lim
|
3ccd1b1ee9
|
fix rangeToPadded, GST +5
|
2019-04-26 07:31:17 +07:00 |
andri lim
|
fd7c447f18
|
fix modexp output, GST +53
|
2019-04-26 07:31:16 +07:00 |
andri lim
|
89402af114
|
fix modexp gasCost, GST +6
|
2019-04-26 07:31:16 +07:00 |
andri lim
|
8ecbce6d0c
|
fix gst state clearing, GST +5
|
2019-04-26 07:31:15 +07:00 |
andri lim
|
03ea1c5a85
|
fix ecRecover precompiles, GST +1
|
2019-04-26 07:31:15 +07:00 |
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 |