Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
wighawag committed Oct 8, 2023
2 parents 664cf38 + db9028d commit ee6ce3c
Show file tree
Hide file tree
Showing 35 changed files with 9,296 additions and 8,532 deletions.
186 changes: 186 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,191 @@
# hardhat-deploy

## 0.11.41

### Patch Changes

- Make network deployment file copying to localhost synchronous (by bstchow)

## 0.11.40

### Patch Changes

- Missing await in save method (by blukat29)

## 0.11.39

### Patch Changes

- Expose signer interface (by huyhuynh3103)

## 0.11.38

### Patch Changes

- implements custom upgrade function (by zmalatrax)

## 0.11.37

### Patch Changes

- add --tags-require-all flag allowing to execute only deploy scripts containing all the tags specified in --tags

## 0.11.36

### Patch Changes

- Allow deterministic support for zkSync

## 0.11.35

### Patch Changes

- fix deterministic UUPS proxy

## 0.11.34

### Patch Changes

- fix: \_setOwner before \_setImplementation in solc_0.8 EIP173Proxy by @gitpusha

## 0.11.33

### Patch Changes

- Allow override custom proxy params (by @LeoVS09)

## 0.11.32

### Patch Changes

- Add filtering of selectors by facets in Diamonds (by @idkravitz)

## 0.11.31

### Patch Changes

- add bnreplacer to stringify values from ethers v6

## 0.11.30

### Patch Changes

- fix ledger account @ifelsedeveloper

## 0.11.29

### Patch Changes

- add trezor support

## 0.11.28

### Patch Changes

- fix ledger

## 0.11.27

### Patch Changes

- fix ledger support by @stupid-boar

## 0.11.26

### Patch Changes

- use pnpm + support latest zksync

## 0.11.25

### Patch Changes

- allow to export as typescript const

## 0.11.24

### Patch Changes

- allow to use HARDHAT_DEPLOY_EXPORT for the export command too

## 0.11.23

### Patch Changes

- Adding the Sepolia network to the network list, so we can verify contracts in the Sepolia network.

## 0.11.22

### Patch Changes

- fix UUPS upgrade logic

## 0.11.21

### Patch Changes

- add UUPS optio

## 0.11.20

### Patch Changes

- preliminary work for external tx support

## 0.11.19

### Patch Changes

- Added chain id 421613 and API endpoint https://api-goerli.arbiscan.io

## 0.11.18

### Patch Changes

- fix typo for export

## 0.11.17

### Patch Changes

- add env variable for EXPORT

## 0.11.16

### Patch Changes

- fix(367): catch exceptions by artifactExists

## 0.11.15

### Patch Changes

- support optimism-goerli

## 0.11.14

### Patch Changes

- catch evm_snapshot and evm_revert errors

## 0.11.13

### Patch Changes

- upgrade zksync-web by @MarkuSchick

## 0.11.12

### Patch Changes

- fix DiamondLoupeFacet

## 0.11.11

### Patch Changes

- Update the dependencies for latest deployment of the zkSync v2 test network.

## 0.11.10

### Patch Changes
Expand Down
Loading

0 comments on commit ee6ce3c

Please sign in to comment.