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

feat: ADR-004: Application links expiration time #723

Merged
merged 121 commits into from
Jul 15, 2022
Merged
Show file tree
Hide file tree
Changes from 109 commits
Commits
Show all changes
121 commits
Select commit Hold shift + click to select a range
d53e53b
- implemented expiration time for app links
leobragaz Jan 17, 2022
01991f4
- completed appLinksParams implementation
leobragaz Jan 17, 2022
e4b68b7
- added tests for expiring links
leobragaz Jan 18, 2022
5d4d03a
fixed proto file lint error
leobragaz Jan 19, 2022
85bdf16
reviewed migration code
leobragaz Jan 19, 2022
edb7793
added migrations tests (need to fix some)
leobragaz Jan 19, 2022
dfe9eba
fixed migration errors
leobragaz Jan 20, 2022
fd1a7df
fixed params name in order to fix lint
leobragaz Jan 21, 2022
1328c82
- switched from time.Time to time.Duration for
leobragaz Jan 21, 2022
1ef5251
- added benchmark test for expired links deletion
leobragaz Jan 21, 2022
39449c6
fixed params migration
leobragaz Jan 24, 2022
054e230
revert keeper's StoreKey and Cdc exports
leobragaz Jan 24, 2022
450d091
revert unwanted changes in chain links file
leobragaz Jan 24, 2022
7cd38b4
fixed params migration test
leobragaz Jan 24, 2022
ece318d
added changeset entry
leobragaz Jan 24, 2022
f3f8ca3
edited genesis state link for on-chain-upgrade test
leobragaz Jan 24, 2022
60b7917
added some lines to IterateExpiringLinks test to cover a missing case
leobragaz Jan 24, 2022
427a9f4
updated on-chain-upgrade workflow with mainnet state
leobragaz Jan 25, 2022
5c64fbf
trying on-chain upgrade
leobragaz Jan 25, 2022
c72eedf
trying the fix for on-chain-upgrade test by
leobragaz Jan 25, 2022
7651f7e
Merge branch 'master' of github.com:desmos-labs/desmos into leonardo/…
leobragaz Jan 25, 2022
3b0423b
added missing BUILD_TAGS in Makefile
leobragaz Jan 25, 2022
95d129d
fix last commit with BUILD_FLAGS in Makefile
leobragaz Jan 25, 2022
d0732e5
removed wrong flag from build-linux cmd
leobragaz Jan 25, 2022
19913ba
trying add the muslc directly in the build-linux cmd
leobragaz Jan 25, 2022
677f675
adding the static wasmvm library
leobragaz Jan 25, 2022
4864180
Revert "adding the static wasmvm library"
leobragaz Jan 25, 2022
ead0d98
adding the static wasmvm library
leobragaz Jan 25, 2022
7e00710
adding the static wasmvm library
leobragaz Jan 25, 2022
82fb64e
Revert "adding the static wasmvm library"
leobragaz Jan 25, 2022
c017bf7
Revert "adding the static wasmvm library"
leobragaz Jan 25, 2022
39a504b
download the static library in start.sh
leobragaz Jan 25, 2022
9d68bce
added sudo rights
leobragaz Jan 25, 2022
4f2161f
fixing static lib download
leobragaz Jan 25, 2022
356838c
tried to link the wasmvm static library in makefile
leobragaz Jan 25, 2022
bb922e5
edit start.sh to handle the download and check of static libraries
leobragaz Jan 26, 2022
d0d8d6e
removed wrong flag for linking static library
leobragaz Jan 26, 2022
b12d853
fixed building errors
leobragaz Jan 26, 2022
287f3f3
Revert "fixed building errors"
leobragaz Jan 26, 2022
f8f4a56
Revert "removed wrong flag for linking static library"
leobragaz Jan 26, 2022
011a71d
Revert "edit start.sh to handle the download and check of static libr…
leobragaz Jan 26, 2022
fbec69a
Revert "tried to link the wasmvm static library in makefile"
leobragaz Jan 26, 2022
d3d1e9c
removed wrong flag for linking static libraries
leobragaz Jan 26, 2022
4a3893b
removed static lib download from start.sh
leobragaz Jan 26, 2022
630db00
removed flag from build-linux cmd
leobragaz Jan 26, 2022
34255b6
trying fix missing libraries errors in on-chain-upgrade test
leobragaz Jan 26, 2022
dad645e
fixed error in submit_upgrade_proposal.sh
leobragaz Jan 26, 2022
89949ed
readded muslc flag to build-linux
leobragaz Jan 26, 2022
ebb1059
updated upgradeHandler version to match that of subspace pr
leobragaz Jan 26, 2022
e82bcc0
removed muslc from makefile build-linux
leobragaz Jan 26, 2022
373f1aa
updated upgrade name in workflow
leobragaz Jan 27, 2022
15862dd
updated desmos-build Dockerfile to enable the usage of static library…
leobragaz Jan 27, 2022
13337d1
tried to edit start.sh make build command to enable precompiled libra…
leobragaz Jan 27, 2022
0b7a239
tried use another dockerfile with start.sh
leobragaz Jan 27, 2022
189adf1
Revert "tried use another dockerfile with start.sh"
leobragaz Jan 27, 2022
8f8375b
trying the new configuration of start.sh
leobragaz Jan 27, 2022
49f030d
trying the new configuration of start.sh
leobragaz Jan 27, 2022
449e218
edited wrong binary directory
leobragaz Jan 27, 2022
833415c
fixing docker compose image version
leobragaz Jan 27, 2022
5f800b8
added a new build-linux-muslc to use with setup-localnet
leobragaz Jan 28, 2022
f4eef42
removed muslc from build-linux
leobragaz Jan 28, 2022
20fa015
edited coin denom in setup-localnet Makefile
leobragaz Jan 28, 2022
beaf1dd
review code and applied PR review suggestions
leobragaz Jan 31, 2022
c5a50e7
reviewed how store test was written
leobragaz Feb 1, 2022
ca7a48b
trying to bypass the use of setup-localnet
leobragaz Feb 1, 2022
f5c76ea
try adding sudo before desmos testnet cmd
leobragaz Feb 1, 2022
9011213
applied pr reviewe suggestions
leobragaz Feb 2, 2022
8ecde9d
fixed sims tests
leobragaz Feb 2, 2022
14a7559
try fix the start.sh cmd with review suggestions
leobragaz Feb 4, 2022
a71adad
fixed missing " closure in start.sh
leobragaz Feb 4, 2022
0609d8b
fix errors in start.sh
leobragaz Feb 4, 2022
ae4c4a0
test script without UID to force root
leobragaz Feb 7, 2022
621434e
fixing dir in docker run cmd in start.sh
leobragaz Feb 7, 2022
bf4e66b
added chmod +x to solve permission denied errors
leobragaz Feb 7, 2022
51838d8
added chmod +x to solve permission denied errors
leobragaz Feb 7, 2022
e401ca9
added chmod +x in upgrade-testnet-start
leobragaz Feb 7, 2022
1ade38a
trying adding sudo to start.sh
leobragaz Feb 7, 2022
3191ec1
fixed coin denom checks
leobragaz Feb 7, 2022
24eaccd
edited docker desmos build directory
leobragaz Feb 7, 2022
c4292a7
added containers logs
leobragaz Feb 7, 2022
3ece866
prepend sudo to cosmovisor wrapper.sh script
leobragaz Feb 7, 2022
84bc648
trying to remove uid e gid to force root use
leobragaz Feb 7, 2022
56859a8
updated on-chain-upgrade.yml workflow exported state
leobragaz Feb 10, 2022
a228168
Merge branch 'master' of github.com:desmos-labs/desmos into leonardo/…
leobragaz Feb 17, 2022
efa4026
pulled master and fixed conflicts
leobragaz Feb 17, 2022
664d126
use udsm as default coin denom instead of udaric
leobragaz Feb 17, 2022
e646fd2
Merge branch 'master' of github.com:desmos-labs/desmos into leonardo/…
leobragaz Feb 22, 2022
57154d2
fixed conflicts with master branch
leobragaz Feb 22, 2022
13bd8e4
Updated Swagger definition
bragaz Feb 22, 2022
272c671
Merge branch 'master' of github.com:desmos-labs/desmos into leonardo/…
RiccardoM Mar 23, 2022
eaa9279
merged master
RiccardoM Mar 23, 2022
5852064
Merge branch 'master' of github.com:desmos-labs/desmos into leonardo/…
leobragaz Apr 12, 2022
d4d3953
fixed broken tests
leobragaz Apr 12, 2022
c17af26
Updated Swagger definition
bragaz Apr 12, 2022
d331889
Merge branch 'master' of github.com:desmos-labs/desmos into leonardo/…
RiccardoM Jul 8, 2022
d0bbd8e
revert: add benchmark tests
RiccardoM Jul 8, 2022
e522391
revert: change denom name
RiccardoM Jul 8, 2022
f8e13ce
revert: cosmovisor Dockerfile changes
RiccardoM Jul 8, 2022
bb4ba3e
removed useless logs from within the submit_upgrade_proposal script
RiccardoM Jul 8, 2022
84bfaac
updated Proto files
RiccardoM Jul 8, 2022
9248cb3
updated go package
RiccardoM Jul 8, 2022
c63d070
updated Proto files definitions
RiccardoM Jul 8, 2022
4bda50c
Updated Swagger definition
RiccardoM Jul 8, 2022
43990e0
fixed tests
RiccardoM Jul 8, 2022
9f66e6b
Updated Swagger definition
RiccardoM Jul 8, 2022
0e1e58d
improved tests
RiccardoM Jul 8, 2022
84ac02e
Merge remote-tracking branch 'origin/leonardo/application-links-expir…
RiccardoM Jul 8, 2022
1aba69b
fixed small formatting
RiccardoM Jul 8, 2022
355f21d
updated the migrations
RiccardoM Jul 8, 2022
3dccdc2
Merge branch 'master' of github.com:desmos-labs/desmos into leonardo/…
RiccardoM Jul 14, 2022
1cd567c
test: fixed test sample of chain link cmd
dadamu Jul 14, 2022
7e8cc9c
fixed unit tests
RiccardoM Jul 14, 2022
5048d56
Merge branch 'master' of github.com:desmos-labs/desmos into leonardo/…
RiccardoM Jul 15, 2022
189cfe1
updated ADR status
RiccardoM Jul 15, 2022
f002354
slightly changed ADR
RiccardoM Jul 15, 2022
d41df0c
added missing comments
RiccardoM Jul 15, 2022
95d22af
move benchmark tests
RiccardoM Jul 15, 2022
628932d
fixed migration version comments
RiccardoM Jul 15, 2022
25ced70
improved migration comments
RiccardoM Jul 15, 2022
f23948e
Update x/profiles/legacy/v6/store_test.go
RiccardoM Jul 15, 2022
cd41847
Update x/profiles/legacy/v6/store_test.go
RiccardoM Jul 15, 2022
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
type: feat
module: x/profiles
pull_request: 723
description: Added ExpirationTime field to ApplicationLinks
backward_compatible: false
date: 2022-01-24T14:49:03.724641Z
2 changes: 1 addition & 1 deletion client/docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"apis": [
{
"url": "./tmp-swagger-gen/desmos/profiles/v2/query.swagger.json",
"url": "./tmp-swagger-gen/desmos/profiles/v3/query.swagger.json",
"operationIds": {
"rename": {
"Params": "ProfilesParams"
Expand Down
Loading