hindley-milner-systems / dapp-ertp-airdrop

0 stars 2 forks source link

Deploy to testnet #25

Closed tgrecojs closed 2 weeks ago

tgrecojs commented 8 months ago

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)

linear[bot] commented 8 months ago

LAR-84 Deploy to testnet

dckc commented 2 months 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

dckc commented 1 month ago

An Oct 9 update indicates that completing this depends on #110 .

dckc commented 1 month ago

Do you want to add any details about which testnet this was deployed to?

devnet governance doesn't show anything relevant.

dckc commented 3 weeks ago

I presume you consider this in progress.

dckc commented 2 weeks ago

for reference:

proposal-1.json:

{
  "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",
}

script.js:

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:

tx.json:

{
  "height": "13022",
  "txhash": "7E21F2058BE6000718EF87FE4ECE8D7B87ABDF019A54D6E10D570249E2603061",
}