You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fast USDC is not part of the Agoric SDK but was built in the agoric-sdk repo as a convenience. Other developers need to build things like Fast USDC without making changes to agoric-sdk, but that's very difficult.
Description of the Design
Pull the @agoric/fast-usdc package into its own repo.
For each of these integration test suites, developing tooling to run them outside agoric-sdk and then move the existing tests to the new repo to use them.
refs: #10811
## Description
While working on #10811 I got errors like,
```
Error [ERR_MODULE_NOT_FOUND]: Cannot find module '/opt/agoric/fast-usdc/node_modules/@agoric/orchestration/tools/ibc-mocks.ts' imported from /opt/agoric/fast-usdc/packages/fast-usdc/test/fixtures.ts
```
That's because the "tools" path was not in the package.json. This fixes that.
It also brings in some commits from #10480 to support fully using .ts in the new codebase.
### Security Considerations
none
### Scaling Considerations
none
### Documentation Considerations
none
### Testing Considerations
CI suffices
### Upgrade Considerations
no runtime changes
What is the Problem Being Solved?
Fast USDC is not part of the Agoric SDK but was built in the agoric-sdk repo as a convenience. Other developers need to build things like Fast USDC without making changes to agoric-sdk, but that's very difficult.
Description of the Design
Pull the
@agoric/fast-usdc
package into its own repo.For each of these integration test suites, developing tooling to run them outside agoric-sdk and then move the existing tests to the new repo to use them.
boot/test/fast-usdc
)proposals/f:fast-usdc
)multichain-testing/test/fast-usdc/
)Evaluate moving some of the multichain-testing to bootstrap tests to verify it's the better DX. (context)
Security Considerations
Scaling Considerations
Test Plan
Upgrade Considerations
The text was updated successfully, but these errors were encountered: