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

Merge main to env/testnet #329

Merged
merged 49 commits into from
Apr 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
d76d087
chore: upgrade prettier, pretty-quick & prettier plugins + run format…
alanrsoares Mar 20, 2024
bd950c2
chore: use es5 mode for trailing commas
alanrsoares Mar 20, 2024
2c03fb9
chore: split mainnet & testnet clients + add test for generate clients
alanrsoares Mar 21, 2024
d800785
feat: include factory function with each generated contract client class
alanrsoares Mar 21, 2024
cee2808
feat: generate typedoc for @axelarjs/evm
alanrsoares Mar 21, 2024
ef4258e
chore: add gh-pages & deploy docs script
alanrsoares Mar 21, 2024
f3c1a89
chore: deploy docs under https://axelarnetwork.github.io/axelarjs/evm/
alanrsoares Mar 21, 2024
1200858
chore: add docs link
alanrsoares Mar 21, 2024
c79f9fb
fix: typedoc validation warnings
alanrsoares Mar 21, 2024
c4b3174
chore: untrack docs folder
alanrsoares Mar 21, 2024
ada39e1
chore: migrate turbo with codemod
alanrsoares Mar 21, 2024
a778f4f
chore: simplify docgen
alanrsoares Mar 21, 2024
3c3ee68
chore: update clean script
alanrsoares Mar 22, 2024
fbcd12c
feat: add docgen to packages/proto
alanrsoares Mar 22, 2024
60764c1
chore: update entryPoints glob
alanrsoares Mar 22, 2024
887fa26
chore: add stargateClient usage example
alanrsoares Mar 22, 2024
b915820
chore(docs): add usage examples to README
alanrsoares Mar 22, 2024
8c4749c
chore: update docs subpath
alanrsoares Mar 22, 2024
673d079
feat: add docgen
alanrsoares Mar 24, 2024
d1e1c09
feat: add docgen to turbo pipeline
alanrsoares Mar 24, 2024
ed954fb
chore: update otputs
alanrsoares Mar 24, 2024
3e1e2c0
feat: add docgen
alanrsoares Mar 24, 2024
2ffc365
chore(docs): document functions
alanrsoares Mar 24, 2024
e977af6
chore: add deploy:docs to turbo pipeline
alanrsoares Mar 24, 2024
3015f17
feat: add docgen
alanrsoares Mar 24, 2024
ded8639
feat: add docgen
alanrsoares Mar 24, 2024
9af510d
chore: fix gh pages path
alanrsoares Mar 24, 2024
4209b11
feat: add docgen
alanrsoares Mar 24, 2024
74b6e30
chore(docs): add typedoc badges
alanrsoares Mar 24, 2024
250d01d
feat: add docgen
alanrsoares Mar 24, 2024
d6d2a94
chore(docs): add changelog badges
alanrsoares Mar 24, 2024
4eb9a2f
chore: move readme
alanrsoares Mar 25, 2024
c227bf6
chore(deps): upgrade dependencies
alanrsoares Mar 25, 2024
24d6f72
chore: fix btn length class
alanrsoares Mar 25, 2024
8e208b7
fix: use for-of loop for bulk update inside pg txn
alanrsoares Mar 25, 2024
d5499ec
fix(ui): fix Button component loading state forwarding
alanrsoares Mar 25, 2024
3125296
chore: revert where logic for bulk update
alanrsoares Mar 25, 2024
dfcf1a1
chore: update l1 fee calculation in estimateGasFee (#285)
npty Mar 27, 2024
885be54
chore: apply changesets
github-actions[bot] Mar 27, 2024
3bbeee8
chore: update axelar logo (#319)
npty Apr 5, 2024
b0a2ec8
chore: add report bug button (#321)
npty Apr 5, 2024
66b867b
feat: add whitelist token on squid link (#315)
npty Apr 5, 2024
6fcc31d
chore: make it clear that user can change the chain (#320)
npty Apr 5, 2024
bd3a394
Feat/banner (#313)
canhtrinh Apr 5, 2024
d8efe99
feat: add dex links (#317)
npty Apr 10, 2024
c2b1f74
chore: update axelarjs sdk to 0.15.0 and pass executeData (#324)
npty Apr 10, 2024
868847d
chore: add marketing form (#318)
npty Apr 10, 2024
eab45ce
chore: implement gform prefill (#327)
npty Apr 10, 2024
c807a7a
chore: update ITS contracts to v1.2.4 (#307)
npty Apr 10, 2024
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
File renamed without changes.
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
"plugins": [
"@ianvs/prettier-plugin-sort-imports",
"prettier-plugin-tailwindcss"
]
],
"trailingComma": "es5"
}
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ Axelar Network foundations for Javascript/Typescript application development

Packages:

| package | description |
| -------------------------------------------------------- | -------------------------------------------------------------------------------- |
| 🎨 [ui](/packages/ui) | shared UI component library (react + tailwindcss) |
| 📡 [api](/packages/api) | api client for axelar restful services |
| ⚙️ [core](/packages/core) | core utilities, types, constants and data-structures |
| 🗚 [proto](/packages/proto) | generated types from axelar-core protobuf files |
| 🔷 [evm](/packages//evm) | evm-specific tooling based on [viem](https://github.com/wagmi-dev/viem) |
| 🪐 [cosmos](/packages/cosmos) | cosmos-specific tooling based on [cosmjs](https://github.com/cosmos/cosmjs) |
| 🔧 [utils](/packages/utils) | framework-agnostic utilities and helper functions |
| 🏦 [deposit-address](/packages/deposit-address) | generate deposit addresses to transfer funds from and to axelar-supported chains |
| package | description |
| --------------------------------------------------------- | -------------------------------------------------------------------------------- |
| 🎨 [ui](/packages/ui) | shared UI component library (react + tailwindcss) |
| 📡 [api](/packages/api) | api client for axelar restful services |
| ⚙️ [core](/packages/core) | core utilities, types, constants and data-structures |
| 🗚 [proto](/packages/proto) | generated types from axelar-core protobuf files |
| 🔷 [evm](/packages//evm) | evm-specific tooling based on [viem](https://github.com/wagmi-dev/viem) |
| 🪐 [cosmos](/packages/cosmos) | cosmos-specific tooling based on [cosmjs](https://github.com/cosmos/cosmjs) |
| 🔧 [utils](/packages/utils) | framework-agnostic utilities and helper functions |
| 🏦 [deposit-address](/packages/deposit-address) | generate deposit addresses to transfer funds from and to axelar-supported chains |
| 🛟 [transaction-recovery](/packages/transaction-recovery) | recover GMP transactions, transfers, add gas & more |

Apps:
Expand Down
2 changes: 1 addition & 1 deletion apps/maestro/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ NEXT_PUBLIC_COMPETITION_START_TIMESTAMP="2024-02-08T17:00Z"
NEXT_PUBLIC_COMPETITION_END_TIMESTAMP="2024-02-15T17:00Z"

# feature flags
NEXT_PUBLIC_ENABLED_FEATURES=
NEXT_PUBLIC_ENABLED_FEATURES=
7 changes: 7 additions & 0 deletions apps/maestro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @axelarjs/maestro

## 0.3.10

### Patch Changes

- Updated dependencies [[`dfcf1a1a81ee298323fae4919aa254156c4f7349`](https://github.com/axelarnetwork/axelarjs/commit/dfcf1a1a81ee298323fae4919aa254156c4f7349)]:
- @axelarjs/api@0.3.15

## 0.3.9

### Patch Changes
Expand Down
49 changes: 25 additions & 24 deletions apps/maestro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axelarjs/maestro",
"version": "0.3.9",
"version": "0.3.10",
"private": true,
"publishConfig": {
"access": "restricted"
Expand Down Expand Up @@ -34,28 +34,28 @@
"release": "tsx scripts/release.ts"
},
"dependencies": {
"@axelar-network/axelarjs-sdk": "0.15.0-alpha.5",
"@axelar-network/axelarjs-sdk": "0.15.0",
"@axelarjs/api": "workspace:*",
"@axelarjs/core": "workspace:*",
"@axelarjs/evm": "workspace:*",
"@axelarjs/ui": "workspace:*",
"@axelarjs/utils": "workspace:*",
"@hookform/resolvers": "^3.3.4",
"@sentry/nextjs": "^7.107.0",
"@tanstack/react-query": "^5.28.4",
"@trpc/client": "11.0.0-next-beta.318",
"@trpc/next": "11.0.0-next-beta.318",
"@trpc/react-query": "11.0.0-next-beta.318",
"@trpc/server": "11.0.0-next-beta.318",
"@sentry/nextjs": "^7.108.0",
"@tanstack/react-query": "^5.28.6",
"@trpc/client": "11.0.0-next.320",
"@trpc/next": "11.0.0-next.320",
"@trpc/react-query": "11.0.0-next.320",
"@trpc/server": "11.0.0-next.320",
"@vercel/kv": "^1.0.1",
"@vercel/postgres": "^0.7.2",
"@web3modal/wagmi": "^4.1.1",
"drizzle-orm": "^0.29.5",
"lucide-react": "^0.265.0",
"next": "^14.1.3",
"next": "^14.1.4",
"nextjs-cors": "^2.2.0",
"nprogress": "^0.2.0",
"openai": "^4.29.1",
"openai": "^4.29.2",
"pg": "^8.11.3",
"rambda": "^9.1.1",
"react": "^18.2.0",
Expand All @@ -68,21 +68,21 @@
"swagger-ui-react": "^5.12.0",
"trpc-openapi": "^1.2.0",
"unfetch": "^4.2.0",
"viem": "^2.8.11",
"wagmi": "^2.5.10",
"viem": "^2.8.18",
"wagmi": "^2.5.12",
"zod": "^3.22.4"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/core": "^7.24.3",
"@inquirer/prompts": "^3.3.2",
"@next/bundle-analyzer": "^14.1.3",
"@next/bundle-analyzer": "^14.1.4",
"@playwright/test": "^1.42.1",
"@sentry/cli": "^2.30.2",
"@tanstack/react-query-devtools": "^5.28.4",
"@tanstack/react-query-devtools": "^5.28.6",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.2.1",
"@testing-library/react": "^14.2.2",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^20.11.28",
"@types/node": "^20.11.30",
"@types/nprogress": "^0.2.3",
"@types/react": "18.2.21",
"@types/react-dom": "^18.2.22",
Expand All @@ -92,24 +92,25 @@
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.4.0",
"@wagmi/cli": "^2.1.3",
"autoprefixer": "^10.4.18",
"@wagmi/cli": "^2.1.4",
"autoprefixer": "^10.4.19",
"concurrently": "^8.2.2",
"date-fns": "^3.5.0",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
"dotenv-cli": "^7.4.1",
"drizzle-kit": "^0.20.14",
"drizzle-zod": "^0.5.1",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.3",
"happy-dom": "^13.9.0",
"eslint-config-next": "^14.1.4",
"happy-dom": "^13.10.1",
"matchers": "link:@testing-library/jest-dom/matchers",
"next-auth": "^4.24.7",
"patch-package": "^8.0.0",
"postcss": "^8.4.36",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.1",
"tsx": "^4.7.1",
"typescript": "^5.4.2",
"typescript": "^5.4.3",
"vite": "^5.2.6",
"vitest": "^1.4.0",
"zx": "^7.2.3"
}
Expand Down
Binary file added apps/maestro/public/logos/dexes/fusionx.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions apps/maestro/public/logos/dexes/kinetix.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/maestro/public/logos/dexes/pancakeswap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading