Migrate from near-sdk-sim to workspaces-rs #518
Labels
A-testing
Area: If something has added tests, or changed them.
C-dependencies
Category: Pull requests that update a dependency
P-high
Pririoty: high
NEAR deprecated
near-sdk-sim
a long time ago now, and at this point it has been entirely removed from their code base.We still depend on it for important tests (particularly tests for the eth and erc20 connectors). To keep those tests functioning we have had to fork
near-sdk-rs
and nownearcore
itself (see #517 (comment)). This is a serious maintenance burden going forward because these forks need to be updated with each new NEAR release.To resolve this tech debt we must migrate from
near-sdk-sim
to workspaces-rs which has superseded it.The text was updated successfully, but these errors were encountered: