* 1.1.0-beta0

* SDK version 1.1.0

* remove .yarn/versions/761d804c.yml
pull/1673/head v1.1.0
Trevor Porter 2 years ago committed by GitHub
parent 366ad751da
commit 5ffa167dcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      solidity/package.json
  2. 2
      typescript/helloworld
  3. 6
      typescript/infra/package.json
  4. 9
      typescript/sdk/package.json
  5. 2
      typescript/token
  6. 5
      typescript/utils/package.json
  7. 28
      yarn.lock

@ -1,9 +1,9 @@
{
"name": "@hyperlane-xyz/core",
"description": "Core solidity contracts for Hyperlane",
"version": "1.0.1-beta0",
"version": "1.1.0",
"dependencies": {
"@hyperlane-xyz/utils": "1.0.1-beta0",
"@hyperlane-xyz/utils": "1.1.0",
"@openzeppelin/contracts": "^4.8.0",
"@openzeppelin/contracts-upgradeable": "^4.8.0"
},
@ -52,6 +52,5 @@
"gas": "forge snapshot",
"gas-ci": "yarn gas --check || (echo 'Manually update gas snapshot' && exit 1)"
},
"types": "dist/index.d.ts",
"stableVersion": "1.0.0"
"types": "dist/index.d.ts"
}

@ -1 +1 @@
Subproject commit 8e528919e18cd1bd8209aac2dd96caa1b7716fa0
Subproject commit 0324fc86ce3251755f1a7274091bb1b27f37152a

@ -15,9 +15,9 @@
"@gnosis.pm/safe-ethers-lib": "^1.4.0",
"@gnosis.pm/safe-service-client": "^1.2.0",
"@hyperlane-xyz/celo-ethers-provider": "^0.1.1",
"@hyperlane-xyz/helloworld": "1.0.1-beta0",
"@hyperlane-xyz/sdk": "1.0.1-beta0",
"@hyperlane-xyz/utils": "1.0.1-beta0",
"@hyperlane-xyz/helloworld": "1.1.0",
"@hyperlane-xyz/sdk": "1.1.0",
"@hyperlane-xyz/utils": "1.1.0",
"@nomiclabs/hardhat-etherscan": "^3.0.3",
"@safe-global/safe-core-sdk": "3.2.0",
"@safe-global/safe-ethers-lib": "^1.7.0",

@ -1,11 +1,11 @@
{
"name": "@hyperlane-xyz/sdk",
"description": "The official SDK for the Hyperlane Network",
"version": "1.0.1-beta0",
"version": "1.1.0",
"dependencies": {
"@hyperlane-xyz/celo-ethers-provider": "^0.1.1",
"@hyperlane-xyz/core": "1.0.1-beta0",
"@hyperlane-xyz/utils": "1.0.1-beta0",
"@hyperlane-xyz/core": "1.1.0",
"@hyperlane-xyz/utils": "1.1.0",
"@wagmi/chains": "^0.1.3",
"coingecko-api": "^1.0.10",
"cross-fetch": "^3.1.5",
@ -52,6 +52,5 @@
"test:unit": "mocha --config .mocharc.json './src/**/*.test.ts'",
"test:hardhat": "hardhat test ./src/**/*.hardhat-test.ts"
},
"types": "dist/index.d.ts",
"stableVersion": "1.0.0"
"types": "dist/index.d.ts"
}

@ -1 +1 @@
Subproject commit 3a1285f98f4e98a3abbd57756c1c845387c382f3
Subproject commit 9f8ef2d946247ea12e42121b1b193a0431e99d71

@ -1,7 +1,7 @@
{
"name": "@hyperlane-xyz/utils",
"description": "General utilities for the Hyperlane network",
"version": "1.0.1-beta0",
"version": "1.1.0",
"dependencies": {
"ethers": "^5.7.2"
},
@ -29,6 +29,5 @@
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"stableVersion": "1.0.0"
]
}

