-
Notifications
You must be signed in to change notification settings - Fork 215
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: missing SMART_WALLET due to outdated devnet discord faucet #6445
Comments
odd. I think I would need more information to understand what's going on. Exactly how did you start the node? What version are you using? If you can provide more of the stuff suggested in https://github.com/Agoric/agoric-sdk/blob/master/.github/ISSUE_TEMPLATE/bug_report.md , that would be great. |
I suspect this is from someone using the beta process to register a client via the Agoric discord faucet. The discord faucet is out-of-date w.r.t. SMART_WALLET provisioning. |
@dckc remove the faucet from the docs? |
if so, then shouldn't we bring that discord channel down, too? |
probably so |
@Tyrosine22 has a branch brewing nearly ready for a pull request - want this one too? |
Following the docker-compose docs still leads to a recommendation to use a discord faucet:
|
the |
After upgrading devnet host to v0.32.0 noticed below error in the logs when i start node. its not repeating just one time error.
Oct 11 21:55:50 host agd[1361969]: 2022-10-11T19:55:50.959Z SwingSet: xsnap: v1: RemoteError(error:liveSlots:v19#70001)#1: missing SMART_WALLET in powerFlags
Oct 11 21:55:50 host agd[1361969]: 2022-10-11T19:55:50.960Z SwingSet: xsnap: v1: Error: missing SMART_WALLET in powerFlags
Oct 11 21:55:50 host agd[1361969]: at construct ()
Oct 11 21:55:50 host agd[1361969]: at Error (/bundled-source/.../node_modules/ses/src/error/tame-error-constructor.js:56)
Oct 11 21:55:50 host agd[1361969]: at makeError (/bundled-source/.../node_modules/ses/src/error/assert.js:242)
Oct 11 21:55:50 host agd[1361969]: at decodeErrorCommon (/bundled-source/.../node_modules/@endo/marshal/src/marshal.js:284)
Oct 11 21:55:50 host agd[1361969]: at unserialize (/bundled-source/.../node_modules/@endo/marshal/src/marshal.js:359)
Oct 11 21:55:50 host agd[1361969]: at notifyOnePromise (/bundled-source/.../packages/SwingSet/src/liveslots/liveslots.js:1189)
Oct 11 21:55:50 host agd[1361969]: at notify (/bundled-source/.../packages/SwingSet/src/liveslots/liveslots.js:1213)
Oct 11 21:55:50 host agd[1361969]: at dispatchToUserspace (/bundled-source/.../packages/SwingSet/src/liveslots/liveslots.js:1457)
Oct 11 21:55:50 host agd[1361969]: at runWithoutMetering (/bundled-source/.../packages/SwingSet/src/supervisors/subprocess-xsnap/supervisor-subprocess-xsnap.js:52)
Oct 11 21:55:50 host agd[1361969]: at ()
Oct 11 21:55:51 host agd[1361969]: 2022-10-11T19:55:51.200Z SwingSet: xsnap: v1: UnhandledPromiseRejectionWarning: (RemoteError(error:liveSlots:v19#70002)#2)
Oct 11 21:55:51 host agd[1361969]: 2022-10-11T19:55:51.201Z SwingSet: xsnap: v1: RemoteError(error:liveSlots:v19#70002)#2: missing SMART_WALLET in powerFlags
Oct 11 21:55:51 host agd[1361969]: 2022-10-11T19:55:51.202Z SwingSet: xsnap: v1: Error: missing SMART_WALLET in powerFlags
Oct 11 21:55:51 host agd[1361969]: at construct ()
Oct 11 21:55:51 host agd[1361969]: at Error (/bundled-source/.../node_modules/ses/src/error/tame-error-constructor.js:56)
Oct 11 21:55:51 host agd[1361969]: at makeError (/bundled-source/.../node_modules/ses/src/error/assert.js:242)
Oct 11 21:55:51 host agd[1361969]: at decodeErrorCommon (/bundled-source/.../node_modules/@endo/marshal/src/marshal.js:284)
Oct 11 21:55:51 host agd[1361969]: at unserialize (/bundled-source/.../node_modules/@endo/marshal/src/marshal.js:359)
Oct 11 21:55:51 host agd[1361969]: at notifyOnePromise (/bundled-source/.../packages/SwingSet/src/liveslots/liveslots.js:1189)
Oct 11 21:55:51 host agd[1361969]: at notify (/bundled-source/.../packages/SwingSet/src/liveslots/liveslots.js:1213)
Oct 11 21:55:51 host agd[1361969]: at dispatchToUserspace (/bundled-source/.../packages/SwingSet/src/liveslots/liveslots.js:1457)
Oct 11 21:55:51 host agd[1361969]: at runWithoutMetering (/bundled-source/.../packages/SwingSet/src/supervisors/subprocess-xsnap/supervisor-subprocess-xsnap.js:52)
Oct 11 21:55:51 host agd[1361969]: at ()
The text was updated successfully, but these errors were encountered: