v1.0.0
evgenykuzyakov
released this
14 Jul 00:05
·
1029 commits
to master
since this release
Other changes
- Re-export common crates to be reused directly from
near_sdk
. - Added
ValidAccountId
tojson_types
which validates the input string during deserialization to be a valid account ID. - Added
Debug
toBase58PublicKey
. - Bumped dependency version of
borsh
to0.7.0
. - Bumped dependency version of
near-vm-logic
andnear-runtime-fees
to1.0.0
. - Implemented Debug trait for Vector collection that can be enabled with
expensive-debug
feature.
Contract changes
- Use re-exported crate dependencies through
near_sdk
crate.