Info

Download ZIP (330.7 KB)

Testing and Issues

You can test this entry and submit issues during the testing period of the TON Trustless Bridge 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

11
by rating

Issues

From README: "this implementation uses full block data to avoid pruned branches"

"It seems to be impossible to work with proofs"


I think I saw some submission parse exotic cells manually.

You could for example use 'XCTOS' to convert exotic cell into slice and parse manually.

Instruction docs: https://docs.ton.org/v3/documentation/tvm/instructions#XCTOS

TACT snippet:

struct Struc {
sli: Slice;
flg: Bool;
}

asm fun prs(c: Cell): Struc { XCTOS }
Windows 10
Nobody added any issues yet...

New Issue