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.9 #419

Merged
merged 75 commits into from
Oct 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
75 commits
Select commit Hold shift + click to select a range
72750b5
chore: add wagmi + remove big.js
alanrsoares Aug 13, 2023
9e453db
feat: migrate to wagmi v1 + viem
alanrsoares Aug 14, 2023
b630aef
chore: fix wc PROJECT_ID env
alanrsoares Aug 14, 2023
10e1282
fix: serializable values only
alanrsoares Aug 14, 2023
d2b9d2f
feat: add provenance mainnet config
alanrsoares Aug 15, 2023
2ea321c
chore: expose provenance chain config on index
alanrsoares Aug 15, 2023
aa1a962
chore: update burnt chain config
alanrsoares Aug 15, 2023
124917b
chore: use Bech32Address.defaultBech32Config for cosmos chain configs
alanrsoares Aug 15, 2023
264c9a3
Merge pull request #409 from axelarnetwork/feat/add-provenance-chain
alanrsoares Aug 15, 2023
0ff374c
0.5.6
alanrsoares Aug 15, 2023
67c0913
chore: rename pols to pols-wei
alanrsoares Aug 15, 2023
85e3103
Merge pull request #410 from axelarnetwork/release/0.5.6
alanrsoares Aug 15, 2023
e690514
chore: remove big.js dependency
alanrsoares Aug 16, 2023
b87859a
chore: fix logos
alanrsoares Aug 16, 2023
6850efe
chore: fix more logos
alanrsoares Aug 16, 2023
8d26c4c
refactor: remove bignumber.js dependency
alanrsoares Aug 16, 2023
e6e3ab5
refactor: migrate jest to vitest
alanrsoares Aug 16, 2023
47626bc
chore: remove vitest setup
alanrsoares Aug 16, 2023
c304dee
Merge pull request #412 from axelarnetwork/chore/keep-it-green
alanrsoares Aug 16, 2023
ea47dee
chore: fix chain selector logic
canhtrinh Aug 16, 2023
78d12c3
chore: revert changes
canhtrinh Aug 16, 2023
fb4c928
chore: merge develop
alanrsoares Aug 16, 2023
e784e74
chore: use abi as a ts constant for type inference
alanrsoares Aug 16, 2023
278f8a3
refactor: use native bigint over bignumber.js
alanrsoares Aug 16, 2023
8d3c355
chore: rebuild lockfile
alanrsoares Aug 17, 2023
8da86df
chore: restore conditional logic to unwrap tx listener
canhtrinh Aug 17, 2023
cff5df5
Merge pull request #403 from axelarnetwork/feature/wagmi-1x
canhtrinh Aug 17, 2023
8d73811
chore: update satellite burnt endpoint to use
canhtrinh Aug 21, 2023
c73965b
chore: ts ignore useDetectUnwrapTransfers
canhtrinh Aug 21, 2023
1b94bd5
fix: bing int conversion
alanrsoares Aug 21, 2023
c88b161
Merge pull request #415 from axelarnetwork/fix/big-int-conversion
canhtrinh Aug 22, 2023
1f59be5
chore: add teritori testnet chain & assets
alanrsoares Aug 25, 2023
f0e15ef
Merge pull request #416 from axelarnetwork/chore/add-teritori-testnet
canhtrinh Aug 25, 2023
890ba47
chore: add euroc-wei logo
alanrsoares Aug 28, 2023
b1ebbe0
chore: upgrade deps
alanrsoares Aug 28, 2023
a423ef9
Merge pull request #417 from axelarnetwork/chore/add-euroc-logo
canhtrinh Aug 28, 2023
a4d3c70
0.5.7
alanrsoares Aug 28, 2023
3e7ecf0
Merge pull request #418 from axelarnetwork/release/0.5.7
canhtrinh Aug 28, 2023
6777d3e
Merge branch 'main' into merge/main-to-develop
alanrsoares Aug 28, 2023
ca3e260
Merge pull request #420 from axelarnetwork/merge/main-to-develop
canhtrinh Aug 29, 2023
404b2cc
chore: commit main back to develop
canhtrinh Aug 30, 2023
96006ee
Merge pull request #425 from axelarnetwork/main-back-to-develop
canhtrinh Aug 30, 2023
9f4d3dd
chore: add haqq testnet config + assets
alanrsoares Sep 7, 2023
999ab15
chore: add migaloo mainnet config + assets
alanrsoares Sep 7, 2023
7e988ec
chore: fix cointype
alanrsoares Sep 7, 2023
8e48859
Update src/config/web3/cosmos/testnet/haqq.ts
alanrsoares Sep 7, 2023
44e251c
add vext svg logo
kalidax Sep 7, 2023
6c0347f
Merge pull request #428 from axelarnetwork/feat/add-vext-svg-logo
alanrsoares Sep 7, 2023
36c75ae
chore: add haqq testnet explorer
alanrsoares Sep 7, 2023
8ade5c0
chore: add migaloo mainnet explorer
alanrsoares Sep 7, 2023
54f2767
fix: flaky bigInt conversion to number casting
alanrsoares Sep 7, 2023
af1ca72
Merge pull request #426 from axelarnetwork/chore/add-haqq-testnet
canhtrinh Sep 8, 2023
b694281
chore: merge main back to develop
canhtrinh Sep 13, 2023
e90437f
fix: sanitize & parse num before validating
alanrsoares Sep 20, 2023
e18326e
Merge branch 'main' into fix/roundNumberTo
alanrsoares Sep 20, 2023
a9ce301
chore: add comment
alanrsoares Sep 20, 2023
ebe5342
chore: format number with .toLocaleString
alanrsoares Sep 20, 2023
74ce231
Merge pull request #433 from axelarnetwork/fix/roundNumberTo
canhtrinh Sep 20, 2023
3b66130
chore: change burnt id
canhtrinh Sep 20, 2023
f18a08a
chore: hard-coding burnt rpc
canhtrinh Sep 20, 2023
02ddf4f
chore: add scroll evm chain to (mainnet & testnet)
alanrsoares Oct 16, 2023
fede7d1
chore: upgrade viem & wagmi
alanrsoares Oct 16, 2023
7f65e8e
chore: use chain definitions from viem/chains
alanrsoares Oct 16, 2023
b212e50
chore: add scroll vector logo
alanrsoares Oct 16, 2023
e63775e
chore: add bundle analyzer script
alanrsoares Oct 16, 2023
8bee2c2
chore: upgrade next
alanrsoares Oct 16, 2023
9741cd5
chore: tweak scroll logo aligment
alanrsoares Oct 16, 2023
79dccdb
Merge pull request #436 from axelarnetwork/feat/add-scroll-chain
alanrsoares Oct 16, 2023
ca97a71
fix: detect transfer event on evm
alanrsoares Oct 17, 2023
2858953
Merge pull request #437 from axelarnetwork/fix/detect-transfer-event
alanrsoares Oct 17, 2023
e05afdd
0.5.8
alanrsoares Oct 17, 2023
c2041c9
Merge pull request #438 from axelarnetwork/release/0.5.8
alanrsoares Oct 17, 2023
d3bbc2f
fix: parse bigInt balance as float
alanrsoares Oct 17, 2023
0cac58f
0.5.9
alanrsoares Oct 17, 2023
21cbf41
Merge pull request #439 from axelarnetwork/release/0.5.9
alanrsoares Oct 17, 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
26 changes: 0 additions & 26 deletions jest.config.js

