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

upgrade simulation for the liquidity module that is rebased to Cosmos SDK 0.44.x #4

Draft
wants to merge 34 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
2654da4
split v5.0.0 and v5.0.5
jaybxyz Aug 23, 2021
0cc86ea
upload exported genesis zip file
jaybxyz Aug 23, 2021
61f079f
upload tar archive compresses genesis file
jaybxyz Aug 23, 2021
e340bfb
upload tar.bz2 files
jaybxyz Aug 23, 2021
d35c0e3
chore: move validators consensus keys to each directory and update gi…
jaybxyz Aug 23, 2021
010004f
update README.md
jaybxyz Aug 23, 2021
7cb36c2
update genesis.json file
jaybxyz Aug 23, 2021
f21c2bb
update README.md
jaybxyz Aug 23, 2021
7bcc465
update README.md
jaybxyz Aug 24, 2021
1dce4bb
chore: update proposal name, title, info
jaybxyz Aug 24, 2021
d992cea
tidy up some sentences and fix the gravity-dex version and add liquid…
jaybxyz Aug 24, 2021
c16cb08
add compared files line by line
jaybxyz Aug 24, 2021
0b60d11
fix misguidance
jaybxyz Aug 24, 2021
c3c83db
fix: update some commands and link
dongsam Aug 31, 2021
0ae08bb
docs: update chain id
jaybxyz Sep 2, 2021
6e28036
docs: update the hash since chain id is changed
jaybxyz Sep 3, 2021
5c8e6cd
docs: make things more descriptive
jaybxyz Sep 8, 2021
9f54655
docs: update sdk version to v0.44.0
jaybxyz Sep 8, 2021
6028655
docs: apply feedback
jaybxyz Sep 8, 2021
405d5c7
docs: update README.md
jaybxyz Oct 19, 2021
43c0edf
chore: organize directory structure, v6.0.1-rc1 is work in progress
jaybxyz Oct 19, 2021
387ca74
docs: work in progress
jaybxyz Oct 19, 2021
a2e248a
docs: update version
jaybxyz Oct 19, 2021
4aa179e
docs: add step 4 ~ 6
jaybxyz Oct 19, 2021
0418bf4
docs: add further tests
jaybxyz Oct 20, 2021
4afbd45
docs: add proposal.json
jaybxyz Oct 20, 2021
2d4ee12
docs: need more tests
jaybxyz Oct 20, 2021
f51dd60
docs: add cross platform for sed
jaybxyz Oct 21, 2021
21982b0
docs: debugging why withdrawing a small amount of pool coin throws in…
jaybxyz Oct 21, 2021
f407e50
docs: add more description
jaybxyz Oct 22, 2021
6558b73
docs: fixed typo
jaybxyz Oct 22, 2021
585b86c
docs: fix typo again
jaybxyz Oct 22, 2021
42d549c
feat: simulate upgrade test for v1.4.1
jaybxyz Oct 25, 2021
39dfce6
fix: rename dir for v6.0.0 and update gaia to v6.0.0-rc2
dongsam Nov 8, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 13 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# local chain data
data
# v5.0.0
v5.0.0/data
v5.0.0/exported_genesis_with_height_6659211_sorted_origin.json
v5.0.0/genesis.json

# genesis files
exported_genesis_with_height_6659211_sorted_origin.json
genesis.json
# v5.0.5
v5.0.5/data
v5.0.5/exported_genesis_with_height_7304500_sorted.json
v5.0.5/genesis.json

# v6.0.0
v6.0.0/data
v6.0.0/exported_genesis_with_height_7304500_sorted.json
v6.0.0/genesis.json
972 changes: 21 additions & 951 deletions README.md

Large diffs are not rendered by default.

Binary file not shown.
File renamed without changes.
File renamed without changes.
959 changes: 959 additions & 0 deletions v5.0.0/README.md

Large diffs are not rendered by default.

File renamed without changes.
973 changes: 973 additions & 0 deletions v5.0.5/README.md

Large diffs are not rendered by default.

Binary file added v5.0.5/genesis.json.tar.bz2
Binary file not shown.
1,174 changes: 1,174 additions & 0 deletions v6.0.0/README.md

Large diffs are not rendered by default.

Binary file added v6.0.0/genesis.json.tar.bz2
Binary file not shown.
12 changes: 12 additions & 0 deletions v6.0.0/proposal.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"title": "Liquidity Param Change",
"description": "Update InitPoolCoinMintAmount",
"changes": [
{
"subspace": "liquidity",
"key": "InitPoolCoinMintAmount",
"value": "1000000000000"
}
],
"deposit": "10000uatom"
}