Agoric / agoric-sdk

monorepo for the Agoric Javascript smart contract platform
Apache License 2.0
327 stars 208 forks source link

Use dapp-orchestration-basics to qualify vat-orchestration release #9879

Closed LuqiPan closed 2 weeks ago

LuqiPan commented 2 months ago

What is the Problem Being Solved?

In order to qualify the vat-orchestration core-eval release, we would need to run dapp-orchestration-basics on top of vat-orchestration core-eval using starship

### Dependencies
- [ ] https://github.com/Agoric/dapp-orchestration-basics/issues/12
- [ ] https://github.com/Agoric/dapp-orchestration-basics/pull/17
- [ ] https://github.com/Agoric/dapp-orchestration-basics/pull/18
- [ ] reconcile hard-coded account addresses

Description of the Design

We would like to use dapp-orchestration-basics to exercise ICA and ICQ functionalities in vat-orchestration to qualify vat-orchestration core-eval release

Security Considerations

Scaling Considerations

Test Plan

This ticket includes the work to test and qualify vat-orchestration core-eval release

Upgrade Considerations

dckc commented 2 months ago

@LuqiPan are relayers and other chains in scope here? dapp-orchestration-basics can't really do its thing (e.g. create an ICA) without relayers and all that, so I would assume so, but better to be explicit.

LuqiPan commented 2 months ago

I've updated the PR description to (hopefully) reflect the goal and details better

dckc commented 1 month ago

@0xpatrickdev and co noticed that the gentx in starship means that the environment doesn't include the a3p history. In discussion with @LuqiPan and @turadg , we confirmed that this is consistent with the plans we made Aug 14 (see change of title to take out "a3p").

turadg commented 2 weeks ago

This was done