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 10 forks source link

BREAKING: Internal Traits #111

Closed encody closed 1 year ago

encody commented 1 year ago

Separates functions that are not for regular usage (but are still necessary for the implementation) into another trait so that users can just import the canonically-named trait without worrying about getting functions that might not do what they want.

encody commented 1 year ago

Weirdly, I am unable to reproduce the test failure on dev machine.

encody commented 1 year ago

Okay, we're going to say "works on my machines" because I have now tested this on a Windows machine and two different MacBooks, and the currently failing test passes on all of those platforms with no modification. Not sure what's going on with GitHub Actions here.