ton icon indicating copy to clipboard operation
ton copied to clipboard

Invalid MERKLE_UPDATE TL-B Schema

Open andreypfau opened this issue 2 years ago • 0 comments

Expected:

!merkle_update#04 {X:Type} old_hash:bits256 new_hash:bits256 old_depth:uint16 new_depth:uint16
    old:^X new:^X = MERKLE_UPDATE X;

Actual:

!merkle_update#02 {X:Type} old_hash:bits256 new_hash:bits256
  old:^X new:^X = MERKLE_UPDATE X;
  • Invalid constructor ID, expected: #04, actual: #02
  • Missing old_depth & new_depth fields

andreypfau avatar Jan 24 '23 13:01 andreypfau