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

Devnet vm-config does not provision smart wallets #11053

Open
michaelfig opened this issue Feb 26, 2025 · 0 comments · May be fixed by #11056
Open

Devnet vm-config does not provision smart wallets #11053

michaelfig opened this issue Feb 26, 2025 · 0 comments · May be fixed by #11056
Assignees
Labels
bug Something isn't working cosmic-swingset package: cosmic-swingset wallet

Comments

@michaelfig
Copy link
Member

michaelfig commented Feb 26, 2025

Describe the bug

New chains initialized (not upgraded) from @agoric/vm-config/decentral-devnet-config.json cannot provision smart wallets.

To Reproduce

Steps to reproduce the behavior:

  1. cd packages/cosmic-swingset
  2. make scenario2-setup scenario2-run-chain
  3. Wait (a long time) for the chain to begin producing blocks, like block 17 commit
  4. In another terminal, make fund-provision-pool
  5. make provision-acct ACCT_ADDR=$(cat t1/8000/ag-cosmos-helper-address)
  6. agd query vstorage path published.wallet.
  7. See no wallet children entries:
children: []
pagination: null

Expected behavior

agd query vstorage path published.wallet should return at least one child, like:

children:
- agoric137z4uxjns44yllh6zfffzrp0zerldlqzxftg2k
pagination: null

Platform Environment

  • what OS are you using? macOS Sonoma 14.7.4
  • what version of Node.js? v20.17.0
  • is there anything special/unusual about your platform? nope
  • what version of the Agoric-SDK are you using? fast-usdc-beta-1-127-gd711f8fd3b
@michaelfig michaelfig added bug Something isn't working cosmic-swingset package: cosmic-swingset wallet labels Feb 26, 2025
@michaelfig michaelfig self-assigned this Feb 26, 2025
michaelfig added a commit that referenced this issue Feb 27, 2025
refs: #11053 #11056

## Description

This PR incorporates the original #11053 fix as installed on
agoricdev-25 of [the Agoric devnet](https://devnet.agoric.net). #11056
contains a cleaner fix to be merged with master.

### Security Considerations

n/a

### Scaling Considerations

Bootstrap only: should not affect resource consumption.

### Documentation Considerations

n/a

### Testing Considerations

Tested manually and on Agoric devnet.

### Upgrade Considerations

Will only affect new devnet chains and followers.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cosmic-swingset package: cosmic-swingset wallet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants