token-contract
token-contract copied to clipboard
Update all NFT contracts stdlib.fc dependencies to available alternatives
Due to the change of updating stdlib.fc
to 'commit 3d9a165 on Oct 25, 2022', many stdlib.fc dependencies in NFT contracts are outdated.
Thus, this pull request contains following change:
- Change
builder_null?
tobuilder_depth
- Change
equal_slices
toequal_slice_bits
Above changes have been applied to the following files:
- nft/nft-collection-editable.fc
- nft/nft-collection.fc
- nft/nft-item-editable-DRAFT.fc
- nft/nft-item.fc
- nft/nft-marketplace.fc
- nft/nft-sale.fc
- stdlib.fc (upgrade to
commit 3d9a165 on Oct 25, 2022
)