usecannon / cannon

Manage EVM protocol deployments. Inspired by Docker, Terraform, and npm.
https://usecannon.com
GNU General Public License v3.0
104 stars 21 forks source link

fix(cli): change registry rpc #1252

Closed saeta-eth closed 3 months ago

saeta-eth commented 3 months ago

Public nodes are experiencing some instability; therefore, the register and publishers commands are throwing the following error

Error: Failed to register package: Error watching for PackageOwnerChanged event: InvalidInputRpcError: Missing or invalid parameters.
Double check you have provided the correct parameters.

URL: https://optimism-rpc.publicnode.com
Request body: {"method":"eth_getFilterChanges","params":["0x519ec925f26881d57ef91843c7df2b22"]}

Details: filter not found
Version: 2.19.4
    at register (/Users/saeta/Projects/cannon/packages/cli/dist/src/commands/register.js:195:15)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async Command.<anonymous> (/Users/saeta/Projects/cannon/packages/cli/dist/src/index.js:439:5)
    at async Command.parseAsync (/Users/saeta/Projects/cannon/node_modules/commander/lib/command.js:935:5)
changeset-bot[bot] commented 3 months ago

⚠️ No Changeset found

Latest commit: f4b79324f1c802a75bccd726907aa930387716c7

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

nx-cloud[bot] commented 3 months ago

☁️ Nx Cloud Report

CI is running/has finished running commands for commit f4b79324f1c802a75bccd726907aa930387716c7. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 1 target - [`lerna run build --ignore cannon-website --ignore @usecannon/indexer --ignore repo --ignore @usecannon/api`](https://cloud.nx.app/runs/KQkblDeI6X?utm_source=pull-request&utm_medium=comment)

Sent with 💌 from NxCloud.