@ -3932,11 +3932,11 @@ __metadata:
languageName: node
linkType: hard
"@hyperlane-xyz/core@1.0.1-beta0, @hyperlane-xyz/core@workspace:solidity":
"@hyperlane-xyz/core@1.1.0, @hyperlane-xyz/core@workspace:solidity":
version: 0.0.0-use.local
resolution: "@hyperlane-xyz/core@workspace:solidity"
dependencies:
"@hyperlane-xyz/utils": 1.0.1-beta0
"@hyperlane-xyz/utils": 1.1.0
"@nomiclabs/hardhat-ethers": ^2.2.1
"@nomiclabs/hardhat-waffle": ^2.0.3
"@openzeppelin/contracts": ^4.8.0
@ -3959,11 +3959,11 @@ __metadata:
languageName: unknown
linkType: soft
"@hyperlane-xyz/helloworld@1.0.1-beta0, @hyperlane-xyz/helloworld@workspace:typescript/helloworld":
"@hyperlane-xyz/helloworld@1.1.0, @hyperlane-xyz/helloworld@workspace:typescript/helloworld":
version: 0.0.0-use.local
resolution: "@hyperlane-xyz/helloworld@workspace:typescript/helloworld"
dependencies:
"@hyperlane-xyz/sdk": ^1.0.1-beta0
"@hyperlane-xyz/sdk": ^1.1.0
"@nomiclabs/hardhat-ethers": ^2.2.1
"@nomiclabs/hardhat-waffle": ^2.0.3
"@openzeppelin/contracts-upgradeable": ^4.8.0
@ -3995,9 +3995,9 @@ __metadata:
version: 0.0.0-use.local
resolution: "@hyperlane-xyz/hyperlane-token@workspace:typescript/token"
dependencies:
"@hyperlane-xyz/core": 1.0.1-beta0
"@hyperlane-xyz/sdk": 1.0.1-beta0
"@hyperlane-xyz/utils": 1.0.1-beta0
"@hyperlane-xyz/core": 1.1.0
"@hyperlane-xyz/sdk": 1.1.0
"@hyperlane-xyz/utils": 1.1.0
"@nomiclabs/hardhat-ethers": ^2.2.1
"@nomiclabs/hardhat-waffle": ^2.0.3
"@openzeppelin/contracts-upgradeable": ^4.8.0
@ -4041,9 +4041,9 @@ __metadata:
"@gnosis.pm/safe-ethers-lib": ^1.4.0
"@gnosis.pm/safe-service-client": ^1.2.0
"@hyperlane-xyz/celo-ethers-provider": ^0.1.1
"@hyperlane-xyz/helloworld": 1.0.1-beta0
"@hyperlane-xyz/sdk": 1.0.1-beta0
"@hyperlane-xyz/utils": 1.0.1-beta0
"@hyperlane-xyz/helloworld": 1.1.0
"@hyperlane-xyz/sdk": 1.1.0
"@hyperlane-xyz/utils": 1.1.0
"@nomiclabs/hardhat-ethers": ^2.2.1
"@nomiclabs/hardhat-etherscan": ^3.0.3
"@nomiclabs/hardhat-waffle": ^2.0.3
@ -4086,13 +4086,13 @@ __metadata:
languageName: unknown
linkType: soft
"@hyperlane-xyz/sdk@1.0.1-beta0, @hyperlane-xyz/sdk@^1.0.1-beta0, @hyperlane-xyz/sdk@workspace:typescript/sdk":
"@hyperlane-xyz/sdk@1.1.0, @hyperlane-xyz/sdk@^1.1.0, @hyperlane-xyz/sdk@workspace:typescript/sdk":
version: 0.0.0-use.local
resolution: "@hyperlane-xyz/sdk@workspace:typescript/sdk"
dependencies:
"@hyperlane-xyz/celo-ethers-provider": ^0.1.1
"@hyperlane-xyz/core": 1.0.1-beta0
"@hyperlane-xyz/utils": 1.0.1-beta0
"@hyperlane-xyz/core": 1.1.0
"@hyperlane-xyz/utils": 1.1.0
"@nomiclabs/hardhat-ethers": ^2.2.1
"@nomiclabs/hardhat-waffle": ^2.0.3
"@types/coingecko-api": ^1.0.10
@ -4116,7 +4116,7 @@ __metadata:
languageName: unknown
linkType: soft
"@hyperlane-xyz/utils@1.0.1-beta0, @hyperlane-xyz/utils@workspace:typescript/utils":
"@hyperlane-xyz/utils@1.1.0, @hyperlane-xyz/utils@workspace:typescript/utils":
version: 0.0.0-use.local
resolution: "@hyperlane-xyz/utils@workspace:typescript/utils"
dependencies:

Loading…
Cancel
Save