You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are moving fast and occasionally make breaking changes to the schema format. This means that using cargo-near and near-sdk with different underlying near-abi versions can lead to unpleasant user experience. Currently cargo-near just segfaults because it is trying to dynamically load and call the contract artifact with an unexpected near-abi version. We should add an explicit check instead.
We are moving fast and occasionally make breaking changes to the schema format. This means that using
cargo-near
andnear-sdk
with different underlyingnear-abi
versions can lead to unpleasant user experience. Currentlycargo-near
just segfaults because it is trying to dynamically load and call the contract artifact with an unexpectednear-abi
version. We should add an explicit check instead.CC @miraclx
The text was updated successfully, but these errors were encountered: