v1.0.0
·
1197 commits
to master
since this release
Other changes
- Re-export common crates to be reused directly from
near_sdk. - Added
ValidAccountIdtojson_typeswhich validates the input string during deserialization to be a valid account ID. - Added
DebugtoBase58PublicKey. - Bumped dependency version of
borshto0.7.0. - Bumped dependency version of
near-vm-logicandnear-runtime-feesto1.0.0. - Implemented Debug trait for Vector collection that can be enabled with
expensive-debugfeature.
Contract changes
- Use re-exported crate dependencies through
near_sdkcrate.