-
Notifications
You must be signed in to change notification settings - Fork 658
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
neard-sandbox
built @master from source panics at runtime
#9665
Comments
@shariffdev I can reproduce it on my side with the commit you referenced, but after that there was PR #9658 that stabilized the restriction for creation of top-level accounts, and so top-level accounts (dev-xxxxxx-xxxxx) cannot be created anymore without registrar, so this issue is masked. Please, adjust near-workspaces-rs to either (1) use the root account to create sub-accounts as dev accounts (instead of |
@frol thanks for the strategies. I was able to recreate the issue still. Heres the workaround: https://github.com/shariffdev/workspaces-rs/tree/hack/tla-acc-id |
I could not find the "registrar" account info, there was the |
People with M1 Macs run the neard node too, not just the test suites. Unfortunately a proper regression test for this is not obvious… I’ll think about it. (Possibly) Fixes #9665
People with M1 Macs run the neard node too, not just the test suites. Unfortunately a proper regression test for this is not obvious… I’ll think about it. (Possibly) Fixes #9665
People with M1 Macs run the neard node too, not just the test suites. Unfortunately a proper regression test for this is not obvious… I’ll think about it. (Possibly) Fixes #9665
People with M1 Macs run the neard node too, not just the test suites. Unfortunately a proper regression test for this is not obvious… I’ll think about it. (Possibly) Fixes #9665
People with M1 Macs run the neard node too, not just the test suites. Unfortunately a proper regression test for this is not obvious… I’ll think about it. (Possibly) Fixes #9665
People with M1 Macs run the neard node too, not just the test suites. Unfortunately a proper regression test for this is not obvious… I’ll think about it. (Possibly) Fixes #9665
People with M1 Macs run the neard node too, not just the test suites. Unfortunately a proper regression test for this is not obvious… I’ll think about it. (Possibly) Fixes #9665
People with M1 Macs run the neard node too, not just the test suites. Unfortunately a proper regression test for this is not obvious… I’ll think about it. (Possibly) Fixes #9665
Describe the bug
There is a panic at runtime running
neard-sandbox
built from source@master
. An example is when running the workspace-rs tests. The panic does not happen when using the latest nearcore releasebranch 1.35.0 https://github.com/near/nearcore
To Reproduce
Build neard-sandbox from source:
git clone https://github.com/near/nearcore.git cd nearcore make sandbox-release
Run workspase-rs tests locally:
Expected behavior
Tests should run normally as in
@1.35.0
Screenshots
Version (please complete the following information):
@master #3a56da2b76b280f7e0c42d4b4d3242b519908201
rustc 1.73.0 (cc66ad468 2023-10-03)
sandbox
macOS
Additional Context
I've played around with toggling
sandbox
andnear_vm
features and not found a simple fix. But I could be wrong.The text was updated successfully, but these errors were encountered: