-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #433 from alleslabs/release/v1.1.0
Cut Release v1.1.0
- Loading branch information
Showing
577 changed files
with
24,965 additions
and
7,507 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
name: Unit Tests | ||
on: | ||
pull_request: | ||
types: [assigned, opened, synchronize, reopened, labeled, unlabeled] | ||
branches: | ||
- main | ||
- develop | ||
|
||
jobs: | ||
Jest: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v1 | ||
- name: Run Tests | ||
run: | | ||
yarn | ||
yarn test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
/** @type {import('ts-jest').JestConfigWithTsJest} */ | ||
module.exports = { | ||
verbose: true, | ||
preset: "ts-jest", | ||
|
||
moduleDirectories: ["node_modules", "src"], | ||
moduleFileExtensions: ["ts", "tsx", "js", "jsx"], | ||
transform: { | ||
"node_modules/(map-obj|camelcase)/.+\\.(j|t)sx?$": "ts-jest", | ||
}, | ||
testPathIgnorePatterns: ["/node_modules/"], | ||
testRegex: ".test.(tsx?)$", | ||
|
||
transformIgnorePatterns: [`/node_modules/(?!(map-obj|camelcase))`], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
"scripts": { | ||
"dev": "next dev", | ||
"build": "next build", | ||
"test": "jest --coverage", | ||
"postbuild": "next-sitemap --config next-sitemap.config.js", | ||
"start": "next start", | ||
"lint": "next lint", | ||
|
@@ -26,15 +27,14 @@ | |
"@chakra-ui/icons": "^2.0.11", | ||
"@chakra-ui/react": "^2.3.6", | ||
"@chakra-ui/styled-system": "^2.3.5", | ||
"@cosmjs/cosmwasm-stargate": "^0.29.3", | ||
"@cosmjs/encoding": "^0.29.5", | ||
"@cosmjs/proto-signing": "^0.29.5", | ||
"@cosmjs/stargate": "^0.29.3", | ||
"@cosmos-kit/core": "^0.20.0", | ||
"@cosmos-kit/keplr": "^0.20.0", | ||
"@cosmos-kit/react": "^0.19.0", | ||
"@emotion/react": "^11.10.4", | ||
"@emotion/styled": "^11.10.4", | ||
"@cosmjs/cosmwasm-stargate": "^0.30.1", | ||
"@cosmjs/crypto": "^0.30.1", | ||
"@cosmjs/encoding": "^0.30.1", | ||
"@cosmjs/proto-signing": "^0.30.1", | ||
"@cosmjs/stargate": "^0.30.1", | ||
"@cosmos-kit/core": "^1.5.8", | ||
"@cosmos-kit/keplr": "^0.33.38", | ||
"@cosmos-kit/react": "^1.3.31", | ||
"@graphql-codegen/cli": "^2.13.12", | ||
"@graphql-codegen/client-preset": "^1.1.4", | ||
"@rx-stream/pipe": "^0.7.1", | ||
|
@@ -47,7 +47,7 @@ | |
"axios": "^1.1.3", | ||
"big.js": "^6.2.1", | ||
"camelcase": "^7.0.0", | ||
"chain-registry": "1.13.0", | ||
"chain-registry": "^1.14.0", | ||
"cosmjs-types": "^0.7.2", | ||
"dayjs": "^1.11.6", | ||
"framer-motion": "^7.6.12", | ||
|
@@ -63,6 +63,8 @@ | |
"mobx-react-lite": "^3.4.0", | ||
"next": "^13.0.0", | ||
"next-seo": "^5.8.0", | ||
"node-gzip": "^1.1.2", | ||
"plur": "^5.1.0", | ||
"react": "^18.2.0", | ||
"react-ace": "^10.1.0", | ||
"react-dom": "^18.2.0", | ||
|
@@ -79,6 +81,8 @@ | |
"devDependencies": { | ||
"@commitlint/config-conventional": "^17.1.0", | ||
"@commitlint/cz-commitlint": "^17.1.2", | ||
"@types/jest": "^29.4.0", | ||
"@types/node-gzip": "^1.1.0", | ||
"@types/react": "^18.0.21", | ||
"@types/react-linkify": "^1.0.1", | ||
"@types/uuid": "^9.0.0", | ||
|
@@ -89,10 +93,14 @@ | |
"eslint-config-next": "^13.0.0", | ||
"eslint-config-sznm": "^1.0.0", | ||
"husky": "^8.0.1", | ||
"jest": "^29.5.0", | ||
"lint-staged": "^13.0.3", | ||
"mockdate": "^3.0.5", | ||
"next-sitemap": "^3.1.25", | ||
"prettier": "^2.7.1", | ||
"standard-version": "^9.5.0", | ||
"typescript": "^4.8.4" | ||
} | ||
"ts-jest": "^29.0.5", | ||
"typescript": "^4.9.5" | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
Oops, something went wrong.
51ced8c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
osmosis-celatone-frontend – ./
celatone-frontend.vercel.app
osmosis-celatone-frontend-git-main-alleslabs.vercel.app
osmoscan.io
osmosis-celatone-frontend-alleslabs.vercel.app
osmosis.celat.one
www.osmoscan.io
celatone.osmosis.zone
51ced8c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
sei-celatone-frontend-staging – ./
sei-celatone-frontend-staging-git-main-alleslabs.vercel.app
sei-celatone-frontend-staging-alleslabs.vercel.app
sei-celatone-frontend-staging.vercel.app
temp.celat.one
51ced8c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
neutron-celatone-frontend – ./
neutron-celatone-frontend-git-main-alleslabs.vercel.app
neutron.celat.one
neutron-celatone-frontend-alleslabs.vercel.app
neutron-celatone-frontend-staging.vercel.app
neutron-staging.celat.one