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

[WIP] Rapha/feat/chain v1.4.0 upgrade #95

Merged
merged 44 commits into from
Nov 8, 2023
Merged
Changes from 1 commit
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
3e344e7
feat: upgrade yarn
shifty11 Oct 18, 2023
bbd4f89
feat: use buf to generate proto files
shifty11 Oct 18, 2023
0037a05
fix: change some methods from pool to funders module
shifty11 Oct 18, 2023
e87cf97
fix: add import.proto file
shifty11 Oct 18, 2023
2c7b396
chore: update tx.registry
shifty11 Oct 18, 2023
19ddfbc
chore: update yarn.lock
shifty11 Oct 18, 2023
a23dc36
fix: docker volume mount
shifty11 Oct 18, 2023
dda2fcd
fix: typo in buf generators
shifty11 Oct 18, 2023
8303288
feat: add funders query
shifty11 Oct 19, 2023
d993e19
fix: update types package in protocol
shifty11 Oct 19, 2023
9eabc19
chore: merge main
shifty11 Oct 19, 2023
df552ce
fix: update Dockefile
shifty11 Oct 19, 2023
827d712
feat: add new funders queries
shifty11 Oct 19, 2023
8405900
chore: sync chain proto files
shifty11 Oct 24, 2023
412833d
fix: typo
shifty11 Oct 24, 2023
fee576d
feat: add create/update funder methods
shifty11 Oct 26, 2023
c4b4cc8
chore: update protobufs
shifty11 Oct 26, 2023
1da963b
chore: update bignumber.js so that it is the same version everywhere
shifty11 Oct 26, 2023
dd09336
chore: change todo
shifty11 Oct 26, 2023
75f5601
feat: avoid permission issues in proto file generation
shifty11 Oct 30, 2023
06cce76
chore: update gov with new params
shifty11 Nov 1, 2023
196cfd4
chore: sync changes from chain
shifty11 Nov 1, 2023
09462fb
chore: update cosmjs
shifty11 Nov 1, 2023
4fde52d
Merge branch 'main' into rapha/cosmos-sdk-0.47.x-upgrade
shifty11 Nov 2, 2023
f62e422
chore: bump version of kyvejs/types to 1.2.0
shifty11 Nov 2, 2023
faee5c4
feat: add funders amino types
shifty11 Nov 2, 2023
c284827
chore: change yarn settings
shifty11 Nov 2, 2023
79b52af
revert: revert usage of yarn 3
shifty11 Nov 2, 2023
0e7c9a5
Merge branch 'rapha/cosmos-sdk-0.47.x-upgrade' into main
shifty11 Nov 2, 2023
d4a0de5
Revert "Merge branch 'rapha/cosmos-sdk-0.47.x-upgrade' into main"
shifty11 Nov 2, 2023
76d67f6
feat: add all in sdk and types
shifty11 Nov 2, 2023
8d578e9
chore: update protocol and sdk versions
shifty11 Nov 2, 2023
fae2519
chore: run linter
shifty11 Nov 2, 2023
35fa92f
chore: set coinDecimals of korellia to 6
shifty11 Nov 2, 2023
dd6739f
chore: set korellia chainId to korellia-2
shifty11 Nov 2, 2023
4ca1751
chore: upgrade kysor packages
shifty11 Nov 2, 2023
aad98c8
chore: revert versions
shifty11 Nov 6, 2023
8f9ae45
revert: version update in kysor
shifty11 Nov 6, 2023
4a82aab
chore: update axios version in sdk
shifty11 Nov 6, 2023
ff3dabe
revert: update axios version in sdk
shifty11 Nov 6, 2023
e5f4e87
fix: Dockerfile
shifty11 Nov 8, 2023
d2b91cd
chore: generate new pool types with POOL_STATUS_VOTING_POWER_TOO_HIGH
shifty11 Nov 8, 2023
bf9f0f8
Merge remote-tracking branch 'origin/main' into rapha/feat/chain-v1.4…
shifty11 Nov 8, 2023
9aee110
chore: set version to main
shifty11 Nov 8, 2023
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
Prev Previous commit
Next Next commit
chore: merge main
shifty11 committed Oct 19, 2023
commit 9eabc197c697a9d47c747e72e14657b24aaf0d98
2 changes: 1 addition & 1 deletion common/protocol/package.json
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@
"@bundlr-network/client": "^0.8.9",
"@cosmjs/proto-signing": "^0.27.1",
"@cosmjs/stargate": "^0.27.1",
"@kyvejs/sdk": "1.0.4",
"@kyvejs/sdk": "1.0.5",
"@kyvejs/types": "1.0.4",
"@types/cli-progress": "^3.9.2",
"@types/jsonfile": "^6.0.1",
You are viewing a condensed version of this merge commit. You can view the full changes here.