Info

Download ZIP (30.1 KB)

Testing and Issues

You can test this entry and submit issues during the testing period of the Blockchain Contest contest.

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

Voting

24

Comments

You have not added any comments yet...
by rating

Issues

Magic Python Oct 29, 2019 at 10:51
I only can see signature checks of internal messages themself.

Does your smart contract verify signatures in offchain messages?
10
Cuddly Hamster Oct 31, 2019 at 10:53
During the offchain process, every signature is checked. We have no deep chain check in the smart-contract in that draft.
Magic Python Nov 4, 2019 at 09:06
You mean there should be checks in the smartcontract, but they are not implemented yet?

Currently, both parties may send anything the want inside of boc_ref. And the one who sends greater seqno takes it all.
10
Cuddly Hamster Nov 6, 2019 at 12:55
Yes, this check is not implemented yet. There is not a lot of work to check them, because top block contains signatures from both parties. So, only two throw_unless(.., check_signature..) for both parties should be added.
Nobody added any issues yet...