Zed
|
fff29f7a6a
|
Replace markdown report code with testutils
|
2020-03-10 14:03:04 +02:00 |
andri lim
|
0a35cce48a
|
add accounts cache read only operations tests
|
2020-02-27 14:38:42 +02:00 |
andri lim
|
edc19076e3
|
accounts cache: read-only operations should not create new account
|
2020-02-27 14:38:42 +02:00 |
acolytec3
|
b4dc8105d1
|
Add readme updates
|
2020-02-21 23:45:21 +02:00 |
andri lim
|
08168ef121
|
Update BCT json fixtures
|
2020-02-21 13:01:35 +02:00 |
andri lim
|
e12fdec7c7
|
update GST json fixtures
|
2020-02-21 13:01:21 +02:00 |
andri lim
|
40a7b7da1b
|
fixes glacier muir block reward
|
2020-02-20 09:21:35 +02:00 |
andri lim
|
6b6584c4d0
|
Glacier Muir update
|
2020-02-20 09:21:35 +02:00 |
andri lim
|
a6cde0928e
|
[skip ci] remove test_generalstate_failing.nim
|
2020-02-20 09:16:29 +02:00 |
andri lim
|
32574fcebe
|
allow user to turn pruning on/off when run test
|
2020-02-20 09:16:29 +02:00 |
andri lim
|
ed5710fa17
|
allow user to select legacy or new test suite for GST and BCT
|
2020-02-20 09:16:29 +02:00 |
andri lim
|
2fbabd25a4
|
implement aleth/geth/parity compatibility mode -- 100% pass test
|
2020-02-20 09:08:44 +02:00 |
andri lim
|
4a786d8cf7
|
update tx tests json fixtures
|
2020-02-20 09:02:20 +02:00 |
andri lim
|
15c9fa54ec
|
fixes modexp gasFee bug
|
2020-02-18 20:11:36 +02:00 |
Ștefan Talpalaru
|
71129cc2ab
|
nim-libbacktrace: don't build the C++ wrapper
|
2020-02-15 13:00:39 +01:00 |
Kim De Mey
|
d3b8833145
|
Merge pull request #457 from status-im/waku-topics
Check all subscribed topics in quicksim + bump vendor/nim-eth
|
2020-02-14 15:44:19 +01:00 |
Ștefan Talpalaru
|
e3d6f00f24
|
bump vendor/nim-libbacktrace
|
2020-02-14 12:51:42 +01:00 |
Ștefan Talpalaru
|
5206b6aaf0
|
Merge branch 'marchnative'
|
2020-02-14 12:31:06 +01:00 |
kdeme
|
55fb1294ed
|
Check all subscribed topics in quicksim + bump vendor/nim-eth
|
2020-02-14 11:36:37 +01:00 |
Kim De Mey
|
b37457343d
|
Merge pull request #456 from status-im/waku-spec-support
Update Waku with current spec support
|
2020-02-14 10:45:07 +01:00 |
Kim De Mey
|
b38248d102
|
Update waku/README.md
Fix link to Waku spec
|
2020-02-14 10:43:58 +01:00 |
Oskar Thorén
|
b9fe0f686d
|
Update Waku with current spec support
See https://github.com/vacp2p/pm/issues/7
|
2020-02-14 13:33:36 +08:00 |
Ștefan Talpalaru
|
8568ec35ea
|
enable -march=native by default
plus some drive-by fixes and cosmetic changes
|
2020-02-13 20:18:27 +01:00 |
Ștefan Talpalaru
|
e9e33d3a56
|
bump vendor/nim-libbacktrace
|
2020-02-13 11:20:53 +01:00 |
andri lim
|
ad1b27d2a4
|
fixes failed tx test
|
2020-02-12 17:55:14 +02:00 |
andri lim
|
deb09f40f0
|
less explicit 'copyMem'
|
2020-02-12 17:53:26 +02:00 |
andri lim
|
7c9f6b48d6
|
unify Nimbus 'call' and EVMC 'call'
|
2020-02-12 17:53:26 +02:00 |
andri lim
|
0686bb4b6e
|
remove legacy unused code
|
2020-02-12 17:53:26 +02:00 |
andri lim
|
3ef2969583
|
clear picture on EIP 716 issue
|
2020-02-12 17:53:26 +02:00 |
andri lim
|
85c36647d1
|
make tests green
|
2020-02-12 17:53:26 +02:00 |
andri lim
|
dc3a897851
|
implement evmc call
|
2020-02-12 17:53:26 +02:00 |
andri lim
|
9477990897
|
simplify CALL family impl
|
2020-02-12 17:53:26 +02:00 |
andri lim
|
fff35ab01d
|
implement evmc create/create2
|
2020-02-12 17:53:26 +02:00 |
andri lim
|
270854a5aa
|
simplify 'gasUsed' and 'refundGas'
|
2020-02-12 17:53:26 +02:00 |
andri lim
|
d9991b1e8b
|
simplify cash
|
2020-02-12 17:53:26 +02:00 |
andri lim
|
109f841a9e
|
simplify returnData logic
|
2020-02-12 17:53:26 +02:00 |
andri lim
|
22dff9ff88
|
remove 'startGas' from 'gasMeter'
|
2020-02-12 17:53:26 +02:00 |
andri lim
|
1cd9353faa
|
simplify computation
|
2020-02-12 17:53:26 +02:00 |
andri lim
|
8564e9532b
|
change 'rawOutput' to 'output'
|
2020-02-12 17:53:26 +02:00 |
andri lim
|
f850c4a37b
|
put 'sstoreEvmc' behind 'when evmc_enabled'
|
2020-02-12 17:53:26 +02:00 |
Ștefan Talpalaru
|
f59dec7323
|
Merge branch 'libbacktrace'
|
2020-02-11 11:52:21 +01:00 |
Ștefan Talpalaru
|
06e0eb80e6
|
lightweight stack traces
Also converted the top-level nim.cfg into a config.nims, in the process.
|
2020-02-11 04:33:21 +01:00 |
Kim De Mey
|
0a6e1b4ba7
|
Merge pull request #451 from status-im/remove-waku-mode
Update to use waku topic-interest
|
2020-02-10 10:04:40 +01:00 |
kdeme
|
b959b14109
|
Update to use waku topic-interest
|
2020-02-07 08:59:19 +01:00 |
andri lim
|
9f59887fe5
|
Merge pull request #448 from status-im/nim1.0.6
Nim1.0.6
|
2020-02-06 10:01:55 +07:00 |
andri lim
|
1e447ee2db
|
make tests green
|
2020-02-05 23:08:26 +07:00 |
Ștefan Talpalaru
|
ea38893416
|
fix test dir name
|
2020-01-31 22:53:28 +01:00 |
Ștefan Talpalaru
|
fb4d3a57c7
|
update newBlockchainTests.md
|
2020-01-27 16:30:37 +01:00 |
Ștefan Talpalaru
|
0a0fbad45d
|
Nim 1.0.6
|
2020-01-27 16:03:27 +01:00 |
Ștefan Talpalaru
|
3ae82f8644
|
update test logs
|
2020-01-27 16:02:40 +01:00 |