Skip to content

Commit

Permalink
docs: add new properties 26&27
Browse files Browse the repository at this point in the history
  • Loading branch information
0xteddybear committed Aug 22, 2024
1 parent 21b27e7 commit f2a3830
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/contracts-bedrock/test/properties/PROPERTIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@ legend:
| 8 | SupERC20 | sendERC20 with a value of zero does not modify accounting | [ ] | [x] |
| 9 | SupERC20 | relayERC20 with a value of zero does not modify accounting | [ ] | [x] |
| 10 | SupERC20 | sendERC20 decreases the token's totalSupply in the source chain exactly by the input amount | [ ] | [ ] |
| 26 | SupERC20 | sendERC20 decreases the sender's balance in the source chain exactly by the input amount | [ ] | [ ] |
| 11 | SupERC20 | relayERC20 increases the token's totalSupply in the destination chain exactly by the input amount | [ ] | [ ] |
| 27 | SupERC20 | relayERC20 increases sender's balance in the destination chain exactly by the input amount | [ ] | [ ] |
| 12 | Liquidity Migration | supertoken total supply only increases on calls to mint() by the L2toL2StandardBridge | [ ] | [~] |
| 13 | Liquidity Migration | supertoken total supply only decreases on calls to burn() by the L2toL2StandardBridge | [ ] | [ ] |
| 14 | SupERC20 | supertoken total supply starts at zero | [ ] | [x] |
Expand Down

0 comments on commit f2a3830

Please sign in to comment.