Skip to content

Commit

Permalink
Merge pull request #1045 from alleslabs/release/v1.7.2
Browse files Browse the repository at this point in the history
Cut release v1.7.2
  • Loading branch information
songwongtp authored Jul 26, 2024
2 parents 1401527 + 6afcb6c commit b563e1f
Show file tree
Hide file tree
Showing 162 changed files with 5,413 additions and 2,899 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 8
version: 8.14.1
run_install: false
- name: Run Tests
run: |
Expand Down
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Features

### Improvements

### Bug fixes

## v1.7.2

### Features

- [#1048](https://github.com/alleslabs/celatone-frontend/pull/1048) Support getCollectionByCollectionAddress in Lite tier
- [#1037](https://github.com/alleslabs/celatone-frontend/pull/1037) Add Sequencer for Collection details
- [#997](https://github.com/alleslabs/celatone-frontend/pull/997) Redesign asset selector
- [#1033](https://github.com/alleslabs/celatone-frontend/pull/1033) Add Sequencer for NFT details
- [#1015](https://github.com/alleslabs/celatone-frontend/pull/1015) New network selector
- [#1032](https://github.com/alleslabs/celatone-frontend/pull/1032) Search collection address on both full and sequencer tier
- [#1024](https://github.com/alleslabs/celatone-frontend/pull/1024) Add Sequencer for account detail NFTs
- [#1007](https://github.com/alleslabs/celatone-frontend/pull/1007) Add app menu for initia
- [#992](https://github.com/alleslabs/celatone-frontend/pull/992) Add new search function
- [#1021](https://github.com/alleslabs/celatone-frontend/pull/1021) Add Milkyway network (glados-1)
- [#1020](https://github.com/alleslabs/celatone-frontend/pull/1020) Add Sequencer for recent txs, overview page
- [#1009](https://github.com/alleslabs/celatone-frontend/pull/1009) Add Sequencer for account details page
Expand All @@ -48,10 +65,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Improvements

- [#1040](https://github.com/alleslabs/celatone-frontend/pull/1040) Refactor networks selector
- [#1039](https://github.com/alleslabs/celatone-frontend/pull/1039) Make NFT Txs to load more style
- [#1036](https://github.com/alleslabs/celatone-frontend/pull/1036) Refactor home and change some component names to match the current convention
- [#1022](https://github.com/alleslabs/celatone-frontend/pull/1022) Separate API requests in home page overview component

### Bug fixes

- [#1049](https://github.com/alleslabs/celatone-frontend/pull/1049) Change nft image ratio from cover to contain
- [#1044](https://github.com/alleslabs/celatone-frontend/pull/1044) Fix incorrect formatted value in attached funds
- [#1042](https://github.com/alleslabs/celatone-frontend/pull/1042) Fix bugbash for sequencer tier release
- [#1029](https://github.com/alleslabs/celatone-frontend/pull/1029) Fix default wasm permission to permissionless
- [#1026](https://github.com/alleslabs/celatone-frontend/pull/1026) Add missing menu items for sequencer tier
- [#1025](https://github.com/alleslabs/celatone-frontend/pull/1025) Handle new tx query params for contract txs
- [#1027](https://github.com/alleslabs/celatone-frontend/pull/1027) Fix balances pagination nullable
Expand Down
11 changes: 11 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@ const nextConfig = {
eslint: {
dirs: ["src"],
},
images: {
domains: [
"raw.githubusercontent.com",
"i.ibb.co",
"pbs.twimg.com",
"github.com",
"app.osmosis.zone",
"imagedelivery.net",
"list.initia.tech",
],
},
webpack: (config, { webpack }) => {
config.plugins.push(
new webpack.DefinePlugin({
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "celatone",
"version": "1.6.0",
"version": "1.7.2",
"author": "Alles Labs",
"contributors": [
{
Expand Down Expand Up @@ -65,6 +65,9 @@
"@cosmos-kit/react": "2.15.0",
"@cosmos-kit/station": "2.9.0",
"@cosmos-kit/station-extension": "2.10.0",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@graphql-codegen/cli": "^5.0.0",
Expand Down
52 changes: 52 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/config/chain/default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export const DEFAULT_CHAIN_CONFIG: ChainConfig = {
chain: "",
registryChainName: "",
prettyName: "",
networkType: "testnet",
lcd: "",
rpc: "",
indexer: "",
Expand Down
54 changes: 44 additions & 10 deletions src/config/chain/initia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ export const INITIA_CHAIN_CONFIGS: ChainConfigs = {
chain: "initia",
registryChainName: "minimovetestnet",
prettyName: "Minimove",
networkType: "testnet",
logoUrl: "https://assets.alleslabs.dev/integrations/chains/minimove.png",
lcd: "https://lcd.minimove-1.initia.xyz",
rpc: "https://rpc.minimove-1.initia.xyz",
indexer: "https://minimove-1-graphql.alleslabs.dev/v1/graphql",
indexer: "",
wallets: [...initiaWallets, ...keplrWallets],
features: {
faucet: {
Expand Down Expand Up @@ -54,16 +56,19 @@ export const INITIA_CHAIN_CONFIGS: ChainConfigs = {
},
extra: {
isValidatorExternalLink: null,
layer: "2",
},
},
"minimove-1-sequencer": {
"init-ai-1-sequencer": {
tier: "sequencer",
chain: "initia",
registryChainName: "minimovetestnet",
prettyName: "Minimove",
lcd: "https://lcd.minimove-1.initia.xyz",
rpc: "https://rpc.minimove-1.initia.xyz",
indexer: "https://minimove-1-graphql.alleslabs.dev/v1/graphql",
registryChainName: "initaitestnet",
prettyName: "INIT AI",
networkType: "testnet",
logoUrl: "https://assets.alleslabs.dev/integrations/chains/initai.png",
lcd: "https://maze-rest-617bacff-7d34-4eb8-87f4-ee16fb4e0ac7.ue1-prod.newmetric.xyz",
rpc: "https://maze-rpc-617bacff-7d34-4eb8-87f4-ee16fb4e0ac7.ue1-prod.newmetric.xyz",
indexer: "",
wallets: [...initiaWallets, ...keplrWallets],
features: {
faucet: {
Expand Down Expand Up @@ -95,20 +100,23 @@ export const INITIA_CHAIN_CONFIGS: ChainConfigs = {
gasPrice: {
tokenPerGas: 0.151,
denom:
"l2/771d639f30fbe45e3fbca954ffbe2fcc26f915f5513c67a4a2d0bc1d635bdefd",
"l2/aadf1a9da6a38b7e7e11839364ee42002260eff1657f403b9ce608337bcb986b",
},
gasAdjustment: 1.5,
maxGasLimit: 25_000_000,
},
extra: {
isValidatorExternalLink: null,
layer: "2",
},
},
"initiation-1": {
tier: "full",
chain: "initia",
registryChainName: "initiatestnet",
prettyName: "Initia",
networkType: "testnet",
logoUrl: "https://assets.alleslabs.dev/integrations/chains/initia.png",
lcd: "https://lcd.initiation-1.initia.xyz",
rpc: "https://rpc.initiation-1.initia.xyz",
indexer: "https://initiation-1-graphql.alleslabs.dev/v1/graphql",
Expand Down Expand Up @@ -151,13 +159,17 @@ export const INITIA_CHAIN_CONFIGS: ChainConfigs = {
gasAdjustment: 1.5,
maxGasLimit: 200_000_000,
},
extra: {},
extra: {
layer: "1",
},
},
"minimove-1": {
tier: "full",
chain: "initia",
registryChainName: "minimovetestnet",
prettyName: "Minimove",
networkType: "testnet",
logoUrl: "https://assets.alleslabs.dev/integrations/chains/minimove.png",
lcd: "https://lcd.minimove-1.initia.xyz",
rpc: "https://rpc.minimove-1.initia.xyz",
indexer: "https://minimove-1-graphql.alleslabs.dev/v1/graphql",
Expand Down Expand Up @@ -199,13 +211,16 @@ export const INITIA_CHAIN_CONFIGS: ChainConfigs = {
},
extra: {
isValidatorExternalLink: null,
layer: "2",
},
},
"miniwasm-1": {
tier: "full",
chain: "initia",
registryChainName: "miniwasmtestnet",
prettyName: "Miniwasm",
networkType: "testnet",
logoUrl: "https://assets.alleslabs.dev/integrations/chains/miniwasm.png",
lcd: "https://lcd.miniwasm-1.initia.xyz",
rpc: "https://rpc.miniwasm-1.initia.xyz:443",
indexer: "https://miniwasm-1-graphql.alleslabs.dev/v1/graphql",
Expand Down Expand Up @@ -246,13 +261,16 @@ export const INITIA_CHAIN_CONFIGS: ChainConfigs = {
},
extra: {
isValidatorExternalLink: null,
layer: "2",
},
},
"tomcat-1": {
tier: "full",
chain: "initia",
registryChainName: "blackwingtestnet",
prettyName: "Blackwing",
networkType: "testnet",
logoUrl: "https://assets.alleslabs.dev/integrations/chains/blackwing.png",
lcd: "https://maze-rest-18bdff44-3aa4-425e-9bc0-06a2afa40af8.ase1-prod.newmetric.xyz",
rpc: "https://maze-rpc-18bdff44-3aa4-425e-9bc0-06a2afa40af8.ase1-prod.newmetric.xyz",
indexer: "https://tomcat-1-graphql.alleslabs.dev/v1/graphql",
Expand Down Expand Up @@ -294,13 +312,16 @@ export const INITIA_CHAIN_CONFIGS: ChainConfigs = {
},
extra: {
isValidatorExternalLink: null,
layer: "2",
},
},
"init-ai-1": {
tier: "full",
chain: "initia",
registryChainName: "initaitestnet",
prettyName: "INIT AI",
networkType: "testnet",
logoUrl: "https://assets.alleslabs.dev/integrations/chains/initai.png",
lcd: "https://maze-rest-617bacff-7d34-4eb8-87f4-ee16fb4e0ac7.ue1-prod.newmetric.xyz",
rpc: "https://maze-rpc-617bacff-7d34-4eb8-87f4-ee16fb4e0ac7.ue1-prod.newmetric.xyz",
indexer: "https://init-ai-1-graphql.alleslabs.dev/v1/graphql",
Expand Down Expand Up @@ -342,13 +363,16 @@ export const INITIA_CHAIN_CONFIGS: ChainConfigs = {
},
extra: {
isValidatorExternalLink: null,
layer: "2",
},
},
"burrito-1": {
tier: "full",
chain: "initia",
registryChainName: "noontestnet",
prettyName: "Noon",
networkType: "testnet",
logoUrl: "https://assets.alleslabs.dev/integrations/chains/noon.png",
lcd: "https://burrito-1-lcd.lunchlunch.xyz",
rpc: "https://burrito-1-rpc.lunchlunch.xyz",
indexer: "https://burrito-1-graphql.alleslabs.dev/v1/graphql",
Expand Down Expand Up @@ -390,13 +414,16 @@ export const INITIA_CHAIN_CONFIGS: ChainConfigs = {
},
extra: {
isValidatorExternalLink: null,
layer: "2",
},
},
"birdee-1": {
tier: "full",
chain: "initia",
registryChainName: "tucanatestnet",
prettyName: "Tucana",
networkType: "testnet",
logoUrl: "https://assets.alleslabs.dev/integrations/chains/tucana.png",
lcd: "https://maze-rest-c9796789-107d-49ab-b6de-059724d2a91d.ue1-prod.newmetric.xyz",
rpc: "https://maze-rpc-c9796789-107d-49ab-b6de-059724d2a91d.ue1-prod.newmetric.xyz",
indexer: "https://birdee-1-graphql.alleslabs.dev/v1/graphql",
Expand Down Expand Up @@ -437,13 +464,16 @@ export const INITIA_CHAIN_CONFIGS: ChainConfigs = {
},
extra: {
isValidatorExternalLink: null,
layer: "2",
},
},
"landlord-1": {
tier: "sequencer",
chain: "initia",
registryChainName: "civitiatestnet",
prettyName: "Civitia",
networkType: "testnet",
logoUrl: "https://assets.alleslabs.dev/integrations/chains/civitia.png",
lcd: "https://maze-rest-sequencer-beab9b6f-d96d-435e-9caf-5679296d8172.ue1-prod.newmetric.xyz",
rpc: "https://maze-rpc-sequencer-beab9b6f-d96d-435e-9caf-5679296d8172.ue1-prod.newmetric.xyz",
indexer: "https://landlord-1-graphql.alleslabs.dev/v1/graphql",
Expand Down Expand Up @@ -471,7 +501,7 @@ export const INITIA_CHAIN_CONFIGS: ChainConfigs = {
enabled: false,
},
nft: {
enabled: false,
enabled: true,
},
},
gas: {
Expand All @@ -485,13 +515,16 @@ export const INITIA_CHAIN_CONFIGS: ChainConfigs = {
},
extra: {
isValidatorExternalLink: null,
layer: "2",
},
},
"glados-1": {
tier: "sequencer",
chain: "initia",
registryChainName: "milkywaytestnet",
prettyName: "Milkyway",
networkType: "testnet",
logoUrl: "https://assets.alleslabs.dev/integrations/chains/milkyway.png",
lcd: "https://lcd.testnet.milkyway.zone",
rpc: "https://rpc.testnet.milkyway.zone",
indexer: "",
Expand Down Expand Up @@ -532,6 +565,7 @@ export const INITIA_CHAIN_CONFIGS: ChainConfigs = {
},
extra: {
isValidatorExternalLink: null,
layer: "2",
},
},
};
Loading

0 comments on commit b563e1f

Please sign in to comment.