Info

Download ZIP (7.3 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

44

Comments

It's a multi-signature wallet. For wallet creation you should provide list of public keys and number of required signatures for order execution
You have not added any comments yet...
by time

Issues

As I see accept_message() is called after ALL signatures are checked. It is very likely than it won't be enough gas_credit to handle orders with multiple signatures
1
Although you have two separate seqno for messages and orders. You have no signature checks on first one. So I can replay previous message with valid signatures, only bumping message seqno to drain contract balance.
Magic Python Oct 29, 2019 at 17:24
From README: "I haven't finished the task, so the program doesn't work."
10
Nobody added any issues yet...