-
Notifications
You must be signed in to change notification settings - Fork 81
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
[WIP] Document the release process for upgrading the contract code for the DAOs #97
base: main
Are you sure you want to change the base?
Conversation
1277065
to
e1026e7
Compare
Thank you so much for this. I was just reviewing a pull request and thinking how handy it would be to flesh out a definitive guide like this. 🙌🏼 |
0e4d83d
to
b1194aa
Compare
b1194aa
to
1c7d69d
Compare
803e7e9
to
2f55914
Compare
f52db15
to
692068d
Compare
a360d79
to
5db82cd
Compare
5db82cd
to
d4e5e87
Compare
ae6a99f
to
a3165fd
Compare
aa6ae9d
to
66b3e07
Compare
52f1bd4
to
ed89ea8
Compare
1c8607c
to
49c0b14
Compare
49c0b14
to
5301087
Compare
247dbcf
to
614f60e
Compare
release_process.md
Outdated
***4. Download the current `wasm` code used for creating new DAOs:*** | ||
|
||
```bash | ||
near view sputnikv2.testnet get_dao_list |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to remove this command since the list is so big that it fails. Will redirect people to the astro testnet instead.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was gunna bring that up. I think if we do want to go this route, we have to do pagination. The other function should be the path devs use tho, since it already has pagination
@ctindogaru docs look good - going to move them into a scripts folder that can be used as tools during the upgrade process. |
69bcdf0
to
4f46375
Compare
This is still work in progress, there are still steps that need to be detailed.