Skip to content

4.0.0-pre.9

Pre-release
Pre-release
Compare
Choose a tag to compare
@austinabell austinabell released this 12 May 15:21
· 220 commits to master since this release

Fixes

  • near-contract-standards: nft_tokens in enumeration standard no longer panics when there are no tokens PR 798
  • Optimized nth operation for UnorderedMap iterator and implemented IntoIterator for it. PR 801
    • This optimizes the skip operation, which is common with pagination