Skip to content

Commit

Permalink
Merge branch 'master' into cth-recordInstallations
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Feb 13, 2025
2 parents 2d369bc + 729fe8e commit d1241a6
Show file tree
Hide file tree
Showing 164 changed files with 44,859 additions and 543 deletions.
7 changes: 4 additions & 3 deletions a3p-integration/proposals/b:beta-fast-usdc/test/test-cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ yarn agoric wallet send --offer accept.json --from agoric1ee9hr0jyrxhy999y755mp8
# UNTIL https://github.com/Agoric/agoric-sdk/issues/10891
# ACCEPT_OFFER_ID=$(agoric wallet extract-id --offer accept.json)

yarn fast-usdc operator attest --previousOfferId="$ACCEPT_OFFER_ID" --forwardingChannel=foo --recipientAddress=agoric1foo --blockHash=0xfoo --blockNumber=1 --chainId=3 --amount=123 --forwardingAddress=noble1foo --sender 0xfoo --txHash=0xtx >| attest.json
cat attest.json
yarn agoric wallet send --offer attest.json --from agoric1ee9hr0jyrxhy999y755mp862ljgycmwyp4pl7q --keyring-backend test
# FIXME restore this test once the latest fast-usdc package is in NPM
# yarn fast-usdc operator attest --previousOfferId="$ACCEPT_OFFER_ID" --forwardingChannel=foo --recipientAddress=agoric1foo --blockHash=0xfoo --blockNumber=1 --blockTimestamp=1632340000 --chainId=3 --amount=123 --forwardingAddress=noble1foo --sender 0xfoo --txHash=0xtx >| attest.json
# cat attest.json
# yarn agoric wallet send --offer attest.json --from agoric1ee9hr0jyrxhy999y755mp862ljgycmwyp4pl7q --keyring-backend test

# The data above are bogus and result in errors in the logs:
# SwingSet: vat: v72: ----- TxFeed.11 8 publishing evidence { aux: { forwardingChannel: 'foo', recipientAddress: 'agoric1foo' }, blockHash: '0xfoo', blockNumber: 1n, chainId: 3, tx: { amount: 123n, forwardingAddress: 'noble1foo', sender: '0xfoo' }, txHash: '0xtx' } []
Expand Down
14 changes: 7 additions & 7 deletions a3p-integration/proposals/z:acceptance/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ __metadata:
"@endo/marshal": "npm:^1.6.3"
"@endo/nat": "npm:^5.0.14"
"@endo/promise-kit": "npm:^1.1.9"
import-meta-resolve: "npm:^2.2.1"
import-meta-resolve: "npm:^4.1.0"
languageName: node
linkType: soft

Expand Down Expand Up @@ -331,7 +331,7 @@ __metadata:
ansi-styles: "npm:^6.2.1"
anylogger: "npm:^0.21.0"
better-sqlite3: "npm:^9.1.1"
import-meta-resolve: "npm:^2.2.1"
import-meta-resolve: "npm:^4.1.0"
microtime: "npm:^3.1.0"
semver: "npm:^6.3.0"
tmp: "npm:^0.2.1"
Expand Down Expand Up @@ -420,7 +420,7 @@ __metadata:
"@endo/pass-style": "npm:^1.4.8"
"@endo/patterns": "npm:^1.4.8"
"@endo/promise-kit": "npm:^1.1.9"
import-meta-resolve: "npm:^2.2.1"
import-meta-resolve: "npm:^4.1.0"
jessie.js: "npm:^0.3.4"
languageName: node
linkType: soft
Expand Down Expand Up @@ -3778,10 +3778,10 @@ __metadata:
languageName: node
linkType: hard

"import-meta-resolve@npm:^2.2.1":
version: 2.2.2
resolution: "import-meta-resolve@npm:2.2.2"
checksum: 10c0/80873aebf0d2a66e824e278fb6cbb16a6660f86df49b367404e5de80928720ecb44f643243b46dc5c5fae506abb666ef54d6f281b45ee0f1034951acb2261eb5
"import-meta-resolve@npm:^4.1.0":
version: 4.1.0
resolution: "import-meta-resolve@npm:4.1.0"
checksum: 10c0/42f3284b0460635ddf105c4ad99c6716099c3ce76702602290ad5cbbcd295700cbc04e4bdf47bacf9e3f1a4cec2e1ff887dabc20458bef398f9de22ddff45ef5
languageName: node
linkType: hard

Expand Down
Loading

0 comments on commit d1241a6

Please sign in to comment.