Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while importing promise_batch_action_function_call_weight #170

Open
ymc182 opened this issue Jun 2, 2022 · 1 comment
Open

Error while importing promise_batch_action_function_call_weight #170

ymc182 opened this issue Jun 2, 2022 · 1 comment

Comments

@ymc182
Copy link

ymc182 commented Jun 2, 2022

I am running into Error while testing using workspace-ts, the contract works fine on testnet The contract also import standard token contract and both using sdk 4.0.0.

however the test past if I removed the marco

near_contract_standards::impl_fungible_token_core!(Contract, token, on_tokens_burned);
 near_contract_standards::impl_fungible_token_storage!(Contract, token, on_account_closed);
@austinabell
Copy link
Contributor

This is an issue with sandbox version not including the most recent protocol change.

To fix this, the default version of sandbox needs to be updated to anything >= 1.26.0 of nearcore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog 🥶
Development

No branches or pull requests

2 participants