Skip to content

Commit ac5d12c

Browse files
Version Packages (#506)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## chainlink-deployments-framework@0.56.0 ### Minor Changes - [#503](#503) [`08dcbfb`](08dcbfb) Thanks [@jkongie](https://github.com/jkongie)! - Loading the test engine environment now accepts two new options - `WithDatastore` - Allows setting a custom datastore for the environment. - `WithAddressBook` - Allows setting a custom address book for the environment. - [#505](#505) [`602bf03`](602bf03) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - refactor(catalog): rename MemoryDatastore NewMemoryDataStore -> NewMemoryCatalogDataStore - [#508](#508) [`5761e5a`](5761e5a) Thanks [@jkongie](https://github.com/jkongie)! - Adds a new option to test engine environment loading for setting an offchain client. - `WithOffchainClient` option to set an offchain client into the test environment ### Patch Changes - [#504](#504) [`4a11d81`](4a11d81) Thanks [@ecPablo](https://github.com/ecPablo)! - improve error display for cases where revert has no data using tracing with anvil and searching for revert reasons on abi registry --------- Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
1 parent 5761e5a commit ac5d12c

6 files changed

Lines changed: 22 additions & 28 deletions

File tree

.changeset/dull-squids-play.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/mighty-towns-peel.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/nasty-dots-judge.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/pretty-cities-agree.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# chainlink-deployments-framework
22

3+
## 0.56.0
4+
5+
### Minor Changes
6+
7+
- [#503](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/503) [`08dcbfb`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/08dcbfb55c4f98a887194435cb9b353fa4e79f1c) Thanks [@jkongie](https://github.com/jkongie)! - Loading the test engine environment now accepts two new options
8+
9+
- `WithDatastore` - Allows setting a custom datastore for the environment.
10+
- `WithAddressBook` - Allows setting a custom address book for the environment.
11+
12+
- [#505](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/505) [`602bf03`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/602bf03fc196692616dd90a5861bf69326b50781) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - refactor(catalog): rename MemoryDatastore
13+
14+
NewMemoryDataStore -> NewMemoryCatalogDataStore
15+
16+
- [#508](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/508) [`5761e5a`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/5761e5aa9264d8bed071a65be03c1b364d8d4932) Thanks [@jkongie](https://github.com/jkongie)! - Adds a new option to test engine environment loading for setting an offchain client.
17+
18+
- `WithOffchainClient` option to set an offchain client into the test environment
19+
20+
### Patch Changes
21+
22+
- [#504](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/504) [`4a11d81`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/4a11d81939b8f465dce99626002a683cfd082c65) Thanks [@ecPablo](https://github.com/ecPablo)! - improve error display for cases where revert has no data using tracing with anvil and searching for revert reasons on abi registry
23+
324
## 0.55.1
425

526
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chainlink-deployments-framework",
3-
"version": "0.55.1",
3+
"version": "0.56.0",
44
"description": "A deployment framework for chainlink-deployments ",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)