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

Release/v0.5.x #468

Merged
merged 163 commits into from
Aug 11, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
163 commits
Select commit Hold shift + click to select a range
381d5ac
upgrade to Cosmos SDK v0.39.2 (#430)
alessio Dec 1, 2020
9885acf
[Bugfix] Register wasm query failed error to sdkerrors (#436)
Jan 26, 2021
50b22b3
fix treasury indicators querier
yun-yeo Jan 26, 2021
32a5c53
[Feature] append blocking conditions for `/txs` query with `--public`…
Jan 27, 2021
0d928e4
hotfix memory leak in go-cosmwasm iterator
yun-yeo Jan 29, 2021
2ddf402
Implement tax caps querier for all whitelisted denoms (#442)
Feb 9, 2021
01571de
[Hotfix] treasury empty epoch data (#445)
Feb 16, 2021
071b882
apply review for v0.4.2
yun-yeo Feb 16, 2021
61df02a
add empty epoch data load test case
yun-yeo Feb 16, 2021
260b41a
running startgate version
yun-yeo Mar 16, 2021
642f474
update swagger-docs
yun-yeo Apr 7, 2021
7e0143f
bugfix customized fee estimation interface
yun-yeo Apr 8, 2021
8b5c49c
change circleci to workflow
yun-yeo Apr 8, 2021
627a3e9
housekeeping
yun-yeo Apr 8, 2021
25519ca
fix simulation
yun-yeo Apr 13, 2021
ae4f805
fix simulation
yun-yeo Apr 13, 2021
061a344
fix mempool logic to restrict gas limit for oracle txs
yun-yeo Apr 14, 2021
4a298bb
Bump cosmwasm to v0.14.x (#465)
Apr 26, 2021
cf3213b
[Feature] Separate mint and burn swap pool (#467)
Apr 26, 2021
ca1dcd1
[Feature] v0.4 to v0.5 migration (#471)
May 4, 2021
989eccb
[Feature] Bump cosmwasm to v0.14.0 (#472)
May 6, 2021
2722cde
update swagger-docs
yun-yeo May 6, 2021
d28e802
update proto comment & swagger-docs
yun-yeo May 6, 2021
270c999
update proto doc generation script to generate docs with cosmos and ibc
yun-yeo May 6, 2021
ebcf718
remove cosmos proto vesting account
yun-yeo May 6, 2021
a76dcc3
pass nano second for wasm BlockInfo
yun-yeo May 7, 2021
ef4b246
allow empty admin on cli comment
yun-yeo May 12, 2021
2e84961
update swagger-docs
yun-yeo May 12, 2021
64cdec1
fix instantiate&execute&migrate event ordering
yun-yeo May 12, 2021
965dbb8
[Feature] Bump SDK version to v0.43.0-beta1 (#474)
May 17, 2021
734cc61
bugfix to pass msgs to BroadcastTx at fee estimation
yun-yeo May 18, 2021
e85374f
bugfix cmd and estimate_fee
yun-yeo May 18, 2021
c4f8fa7
remove log
yun-yeo May 19, 2021
9089bd3
[Feature] Remove Treasury bespoke proposals (#475)
May 21, 2021
d7640cf
[Feature] RewardWeight migration script update to burn all seigniorag…
May 21, 2021
5ac5439
revert core/BaseAccount codec to core/Account & swagger update
yun-yeo May 21, 2021
c8c8f9e
add deprecation headers to custom rest handlers
yun-yeo May 26, 2021
fde1dfc
fix swagger
yun-yeo May 26, 2021
37661b2
Fix distribution legacy amino codec
hanjukim May 26, 2021
bfba78d
fix treasury migration
yun-yeo May 27, 2021
411d735
update swagger docs
yun-yeo May 27, 2021
2caad87
legacy swagger update
yun-yeo May 28, 2021
028069e
temporal fix for keyring dir not found error
yun-yeo May 28, 2021
da875bc
add deprecation flag to swagger
yun-yeo May 28, 2021
25e3af3
convert pubkey replace to receive proto style pubkey object
yun-yeo May 28, 2021
2d87b93
upgrade migration register for v0.5.0-beta3
yun-yeo May 28, 2021
756432d
prepare docker files both for shared and static libary version
yun-yeo May 28, 2021
f91f293
make static.Dockerfile to default Dockerfile
yun-yeo May 28, 2021
dbe6117
bugfix add treasury burn permission
yun-yeo May 29, 2021
5e325ff
fix(terrad-env): Dockerfile VOLUME directive doesn't work on Azure (#…
zmarouf May 31, 2021
da29720
[Feature] update organization name to terra-money (#486)
Jun 1, 2021
d04903f
Update migration params for col5 (#491)
Jun 1, 2021
3166ae2
update migration code to add burn permission to treasury module (#493)
Jun 3, 2021
d60a9c7
[Bugfix] Return BASE/QUOTE exchange rate (#497)
Jun 14, 2021
097cdd5
[Feature] amino support to authz module with tax computing custom cli…
Jun 14, 2021
8aa1d6c
fill more denom meta infos
yun-yeo Jun 22, 2021
505a4c8
update wasm cli to receive base64 bytes for raw query
yun-yeo Jun 23, 2021
c167a9d
[Bugfix] limit wasm max gas with param (#502)
Jun 28, 2021
3cc6014
fix swap grpc querier
yun-yeo Jun 28, 2021
8b51afa
fix swap grpc querier wasm interface with cli
yun-yeo Jun 28, 2021
d300dbf
register UpgradeHandler for v0.5.0
yun-yeo Jul 7, 2021
d4a3202
[Feature] Apply audit (#504)
Jul 8, 2021
3cccea0
[Bump] cosmwasm to v0.15.0 (#509)
Jul 8, 2021
1a0c58e
fix treasury migration bug
yun-yeo Jul 8, 2021
a2471e3
[Bump] sdk version to v0.43.0-rc0 (#507)
Jul 12, 2021
b28a99a
change upgrade handler name to v0.5.0
yun-yeo Jul 12, 2021
e995743
update swagger docs to include deprecated estimate_fee endpoints
yun-yeo Jul 12, 2021
80e5226
fix compute_tax endpoints
yun-yeo Jul 12, 2021
7f41def
Update README.md
dokwon Jul 13, 2021
780be8b
migrate market MintBasePool size to previous BasePool
yun-yeo Jul 13, 2021
1297532
Merge branch 'release/v0.5.x' of https://github.com/terra-project/cor…
yun-yeo Jul 13, 2021
471cd87
add amino support for StakeAuthorization (#512)
Jul 13, 2021
17f9d70
update changelog
yun-yeo Jul 13, 2021
276a966
Merge branch 'release/v0.5.x' of https://github.com/terra-project/cor…
yun-yeo Jul 13, 2021
640fd0e
keep consistency with wasmd
yun-yeo Jul 14, 2021
5b6d75b
feat(gov): add MsgVoteWeighted amino codec
hanjukim Jul 21, 2021
e253b92
fix test
yun-yeo Jul 22, 2021
4c36511
Merge branch 'release/v0.5.x' of https://github.com/terra-project/cor…
yun-yeo Jul 22, 2021
da31cef
remove unused sorted check (#517)
Jul 22, 2021
1e68e3a
rollback market base pool split (#518)
Jul 28, 2021
50eb1f2
[Feature] contract info query wasm interface (#520)
Jul 28, 2021
1371e1c
Bump dependencies (#526)
Aug 10, 2021
66772f8
upgrade to Cosmos SDK v0.39.2 (#430)
alessio Dec 1, 2020
16aebf8
[Hotfix] treasury empty epoch data (#445)
Feb 16, 2021
903a4b4
apply review for v0.4.2
yun-yeo Feb 16, 2021
173c2ae
running startgate version
yun-yeo Mar 16, 2021
73e112f
update swagger-docs
yun-yeo Apr 7, 2021
7f7035d
bugfix customized fee estimation interface
yun-yeo Apr 8, 2021
98b7ed3
change circleci to workflow
yun-yeo Apr 8, 2021
914c008
housekeeping
yun-yeo Apr 8, 2021
91ace6d
fix simulation
yun-yeo Apr 13, 2021
73ffe78
fix simulation
yun-yeo Apr 13, 2021
5b25939
fix mempool logic to restrict gas limit for oracle txs
yun-yeo Apr 14, 2021
4d401b3
Bump cosmwasm to v0.14.x (#465)
Apr 26, 2021
2cc1898
[Feature] Separate mint and burn swap pool (#467)
Apr 26, 2021
c03d51f
[Feature] v0.4 to v0.5 migration (#471)
May 4, 2021
80b98e2
[Feature] Bump cosmwasm to v0.14.0 (#472)
May 6, 2021
b6bac17
update swagger-docs
yun-yeo May 6, 2021
7635ed1
update proto comment & swagger-docs
yun-yeo May 6, 2021
347fbd4
update proto doc generation script to generate docs with cosmos and ibc
yun-yeo May 6, 2021
2ecbcef
remove cosmos proto vesting account
yun-yeo May 6, 2021
e455977
pass nano second for wasm BlockInfo
yun-yeo May 7, 2021
38fbf63
allow empty admin on cli comment
yun-yeo May 12, 2021
8b8e16e
update swagger-docs
yun-yeo May 12, 2021
e842cf1
fix instantiate&execute&migrate event ordering
yun-yeo May 12, 2021
a9e3e40
[Feature] Bump SDK version to v0.43.0-beta1 (#474)
May 17, 2021
08a147e
bugfix to pass msgs to BroadcastTx at fee estimation
yun-yeo May 18, 2021
9f512d7
bugfix cmd and estimate_fee
yun-yeo May 18, 2021
0eb5ee0
remove log
yun-yeo May 19, 2021
cfb1b9e
[Feature] Remove Treasury bespoke proposals (#475)
May 21, 2021
d801405
[Feature] RewardWeight migration script update to burn all seigniorag…
May 21, 2021
31cc30e
revert core/BaseAccount codec to core/Account & swagger update
yun-yeo May 21, 2021
5365601
add deprecation headers to custom rest handlers
yun-yeo May 26, 2021
6941336
fix swagger
yun-yeo May 26, 2021
8e1a85b
Fix distribution legacy amino codec
hanjukim May 26, 2021
93a0d8e
fix treasury migration
yun-yeo May 27, 2021
b9e38b1
update swagger docs
yun-yeo May 27, 2021
510a033
legacy swagger update
yun-yeo May 28, 2021
070fed6
temporal fix for keyring dir not found error
yun-yeo May 28, 2021
de9072a
add deprecation flag to swagger
yun-yeo May 28, 2021
14a1be1
convert pubkey replace to receive proto style pubkey object
yun-yeo May 28, 2021
d6e2df4
upgrade migration register for v0.5.0-beta3
yun-yeo May 28, 2021
032368d
prepare docker files both for shared and static libary version
yun-yeo May 28, 2021
c6de369
make static.Dockerfile to default Dockerfile
yun-yeo May 28, 2021
f9cdafe
bugfix add treasury burn permission
yun-yeo May 29, 2021
55417dd
fix(terrad-env): Dockerfile VOLUME directive doesn't work on Azure (#…
zmarouf May 31, 2021
d727090
[Feature] update organization name to terra-money (#486)
Jun 1, 2021
7e926dd
Update migration params for col5 (#491)
Jun 1, 2021
f71b818
update migration code to add burn permission to treasury module (#493)
Jun 3, 2021
0db09ff
[Bugfix] Return BASE/QUOTE exchange rate (#497)
Jun 14, 2021
4789fb6
[Feature] amino support to authz module with tax computing custom cli…
Jun 14, 2021
7814356
fill more denom meta infos
yun-yeo Jun 22, 2021
4a4b848
update wasm cli to receive base64 bytes for raw query
yun-yeo Jun 23, 2021
2acb73a
[Bugfix] limit wasm max gas with param (#502)
Jun 28, 2021
178e570
fix swap grpc querier
yun-yeo Jun 28, 2021
99e549a
fix swap grpc querier wasm interface with cli
yun-yeo Jun 28, 2021
02d2919
register UpgradeHandler for v0.5.0
yun-yeo Jul 7, 2021
2738afd
[Feature] Apply audit (#504)
Jul 8, 2021
c90f515
[Bump] cosmwasm to v0.15.0 (#509)
Jul 8, 2021
40c841d
fix treasury migration bug
yun-yeo Jul 8, 2021
4f8d96c
[Bump] sdk version to v0.43.0-rc0 (#507)
Jul 12, 2021
35bb557
change upgrade handler name to v0.5.0
yun-yeo Jul 12, 2021
0669388
update swagger docs to include deprecated estimate_fee endpoints
yun-yeo Jul 12, 2021
2c056e1
fix compute_tax endpoints
yun-yeo Jul 12, 2021
4d7c904
migrate market MintBasePool size to previous BasePool
yun-yeo Jul 13, 2021
240a5a9
Update README.md
dokwon Jul 13, 2021
2e4b42d
update changelog
yun-yeo Jul 13, 2021
95f4562
add amino support for StakeAuthorization (#512)
Jul 13, 2021
71c4dcb
keep consistency with wasmd
yun-yeo Jul 14, 2021
1e1d943
fix test
yun-yeo Jul 22, 2021
f47835c
feat(gov): add MsgVoteWeighted amino codec
hanjukim Jul 21, 2021
f5ccd99
remove unused sorted check (#517)
Jul 22, 2021
2e72678
rollback market base pool split (#518)
Jul 28, 2021
83b1599
[Feature] contract info query wasm interface (#520)
Jul 28, 2021
f49fc4e
Bump dependencies (#526)
Aug 10, 2021
5e2e8ad
correct rebase
yun-yeo Aug 11, 2021
3c2bbc5
Merge branch 'release/v0.5.x' of https://github.com/terra-project/cor…
yun-yeo Aug 11, 2021
4a29019
Merge branch 'master' into release/v0.5.x
yun-yeo Aug 11, 2021
837c6bd
check attributes length before doing attribute parse (#531)
Aug 11, 2021
fa2df0a
bump sdk version to 0.43 and ibc-go version to 1.0.0 (#529)
Aug 11, 2021
ff7e121
update changelog
yun-yeo Aug 11, 2021
5744707
update migrate consensus params
yun-yeo Aug 11, 2021
57ff045
fix to use master branch for proto-check-breaking
yun-yeo Aug 11, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
386 changes: 0 additions & 386 deletions .circleci/config.yml

This file was deleted.

Loading