This file was deleted.

47 changes: 23 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
{
"name": "axelar-satellite",
"version": "0.5.6",
"version": "0.5.9",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build:analyze": "ANALYZE=true pnpm build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"test:watch": "jest --watchAll"
"test": "vitest --run",
"test:watch": "vitest"
},
"dependencies": {
"@0xsquid/sdk": "^1.7.4",
"@0xsquid/sdk": "^1.8.0",
"@axelar-network/axelarjs-sdk": "0.13.5",
"@cosmjs/stargate": "^0.30.1",
"@ethersproject/abstract-provider": "^5.7.0",
Expand All @@ -23,12 +24,10 @@
"@terra-money/wallet-provider": "^3.11.2",
"animate.css": "^4.1.1",
"bech32": "^2.0.0",
"big.js": "^6.2.1",
"bignumber.js": "^9.1.1",
"clsx": "^1.2.1",
"daisyui": "^2.52.0",
"ethers": "^5.7.2",
"next": "^13.4.12",
"next": "^13.5.5",
"next-secure-headers": "^2.2.0",
"proxy-memoize": "^2.0.4",
"rambda": "^8.3.0",
Expand All @@ -39,39 +38,39 @@
"socket.io-client": "^4.7.2",
"spinners-react": "^1.0.7",
"usehooks-ts": "^2.9.1",
"wagmi": "0.12.12",
"viem": "~1.16.0",
"wagmi": "1.4.1",
"wait": "^0.4.2",
"zustand": "^4.4.0"
"zustand": "^4.4.1"
},
"devDependencies": {
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@cosmjs/launchpad": "^0.27.1",
"@cosmjs/proto-signing": "^0.30.1",
"@cosmjs/tendermint-rpc": "^0.30.1",
"@ianvs/prettier-plugin-sort-imports": "^3.7.2",
"@keplr-wallet/types": "^0.11.64",
"@next/bundle-analyzer": "^13.4.12",
"@playwright/test": "^1.36.2",
"@testing-library/jest-dom": "^5.17.0",
"@next/bundle-analyzer": "^13.5.5",
"@playwright/test": "^1.37.0",
"@testing-library/react": "^14.0.0",
"@types/big.js": "^6.2.0",
"@types/jest": "^29.5.3",
"@types/node": "^18.17.2",
"@types/react": "^18.2.18",
"@types/node": "^18.17.5",
"@types/react": "^18.2.20",
"@types/react-dom": "18.2.4",
"autoprefixer": "^10.4.14",
"@types/testing-library__jest-dom": "^5.14.9",
"autoprefixer": "^10.4.15",
"cosmjs-types": "^0.8.0",
"eslint": "^8.46.0",
"eslint-config-next": "^13.4.12",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"eslint": "^8.47.0",
"eslint-config-next": "^13.5.5",
"happy-dom": "^9.20.3",
"long": "^5.2.3",
"postcss": "^8.4.27",
"postcss": "^8.4.28",
"prettier": "^2.8.8",
"stridejs": "^0.6.2",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6"
"typescript": "^5.1.6",
"vitest": "^0.34.3"
},
"pnpm": {
"overrides": {
Expand Down
Loading
Loading