Closed dckc closed 5 months ago
I meant to try running the contract on a blockchain, but there's no core-eval script... and making one is complicated by #47 .
So I looked over test-airdrop.js and the contract, using static typing as a guide.
test-airdrop.js
I pruned a bunch of code that seems irrelevant.
I'm not sure how much of this you might want to actually merge, @tgrecojs .
I cleaned up the xsnap dependency. fixes #45
I test.skipped non-working tests, so... fixes #46
test.skip
seems like this is overtaken by events, esp. #49
I meant to try running the contract on a blockchain, but there's no core-eval script... and making one is complicated by #47 .
So I looked over
test-airdrop.js
and the contract, using static typing as a guide.I pruned a bunch of code that seems irrelevant.
I'm not sure how much of this you might want to actually merge, @tgrecojs .
I cleaned up the xsnap dependency. fixes #45
I
test.skip
ped non-working tests, so... fixes #46