Closed tgrecojs closed 2 weeks ago
description looks like a copy-past goof from another item.
MN2 checklist says:
Task: Deploy your completed contract(s) to a public testnet (e.g., DevNet). Purpose: Demonstrate contract can be deployed and operates correctly outside of your local environment
An Oct 9 update indicates that completing this depends on #110 .
Do you want to add any details about which testnet this was deployed to?
devnet governance doesn't show anything relevant.
I presume you consider this in progress.
for reference:
{
"id": "1",
"messages": [
{
"content": {
"@type": "/agoric.swingset.CoreEvalProposal",
"title": "tribbles airdrop xnet deployment",
...
},
"authority": "agoric10d07y265gmmuvt4z0w9aw880jnsr700jgl36x9"
}
],
...
"status": "PROPOSAL_STATUS_PASSED",
"voting_end_time": "2024-11-05T15:51:11.150874279Z",
}
const manifestBundleRef = {bundleID:"b1-493618f14e60d8d06de5378d3e426af25253bd789428de08098dadf5b1ba81353c658e4e538e45bca976baeb121c57419eb06c1e173d13567d1275ddc948cbee"};
const getManifestCall = harden([
"getManifestForAirdrop",
{
installKeys: {
tribblesAirdrop: {
bundleID: "b1-2ff7c3345606c2c8d65c1f69dbae169036f9a28683b55db4105ad8cc5ca6f005c6e702aee15b12eb0f77b5589df5f3d4bb0783b45d2bca81207fcdaa8c0beb65",
...
which matches...
https://github.com/hindley-milner-systems/dapp-ertp-airdrop/releases/tag/v0.0.1 8d9ca6e
also:
{
"height": "13022",
"txhash": "7E21F2058BE6000718EF87FE4ECE8D7B87ABDF019A54D6E10D570249E2603061",
}
Task: Dapps must make a maximum of 2 RPC calls every 1 second. Purpose: Avoid spamming RPC nodes and reducing their availability. Instructions: Maximum 2 requests per second to the RPC server (per issue)The @agoric/rpc library offers batchQuery and chainStorageWatcher modules. (example)