near / near-sdk-contract-tools

Helpful functions and macros for developing smart contracts on NEAR Protocol.
https://crates.io/crates/near-sdk-contract-tools
Apache License 2.0
41 stars 12 forks source link

feat/fix: convenience methods use `impl Into<T>` more **slightly breaking** #153

Closed encody closed 5 months ago

encody commented 5 months ago

This is a slightly breaking change, simply because parameters of the form _.into() passed into these functions will now fail automatic type resolution in most cases. No functionally breaking changes though, so will not be incrementing major revision.