chore(deps): bump @cosmos-kit/core from 2.5.3 to 2.7.8 in /web-ui (#829)
Bumps @cosmos-kit/core from 2.5.3 to 2.7.8.
updated-dependencies:
Signed-off-by: dependabot[bot] [email protected] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jacob Gadikian [email protected]
chore(deps-dev): bump eslint from 8.45.0 to 8.55.0 in /quicksilverjs (#815)
Bumps eslint from 8.45.0 to 8.55.0.
updated-dependencies:
Signed-off-by: dependabot[bot] [email protected] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jacob Gadikian [email protected]
chore(deps): bump @cosmjs/proto-signing in /quicksilverjs (#822)
Bumps @cosmjs/proto-signing from 0.29.4 to 0.32.1.
updated-dependencies:
Signed-off-by: dependabot[bot] [email protected] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jacob Gadikian [email protected]
chore(deps-dev): bump @types/react-dom from 18.0.9 to 18.2.17 in /web-ui (#795)
Bumps @types/react-dom from 18.0.9 to 18.2.17.
updated-dependencies:
Signed-off-by: dependabot[bot] [email protected] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jacob Gadikian [email protected]
chore(deps): bump @cosmjs/amino from 0.29.4 to 0.32.1 in /quicksilverjs (#824)
Bumps @cosmjs/amino from 0.29.4 to 0.32.1.
updated-dependencies:
Signed-off-by: dependabot[bot] [email protected] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump @cosmjs/stargate in /quicksilverjs (#825)
Bumps @cosmjs/stargate from 0.29.4 to 0.32.1.
updated-dependencies:
Signed-off-by: dependabot[bot] [email protected] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump @cosmjs/stargate from 0.29.5 to 0.32.1 in /web-ui (#819)
Bumps @cosmjs/stargate from 0.29.5 to 0.32.1.
updated-dependencies:
Signed-off-by: dependabot[bot] [email protected] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps-dev): bump @types/react from 18.0.25 to 18.2.43 in /web-ui (#837)
Bumps @types/react from 18.0.25 to 18.2.43.
updated-dependencies:
Signed-off-by: dependabot[bot] [email protected] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump google.golang.org/grpc in /icq-relayer (#737)
Bumps google.golang.org/grpc from 1.55.0 to 1.56.3.
updated-dependencies:
Signed-off-by: dependabot[bot] [email protected] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump actions/setup-node from 3 to 4 (#727)
Bumps actions/setup-node from 3 to 4.
updated-dependencies:
Signed-off-by: dependabot[bot] [email protected] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump @cosmjs/tendermint-rpc in /quicksilverjs (#823)
Bumps @cosmjs/tendermint-rpc from 0.29.5 to 0.32.1.
updated-dependencies:
Signed-off-by: dependabot[bot] [email protected] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump @cosmjs/cosmwasm-stargate in /web-ui (#821)
Bumps @cosmjs/cosmwasm-stargate from 0.29.5 to 0.32.1.
updated-dependencies:
Signed-off-by: dependabot[bot] [email protected] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps-dev): bump eslint-config-prettier in /quicksilverjs (#814)
Bumps eslint-config-prettier from 8.10.0 to 9.1.0.
updated-dependencies:
Signed-off-by: dependabot[bot] [email protected] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump github.com/golangci/golangci-lint (#771)
Bumps github.com/golangci/golangci-lint from 1.54.1 to 1.55.2.
updated-dependencies:
Signed-off-by: dependabot[bot] [email protected] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump github.com/spf13/viper from 1.16.0 to 1.18.1
Bumps github.com/spf13/viper from 1.16.0 to 1.18.1.
updated-dependencies:
Signed-off-by: dependabot[bot] [email protected]
Test/deposit tx callback (#635)
gitignore yarn for web-ui
need to figure out proper res
need proof and header
WIP
need another way to get that Proof
add TMHeader check for DepositTx
space
align with old logic
Proof of existing Tx
WIP TmHeader
encode new fixture and setup that consState
tx written manually, only consensus state left
base64 tx, setup header left
use local fixture
lint
case txHash mismatch with proofHash
other cases
WIP
table style test
more testcase
add identifier for each fields in testcases
Co-authored-by: Joe Bowman [email protected]
test for CheckTMHeaderForZone (#712)
gitignore yarn for web-ui
need to figure out proper res
need proof and header
WIP
need another way to get that Proof
add TMHeader check for DepositTx
space
align with old logic
Proof of existing Tx
WIP TmHeader
encode new fixture and setup that consState
tx written manually, only consensus state left
base64 tx, setup header left
use local fixture
lint
case txHash mismatch with proofHash
other cases
WIP
table style test
more testcase
add identifier for each fields in testcases
sucessful case
WIP
fail on client state
fail on fetch consensus state
other testcases
remove debug line
remove proto folder from qckjs & change protoDirs for qckjs
Revert "remove proto folder from qckjs & change protoDirs for qckjs"
This reverts commit c5cc1113dce87e6903b3985afc55242ef7492925.
Co-authored-by: Joe Bowman [email protected]
Test for msgSV.GovCloseChannel (#695)
Test for msgSV.GovCloseChannel
rename
lint
add check closed
Apply suggestions from code review
s/expecErr/expectErr/
Co-authored-by: Joe Bowman [email protected] Co-authored-by: ThanhNhann [email protected]
Test for GetValidatorForToken (#662)
Co-authored-by: Nguyen Thanh Nhan [email protected]
test for PerfBalanceCallback (#636)
test for PerfBalanceCallback
change performance address
change minor logic for SetAccountBalanceForDenom in interchainstaking
minor fix after merged update logic
add test case for PerfBalanceCallback and RemovePerformanceDelegation for delegation
lint
remove case follow nhan
lint and remove minor old case
Co-authored-by: Nguyen Thanh Nhan [email protected]
Test for SendIbcToken (#699)
add test for send ibc token
lint
add wrong connection id case
remove redundant thing for debug
Co-authored-by: Joe Bowman [email protected] Co-authored-by: Nguyen Thanh Nhan [email protected] Co-authored-by: sontrinh16 [email protected]
test for DeleteRedelegationRecordByKey (#674)
test for TestDeleteRedelegationRecordByKey
lint
Co-authored-by: Joe Bowman [email protected]
Test for GovReopenChannel (#725)
Test for GovReopenChannel
add assert for case pass
Co-authored-by: Joe Bowman [email protected]
Add test for HandleRedeemTokens (#661)
Add test for HandleRedeemTokens
Fix lint
fix lint
Co-authored-by: Nguyen Thanh Nhan [email protected]
Test for GetActiveValidators (#675)
add test for get active validator
lint
Co-authored-by: Joe Bowman [email protected]
DistributeRewardsCallback Test (#653)
initial setup for valid distribute rewards callback
refactor test
complete test for distribute rewards
lint
remove debugging stuff
lint
add explaination
lint
lint
Co-authored-by: Joe Bowman [email protected] Co-authored-by: Nguyen Thanh Nhan [email protected]
test for HandleCompleteSend (#672)
test for HandleCompleteSend
Update x/interchainstaking/keeper/ibc_packet_handlers_test.go
fix memo
lint
lint
refacter
Update x/interchainstaking/keeper/ibc_packet_handlers_test.go
Co-authored-by: Nguyen Thanh Nhan [email protected]
Co-authored-by: Nguyen Thanh Nhan [email protected]
Co-authored-by: Nguyen Thanh Nhan [email protected]
Co-authored-by: Joe Bowman [email protected] Co-authored-by: Nguyen Thanh Nhan [email protected] Co-authored-by: ducnt131 [email protected]
Handle tokenize share (#658)
Add distribution for withdrawal record and change condition
Fix withdrawal record amount
add depend to function compare
fix lint error
fix typo
Co-authored-by: Nguyen Thanh Nhan [email protected]
refacter to take chainID instead of zone for a few functions (#748)
refacter
for Delegation
for GetPerformanceDelegation
Co-authored-by: Joe Bowman [email protected]
Bump actions/checkout from 3 to 4
Bumps actions/checkout from 3 to 4.
updated-dependencies:
Signed-off-by: dependabot[bot] [email protected]
R4R: LSM (v1.4) (#796)
bump cosmos-sdk and ibc-go
wip: lsm v1.4
fix tests, and fix lsm validator lookup post v1.4
lint fixes
using the err response here results in a weird pointer issue. no idea why. supressing as the test will fail hard later anyway!
test fixes
minor fixes and refactor
gofumpt icq-relayer
lint
fix code coverage?
chore(deps): bump next from 12.2.5 to 14.0.4 in /web-ui (#830)
Bumps next from 12.2.5 to 14.0.4.
updated-dependencies:
Signed-off-by: dependabot[bot] [email protected] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump actions/setup-go from 4 to 5 (#827)
Bumps actions/setup-go from 4 to 5.
updated-dependencies:
Signed-off-by: dependabot[bot] [email protected] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
defensive checks in UpdateWithdrawalRecordsForSlash (#789)
fix: defensive checks in UpdateWithdrawalRecordsForSlash; add tests; fixes #607
remove debug lines
lint
fix: weird reslicing in SetForValoper - fixes #806 (#812)
Co-authored-by: Jacob Gadikian [email protected]
x/partiticipationrewards/types: assert on expected error substring in TestGetRewardsAllocations (#832)
This change makes TestGetRewardsAllocations more precise by asserting on expected error substrings instead of just expecting an error. This makes it that any future regressions that produce errors can be trivially sniffed out when tests fail.
Fixes #831
chore(deps): bump @cosmos-kit/core from 2.5.3 to 2.7.8 in /web-ui (#829)
Bumps @cosmos-kit/core from 2.5.3 to 2.7.8.
updated-dependencies:
Signed-off-by: dependabot[bot] [email protected] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jacob Gadikian [email protected]
chore(deps-dev): bump eslint from 8.45.0 to 8.55.0 in /quicksilverjs (#815)
Bumps eslint from 8.45.0 to 8.55.0.
updated-dependencies:
Signed-off-by: dependabot[bot] [email protected] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jacob Gadikian [email protected]
chore(deps): bump @cosmjs/proto-signing in /quicksilverjs (#822)
Bumps @cosmjs/proto-signing from 0.29.4 to 0.32.1.
updated-dependencies:
Signed-off-by: dependabot[bot] [email protected] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jacob Gadikian [email protected]
chore(deps-dev): bump @types/react-dom from 18.0.9 to 18.2.17 in /web-ui (#795)
Bumps @types/react-dom from 18.0.9 to 18.2.17.
updated-dependencies:
Signed-off-by: dependabot[bot] [email protected] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jacob Gadikian [email protected]
chore(deps): bump @cosmjs/amino from 0.29.4 to 0.32.1 in /quicksilverjs (#824)
Bumps @cosmjs/amino from 0.29.4 to 0.32.1.
updated-dependencies:
Signed-off-by: dependabot[bot] [email protected] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump @cosmjs/stargate in /quicksilverjs (#825)
Bumps @cosmjs/stargate from 0.29.4 to 0.32.1.
updated-dependencies:
Signed-off-by: dependabot[bot] [email protected] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump @cosmjs/stargate from 0.29.5 to 0.32.1 in /web-ui (#819)
Bumps @cosmjs/stargate from 0.29.5 to 0.32.1.
updated-dependencies:
Signed-off-by: dependabot[bot] [email protected] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps-dev): bump @types/react from 18.0.25 to 18.2.43 in /web-ui (#837)
Bumps @types/react from 18.0.25 to 18.2.43.
updated-dependencies:
Signed-off-by: dependabot[bot] [email protected] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump google.golang.org/grpc in /icq-relayer (#737)
Bumps google.golang.org/grpc from 1.55.0 to 1.56.3.
updated-dependencies:
Signed-off-by: dependabot[bot] [email protected] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump actions/setup-node from 3 to 4 (#727)
Bumps actions/setup-node from 3 to 4.
updated-dependencies:
Signed-off-by: dependabot[bot] [email protected] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump @cosmjs/tendermint-rpc in /quicksilverjs (#823)
Bumps @cosmjs/tendermint-rpc from 0.29.5 to 0.32.1.
updated-dependencies:
Signed-off-by: dependabot[bot] [email protected] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump @cosmjs/cosmwasm-stargate in /web-ui (#821)
Bumps @cosmjs/cosmwasm-stargate from 0.29.5 to 0.32.1.
updated-dependencies:
Signed-off-by: dependabot[bot] [email protected] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps-dev): bump eslint-config-prettier in /quicksilverjs (#814)
Bumps eslint-config-prettier from 8.10.0 to 9.1.0.
updated-dependencies:
Signed-off-by: dependabot[bot] [email protected] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump github.com/golangci/golangci-lint (#771)
Bumps github.com/golangci/golangci-lint from 1.54.1 to 1.55.2.
updated-dependencies:
Signed-off-by: dependabot[bot] [email protected] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump vite and @angular-devkit/build-angular in /backend/auth-frontend
Bump vite and @angular-devkit/build-angular in /frontend
Bump tailwindcss from 3.3.5 to 3.3.6 in /frontend
Bumps tailwindcss from 3.3.5 to 3.3.6.
updated-dependencies:
Signed-off-by: dependabot[bot] [email protected]
Bump tailwindcss from 3.3.5 to 3.3.6 in /backend/auth-frontend
Bumps tailwindcss from 3.3.5 to 3.3.6.
updated-dependencies:
Signed-off-by: dependabot[bot] [email protected]
Bump org.springframework.cloud:spring-cloud-dependencies in /backend
Bumps org.springframework.cloud:spring-cloud-dependencies from 2022.0.4 to 2023.0.0.
updated-dependencies:
Signed-off-by: dependabot[bot] [email protected]
Bump @types/node from 20.10.2 to 20.10.4 in /frontend
Bumps @types/node from 20.10.2 to 20.10.4.
updated-dependencies:
Signed-off-by: dependabot[bot] [email protected]
Bump @types/node from 20.10.2 to 20.10.4 in /backend/auth-frontend
Bumps @types/node from 20.10.2 to 20.10.4.
updated-dependencies:
Signed-off-by: dependabot[bot] [email protected]
Merge pull request #837 from matiasah/dependabot/npm_and_yarn/backend/auth-frontend/types/node-20.10.4
Bump @types/node from 20.10.2 to 20.10.4 in /backend/auth-frontend
Merge pull request #836 from matiasah/dependabot/npm_and_yarn/frontend/types/node-20.10.4
Bump @types/node from 20.10.2 to 20.10.4 in /frontend
Merge pull request #833 from matiasah/dependabot/maven/backend/org.springframework.cloud-spring-cloud-dependencies-2023.0.0
Bump org.springframework.cloud:spring-cloud-dependencies from 2022.0.4 to 2023.0.0 in /backend
Merge pull request #831 from matiasah/dependabot/npm_and_yarn/backend/auth-frontend/tailwindcss-3.3.6
Bump tailwindcss from 3.3.5 to 3.3.6 in /backend/auth-frontend
Merge pull request #828 from matiasah/dependabot/npm_and_yarn/frontend/tailwindcss-3.3.6
Bump tailwindcss from 3.3.5 to 3.3.6 in /frontend
Bump postcss from 8.4.31 to 8.4.32 in /backend/auth-frontend
Bumps postcss from 8.4.31 to 8.4.32.
updated-dependencies:
Signed-off-by: dependabot[bot] [email protected]
Bumps openai from 1.3.5 to 1.3.7.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bump actions/checkout from 3 to 4
Bumps actions/checkout from 3 to 4.
updated-dependencies:
Signed-off-by: dependabot[bot] [email protected]
chore(deps): bump golang.org/x/net from 0.14.0 to 0.17.0
Bumps golang.org/x/net from 0.14.0 to 0.17.0.
You can trigger a rebase of this PR by commenting @dependabot rebase
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the Security Alerts page.Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Looks like golang.org/x/net is up-to-date now, so this is no longer needed.
Bump vite from 4.4.9 to 4.5.1
Bumps vite from 4.4.9 to 4.5.1.
updated-dependencies:
Signed-off-by: dependabot[bot] [email protected]
Bump tailwindcss from 3.3.5 to 3.3.6
Bumps tailwindcss from 3.3.5 to 3.3.6.
updated-dependencies:
Signed-off-by: dependabot[bot] [email protected]
Bump @astrojs/svelte from 4.0.4 to 5.0.0
Bumps @astrojs/svelte from 4.0.4 to 5.0.0.
updated-dependencies:
Signed-off-by: dependabot[bot] [email protected]
Bump @astrojs/mdx from 1.1.5 to 2.0.0
Bumps @astrojs/mdx from 1.1.5 to 2.0.0.
updated-dependencies:
Signed-off-by: dependabot[bot] [email protected]