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

v0.4.5 #321

Merged
merged 28 commits into from
Apr 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
c75041e
chore: enable squid mainnet
canhtrinh Apr 19, 2023
10523a4
chore: bump squid version sdk to 1.4.1
canhtrinh Apr 19, 2023
b13bf58
chore: update squid sdk post dependency update
canhtrinh Apr 19, 2023
ff5c8b3
chore: fix issue of restrictions to src chain asset selection of squi…
canhtrinh Apr 20, 2023
c33f1fd
Merge pull request #319 from axelarnetwork/squid-fixes-april20
alanrsoares Apr 20, 2023
e89071e
chore: rebuild lockfile
alanrsoares Apr 20, 2023
08cf662
v0.4.4
alanrsoares Apr 20, 2023
fb8d648
Merge pull request #320 from axelarnetwork/release/0.4.4
alanrsoares Apr 21, 2023
0e6877b
chore: updating filecoin message (#323)
canhtrinh Apr 21, 2023
b0e994f
chore(deps): upgrade cosmjs/keplr/evmos deps
alanrsoares Apr 24, 2023
4d23a8d
fix: update evmish signmessage signature
alanrsoares Apr 24, 2023
6f86986
Merge pull request #324 from axelarnetwork/chore/upgrade-deps
canhtrinh Apr 24, 2023
c50740e
chore: fixing wait time calculation
canhtrinh Apr 24, 2023
505fe77
chore: update to wait time calc
canhtrinh Apr 24, 2023
978245a
Merge pull request #326 from axelarnetwork/fix/waitTime
canhtrinh Apr 24, 2023
3a95492
fix: text fix
canhtrinh Apr 24, 2023
a54edd4
Merge pull request #328 from axelarnetwork/fix/waitTime
canhtrinh Apr 24, 2023
6e6b1d9
chore: upgrade nextjs
alanrsoares Apr 25, 2023
495da09
fix: inconsistent state management with walletstore
alanrsoares Apr 25, 2023
ca0a344
chore: simplify usememo
alanrsoares Apr 25, 2023
2715c14
refactor: upgrade wagmi
alanrsoares Apr 25, 2023
e109275
chore: fix effect dependencies
alanrsoares Apr 25, 2023
319ce3b
chore: cleanup code
alanrsoares Apr 25, 2023
1bbbe34
chore(deps): remove zustand-persist dependency
alanrsoares Apr 25, 2023
7318fda
Merge pull request #329 from axelarnetwork/fix/coinbase-integration-bugs
canhtrinh Apr 26, 2023
e4bd254
chore: disable squid on mainnet
alanrsoares Apr 26, 2023
4f8af4b
v0.4.5
alanrsoares Apr 26, 2023
c0e5acf
Merge pull request #330 from axelarnetwork/chore/upgrade-wagmi
canhtrinh Apr 26, 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
31 changes: 15 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "axelar-satellite",
"version": "0.4.3",
"version": "0.4.5",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -11,14 +11,14 @@
"test:watch": "jest --watchAll"
},
"dependencies": {
"@0xsquid/sdk": "^1.3.5-beta.1",
"@0xsquid/sdk": "^1.4.1",
"@axelar-network/axelarjs-sdk": "0.12.7-alpha.0",
"@cosmjs/stargate": "^0.29.5",
"@cosmjs/stargate": "^0.30.1",
"@ethersproject/abstract-provider": "^5.7.0",
"@evmos/proto": "^0.1.22",
"@evmos/provider": "^0.2.6",
"@evmos/transactions": "^0.2.8",
"@keplr-wallet/cosmos": "^0.11.46",
"@evmos/proto": "^0.2.1",
"@evmos/provider": "^0.3.1",
"@evmos/transactions": "^0.3.2",
"@keplr-wallet/cosmos": "^0.11.58",
"@terra-money/terra.js": "^3.1.7",
"@terra-money/wallet-provider": "^3.11.2",
"animate.css": "^4.1.1",
Expand All @@ -28,7 +28,7 @@
"clsx": "^1.2.1",
"daisyui": "^2.51.5",
"ethers": "^5.7.2",
"next": "13.3.0",
"next": "13.3.1",
"next-secure-headers": "^2.2.0",
"proxy-memoize": "^2.0.2",
"rambda": "^7.5.0",
Expand All @@ -40,20 +40,19 @@
"socket.io-client": "^4.6.1",
"spinners-react": "^1.0.7",
"usehooks-ts": "^2.9.1",
"wagmi": "0.10.0",
"wagmi": "0.12.10",
"wait": "^0.4.2",
"zustand": "^4.3.7",
"zustand-persist": "^0.4.0"
"zustand": "^4.3.7"
},
"devDependencies": {
"@commitlint/cli": "^17.5.1",
"@commitlint/config-conventional": "^17.4.4",
"@cosmjs/launchpad": "^0.27.1",
"@cosmjs/proto-signing": "^0.29.5",
"@cosmjs/tendermint-rpc": "^0.29.5",
"@cosmjs/proto-signing": "^0.30.1",
"@cosmjs/tendermint-rpc": "^0.30.1",
"@ianvs/prettier-plugin-sort-imports": "^3.7.2",
"@keplr-wallet/types": "^0.10.24",
"@next/bundle-analyzer": "13.3.0",
"@next/bundle-analyzer": "13.3.1",
"@playwright/test": "^1.32.2",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
Expand All @@ -63,9 +62,9 @@
"@types/react": "18.0.12",
"@types/react-dom": "18.0.5",
"autoprefixer": "^10.4.14",
"cosmjs-types": "^0.6.1",
"cosmjs-types": "^0.7.2",
"eslint": "8.17.0",
"eslint-config-next": "13.3.0",
"eslint-config-next": "13.3.1",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"long": "^5.2.1",
Expand Down
Loading