Alan Shaw
81ea0ec5f3
refactor: add default TestVector to TestDriver ( #208 )
...
This PR adds a `TestVector` to the `TestDriver` so that test driver methods that apply messages can be recorded in the test vector.
refs #194
2020-08-07 13:47:16 +01:00
Anton Evangelatov
7d118e1b12
fix two disabled tests ( #207 )
2020-08-06 18:57:15 +02:00
Raúl Kripalani
8203a5d2c3
various fixes: warn on predicted nonce mismatch, randomness length, add missing mocked verification calls ( #199 )
...
* warn when extracting a message from a tipset that contains
more leading messages from the same sender, as this leads to
nonce misalignment.
* fix mocked randomness being too short (must be 32 bytes).
* mock some further verification syscalls.
2020-08-06 10:43:10 +01:00
Anton Evangelatov
17f0b4a2e1
support multiple messages /1 ( #185 )
...
* support multiple messages
* update corpus/schema.json
* fix required
2020-08-05 17:00:14 +02:00
Raúl Kripalani
163721651a
dedup state tree CARs from test vectors. ( #187 )
2020-08-05 15:52:57 +01:00
Raúl Kripalani
b7e3b4ff77
unified tvx
tool; end-to-end MVP for extracting+running msg-class vectors ( #177 )
...
Co-authored-by: Will Scott <will@cypherpunk.email>
Co-authored-by: Anton Evangelatov <anton.evangelatov@gmail.com>
2020-08-05 13:20:13 +01:00