Skip to content

4.0.0-pre.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@austinabell austinabell released this 21 Jan 21:41
· 264 commits to master since this release

This release comes primarily to make the final near_sdk::store collections available under the unstable feature flag. Notable changes:

Features

  • Added env::random_seed_array to return a fixed length array of the random_seed and optimizes the existing function. PR 692
  • Implemented new iteration of UnorderedSet and TreeMap under near_sdk::store which is available with the unstable feature flag. PR 672 and PR 665

Fixes

  • Improved macro spans for better errors with #[near_bindgen] macro. PR 683