Near-One / near-plugins

Implementation of common patterns used for NEAR smart contracts.
Creative Commons Zero v1.0 Universal
27 stars 12 forks source link

build: add workarounds required to build tests #128

Closed mooori closed 5 months ago

mooori commented 5 months ago

Override parity-secp256k1

Building tests may currently fail since a dependency of near-sdk v4.1.1 (most recent release) has been yanked. Providing a patch is the recommended workaround.

A new version of near-sdk is planned to be released soon. Then this patch shouldn’t be required anymore (ref.).

Update scripts/fix-dependencies

By now more recursive dependencies need to be downgraded manually for tests to build with MSRV 1.69.0. See this comment for details.