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

orchestration - ICA Controller - Account - Create account on host chain #9064

Closed
ivanlei opened this issue Mar 11, 2024 · 2 comments · Fixed by #9114
Closed

orchestration - ICA Controller - Account - Create account on host chain #9064

ivanlei opened this issue Mar 11, 2024 · 2 comments · Fixed by #9114
Assignees
Labels
enhancement New feature or request

Comments

@ivanlei
Copy link
Contributor

ivanlei commented Mar 11, 2024

What is the Problem Being Solved?

A Chain object should be able to create an ICA account on a host chain. The caller of this API should receive exclusive rights to an ocap representing the authority to control the ICA account.

This API should support lazy creation - a provide pattern associating a name with the ICA and associating the ICA with the seat/user so the contract can easily say, "Which agoric1/user does this ICA belong to?" and "Which ICA have I created for this agoric1/user?"

Description of the Design

Security Considerations

Scaling Considerations

Test Plan

Upgrade Considerations

@aj-agoric
Copy link

closed as this is a duplicate of ICA - create channel 8880

@aj-agoric aj-agoric reopened this Apr 2, 2024
@aj-agoric
Copy link

Actually the other was closed.. re-opening this one.

@mergify mergify bot closed this as completed in #9114 Apr 4, 2024
mergify bot added a commit that referenced this issue Jul 31, 2024
refs: #9064

## Description
- remove getBalance, getBalances, getPurse from IcaAccountKit
- cleanup TODO surrounding `UNPARSABLE_CHAIN_ADDRESS`
- rename `ChainAccountKit` -> `IcaAccountKit`
- `findAddressField` should treat an empty string as an `UNPARSABLE_ADDRESS`
- improve testing coverage for `IcaAccount.getPort()`
- docs: update exo classDiagram

### Security Considerations
n/a

### Scaling Considerations
n/a

### Documentation Considerations
n/a

### Testing Considerations
n/a

### Upgrade Considerations
n/a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants