Info

Download ZIP (24.7 MB)

Testing and Issues

You can test this entry and submit issues during the testing period of the TON Block Validation Challenge contest.

Entries with serious issues will not be able to win the contest, but even minor issues might be important for overall results.

Voting

by rating

Issues

FINAL TESTING RESULTS for entry6310
Passed 11713/11841 tests (128 failed)
Real time: 797.874043s
CPU time: 762.721243s
Baseline real time: 975.120982s
Baseline CPU time: 897.583775s
Cute Lynx Feb 20 at 09:44
Hello, as far as I understand all failed tests were with invalid data and my solution stopped with segfault because of my inattention.

So, to fix this, you need just replace all `return reject_query(...);` in init_parse() with `return false;` as I did with other rejects. As it shown in this commit: https://github.com/fake-or-lake/ton_validation_contest/commit/f06963ae1504c1352e77b639e607c9348ae898b4 (removing verbosity is optional, it doesn't affect segfaults)

Since these tests were invalid it means that they don't affect total time.

It would be sad to loose opportunity to win because of this minor issue, could you please retest with this fix?
Nobody added any issues yet...