near-contract-standards-v5.0.0-alpha.1
frol
released this
19 Nov 12:24
·
88 commits
to master
since this release
Added
- adding
nep-0330
contract source metadata info (#1106)
Fixed
- remove receiver approval (#1020)
- rename param
approvals
toapproved_account_ids
(#1019) - Properly report an error when Approval Extension is not enabled vs when account is not approved (#1021)
Other
- [breaking] Use type-safe NearToken instead of u128/U128 (#1104)
- migrate to a external near-account-id crate for reusable AccountId type (#1108)
- Update borsh to 1.0.0 (#1075)
- Move from Gas to NearGas from near-gas crate (#1082)
- Deprecate Fungible Token declarative macros. (#1054)
- Add release-plz to automate releases (#1069)
- (contract-standards) deprecate declarative macros in NFT helpers, promote explicit trait implementations instead (#1042)
- Added a default method for TokenMetadata (#978)
- Removed the not ready enum type (#977)
- Fix empty owner tokens
start_index
error (#962)