generated from ChainSafe/yarn-workspaces-typescript-template
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6149872
commit 1191caf
Showing
5 changed files
with
32 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"packages/plugin": "0.0.0", | ||
"packages/contracts": "0.0.0" | ||
"packages/plugin": "1.0.0", | ||
"packages/contracts": "1.0.0" | ||
} |
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,8 @@ | ||
# Changelog | ||
|
||
## 1.0.0 (2024-02-07) | ||
|
||
|
||
### Features | ||
|
||
* add contracts implementation ([#11](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/issues/11)) ([114c05f](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/commit/114c05f109e489cce619661f548dff7d15f87b7a)) |
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,20 @@ | ||
# Changelog | ||
|
||
## 1.0.0 (2024-02-07) | ||
|
||
|
||
### Features | ||
|
||
* adapter address env ([#25](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/issues/25)) ([628a99c](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/commit/628a99cdfc5c0ca2aad4f1479b4d15f4b4fa457c)) | ||
* deploy multichain bytecode ([#22](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/issues/22)) ([2eff1ee](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/commit/2eff1ee81c1d600211c7ef89224c05a8cd3bc114)) | ||
* encode constructor improve ([#24](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/issues/24)) ([9c4b7b1](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/commit/9c4b7b142bc113e4f5e72390642d68752baf9440)) | ||
* encode function and deployMultichain flow ([#14](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/issues/14)) ([26229cf](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/commit/26229cf71fa71b77f8fc28f478849fd9fb2dde11)) | ||
* encodeInitData ([#30](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/issues/30)) ([50758ca](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/commit/50758cae65b057c6044afbe7d7e3f0a26941817a)) | ||
* rework networks input ([#23](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/issues/23)) ([3caf657](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/commit/3caf6575ddd1c57727efd154237b28de972f486b)) | ||
* tool interfaces aka fasad ([#10](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/issues/10)) ([6351819](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/commit/6351819f7edd72d3009ac10084fded387ee16e46)) | ||
* transaction details and deployment info ([#33](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/issues/33)) ([2b3232d](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/commit/2b3232dc6d4f92c9427ad3c448aaa03d9907a5e6)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* deployment network type and naming ([#26](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/issues/26)) ([1060069](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/commit/10600699e8a1a7f02cfd858eac4a88b11abad283)) |
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