-
Notifications
You must be signed in to change notification settings - Fork 207
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
feat: local-orch-account
.transfer()
supports pfm routes
#10571
base: master
Are you sure you want to change the base?
Commits on Nov 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3ce9423 - Browse repository at this point
Copy the full SHA 3ce9423View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4941342 - Browse repository at this point
Copy the full SHA 4941342View commit details -
- provide `chainInfo` and `assetInfo` in commonPrivateArgs for contracts to use - register common assets used in testing - provide `populateChainHub` function for use in exo unit testing in favor of `registerAgoricBld`
Configuration menu - View commit details
-
Copy full SHA for 0005ecf - Browse repository at this point
Copy the full SHA 0005ecfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1600b19 - Browse repository at this point
Copy the full SHA 1600b19View commit details -
refactor: cosmos-orchestration-account-kit.test.ts
this test can no longer rely on the IST brand being available, so we - added checks to ensure brands are accepted for `.transfer` and `.send` - filed #10449 since this surfaced a bug in `amountToCoin` - use Moolah issuer for "no denom for brand" failure path tests
Configuration menu - View commit details
-
Copy full SHA for 3fc7573 - Browse repository at this point
Copy the full SHA 3fc7573View commit details -
feat: send-anywhere includes IST and BLD brands
- enables sending offers with brands
Configuration menu - View commit details
-
Copy full SHA for 2cc7944 - Browse repository at this point
Copy the full SHA 2cc7944View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bb0d6f - Browse repository at this point
Copy the full SHA 7bb0d6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 73b976b - Browse repository at this point
Copy the full SHA 73b976bView commit details -
feat: swap.contract.js allows
chainInfo
andassetInfo
- chainInfo and assetInfo are provided as `commonPrivateArgs`. include them in `ContractMeta`
Configuration menu - View commit details
-
Copy full SHA for 5cf548f - Browse repository at this point
Copy the full SHA 5cf548fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39b4a80 - Browse repository at this point
Copy the full SHA 39b4a80View commit details -
feat: auto-stake-it.contract.js inits
chainHub
- auto-stake-it initializes `chainHub` with data so existing tests that use `.transfer()` pass
Configuration menu - View commit details
-
Copy full SHA for 327f340 - Browse repository at this point
Copy the full SHA 327f340View commit details -
chore(fusdc): remove write-chain-info.js
- no longer needed since we call `registerChainsAndAssets`
Configuration menu - View commit details
-
Copy full SHA for 94364ab - Browse repository at this point
Copy the full SHA 94364abView commit details -
test: send-anywhere contract upgrade
- no longer relies on buggy agoricNames - continues to test async-flow resumability and cross-chain vow settlement across upgrade Co-authored-by: 0xPatrick <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 722308e - Browse repository at this point
Copy the full SHA 722308eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff3ac5b - Browse repository at this point
Copy the full SHA ff3ac5bView commit details -
refactor: explicit test ordering
- test/bootstrapTests/orchestration.test.ts used a mixed of test and test.serial - the test without `.serial` interleaved and was confusing to debug - this mainly updates inline snapshots, which return different account and channel identifiers since all tests in this file share the same context
Configuration menu - View commit details
-
Copy full SHA for 90b2603 - Browse repository at this point
Copy the full SHA 90b2603View commit details -
feat: basic-flows.contract.js seed chainHub
- basic-flows.contract.js is provided with chainInfo and assetInfo in privateArgs via builder options - needed for tests that use localAccount.transfer(), now reliant on asset info, to pass
Configuration menu - View commit details
-
Copy full SHA for 9c0a243 - Browse repository at this point
Copy the full SHA 9c0a243View commit details -
Configuration menu - View commit details
-
Copy full SHA for b038cfb - Browse repository at this point
Copy the full SHA b038cfbView commit details -
test(multichain):
commonAssetInfo
supports multi-env- support both `yarn test:main` and `yarn test:fast-usdc` which have different chainInfo
Configuration menu - View commit details
-
Copy full SHA for 99c5290 - Browse repository at this point
Copy the full SHA 99c5290View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81d1df5 - Browse repository at this point
Copy the full SHA 81d1df5View commit details