Skip to content
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

Support Testnets #46

Closed
Tracked by #137
rzadp opened this issue Apr 21, 2023 · 10 comments
Closed
Tracked by #137

Support Testnets #46

rzadp opened this issue Apr 21, 2023 · 10 comments
Assignees

Comments

@rzadp
Copy link
Contributor

rzadp commented Apr 21, 2023

Currently, the tip bot supports Polkadot, Kusama, and a local development chain for development.

In order to play with a staging deployment of the bot, the only options are Polkadot and Kusama.
It's not a very useful staging environment if we can't play with it without using real money, so it would be useful to spend Testnet money instead.

@rzadp rzadp self-assigned this Apr 21, 2023
@rzadp
Copy link
Contributor Author

rzadp commented Apr 21, 2023

@paritytech/opstooling What do you think? Or am I missing something here?

@rzadp
Copy link
Contributor Author

rzadp commented Apr 21, 2023

Community Testnets:

Testnet Treasury OpenGov
Westend no no
Rococo yes no yes no

@mordamax
Copy link
Contributor

prob just replace localtest* with localtest which will be rococo by default?
just make it clear from settings and readme

@rzadp
Copy link
Contributor Author

rzadp commented Apr 24, 2023

prob just replace localtest* with localtest which will be rococo by default? just make it clear from settings and readme

I would like to keep localtest* pointing to localhost:9944, because that might be the only way for everyone to test the whole flow (including voting on the tip).

Also apart from adding the config, we need to have the bot account topped up on Rococo, and an alert added to (existing?) set of alerts.

@rzadp
Copy link
Contributor Author

rzadp commented Apr 24, 2023

Small update: Rococo actually doesn't have the pallets I need. It has preimages and democracy, but the Referenda is missing.

Screenshot 2023-04-24 at 11 24 00

So it looks like neither Westend nor Rococo can be used for this purpose.

@rzadp
Copy link
Contributor Author

rzadp commented Apr 24, 2023

Screenshot 2023-04-24 at 11 45 06

Wococo is no good as well, there is neither Treasury nor OpenGov Referenda.

I couldn't find a websocket RPC of Versi anywhere.

@mordamax
Copy link
Contributor

@lovelaced do you know how can we test opengov with testnet?

@lovelaced
Copy link

It doesn't appear any of the testnets have the referenda module 🤔 versi can be found at https://polkadot.js.org/apps/?rpc=wss://versi-rpc-node-0.parity-versi.parity.io#/explorer but doesn't have this either. might not be a bad idea to petition the devs to see if we can get these pallets into rococo.

@rzadp
Copy link
Contributor Author

rzadp commented Jul 17, 2023

PR to watch: paritytech/polkadot#7272

@rzadp rzadp changed the title Support Testnets [Blocked] Support Testnets Jul 17, 2023
@mordamax mordamax changed the title [Blocked] Support Testnets Support Testnets Dec 14, 2023
@rzadp
Copy link
Contributor Author

rzadp commented Feb 21, 2024

We now support Rococo and Westend:

Unfortunately Polkassembly integration could not be tested (Rococo and Westend Polkassembly sites are not working properly currently).

@rzadp rzadp closed this as completed Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants