[DO NOT MERGE] Changeset Release Preview - v2.23.0 #1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR is a preview of the changes that will be included in the next release. Please do not merge this PR.
Changelog Chainlink Core
2.23.0 - PREVIEW
added
#16789
4ce1a16
- Support new report type 'evm_streamlined'. #addedThis new report type is designed to be as small and optimized as possible to minimize report size and calldata.
Reports are encoded as such:
(no FeedID specified in opts)
(FeedID specified in opts)
Report contexts are encoded as such:
See report_codec_evm_streamlined_test.go for examples.
#16825
390c02c
- Implement support for TimestampedStreamValue data types in LLO (RWAs) #addedSupport encoding into evm_abi_unpacked or evm_streamlined report formats.
ABI must specify how to encode both types, as such:
The first element of the array encodes the timestamp, the second encodes the data payload.
Users may suppress one or the other entirely by using the special keyword "bytes0" e.g.
removed
9883fd4
- #removed CRE-359 Remove unused operatorforwarder duplicates.updated
0ea74e3
- #updated CRE-359 Use canonical operatorforwarder code.internal
#16704
fe50f92
- #internal Split EVM and SVM transmitter#16704
fe50f92
- #internal: Added stop-gap solution enabling EVM->SOL transfers in CCIP contract transmitter#16769
7f3e55b
- #internal bump chainlink-common library to v0.5.1#16785
abf6662
- #internal upgrade the mcms library to v0.14.0#16754
f0bb88c
- Adds message IDs and logging in capabilities server and client #internal