v1.0.0
Highlights
- Fungible Token Standard and Storage Management are added to near-contract-standards
- Tests to ensure arithmentic correctness of quickjs runtime are finished. Because of this, we move forward from alpha to release!
- Reference Doc is now available!
- Contribution guideline is added to the repo!
- A gas and storage benchmark is added
- Enumerate keys/elements in a pagination way is added in collections API.
- Several bug fixes in build tools.
What's Changed
- Fix typo in rollup command name by @idea404 in #336
- Enumerate keys/elements and pagination by @ailisp in #337
- Update README.md by @bucanero in #338
- Remove C warnings, when build with --verbose by @ailisp in #339
- Fix build script when there is space in project path by @ailisp in #340
- gas and storage benchmarks by @ailisp in #341
- CI linux tests were not run because of a wrong condition by @ailisp in #343
- FT by @volovyks in #331
- fix(docs): contrib guidelines by @maxhr in #342
- Add links to reference doc by @ailisp in #344
- Remove alpha warning by @ailisp in #345
- Error and stop build a contract that has method name confliction by @ailisp in #346
- Rust specific terminology replaced with JS one by @volovyks in #348
New Contributors
Full Changelog: v0.7.0...v1.0.0