Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"contracts":"2.0.0"}
{"contracts":"2.1.0"}
18 changes: 18 additions & 0 deletions contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [2.1.0](https://github.com/smartcontractkit/chainlink-canton/compare/contracts/v2.0.0...contracts/v2.1.0) (2026-09-02)


### Features

* **contracts:** Add PerPartyRouter InstanceId namespace ([#913](https://github.com/smartcontractkit/chainlink-canton/issues/913)) ([d3cff3b](https://github.com/smartcontractkit/chainlink-canton/commit/d3cff3bccaf5fe37b3fef0bfae91e7e754b008af))
* **contracts:** Deprecate BurnMintTokenPool transferTimeout ([#969](https://github.com/smartcontractkit/chainlink-canton/issues/969)) ([8662e97](https://github.com/smartcontractkit/chainlink-canton/commit/8662e97dae0987e5a85e3fc7a11b2b859fa64eee))
* **contracts:** Deprecate PerPartyRouter.feeTransferLifetime and use global lifetime of 14 days instead ([#947](https://github.com/smartcontractkit/chainlink-canton/issues/947)) ([9b53053](https://github.com/smartcontractkit/chainlink-canton/commit/9b53053c84ce6ddcbd3341ab2db86fc4d10f52ba))
* **contracts:** Deprecate TokenAdminRegistry entryCount field ([#941](https://github.com/smartcontractkit/chainlink-canton/issues/941)) ([46ab0cf](https://github.com/smartcontractkit/chainlink-canton/commit/46ab0cf037b1fe9b304800e1dd9a717771c77d12))
* **contracts:** Handle fractional seconds in RateLimiter ([#923](https://github.com/smartcontractkit/chainlink-canton/issues/923)) ([006f911](https://github.com/smartcontractkit/chainlink-canton/commit/006f911d9e7ce1b6b00417a87d27bdf0b7e43f3d))


### Bug Fixes

* **contracts:** Bind SetRateLimitConfig to the signed limiter address ([#915](https://github.com/smartcontractkit/chainlink-canton/issues/915)) ([19e20d1](https://github.com/smartcontractkit/chainlink-canton/commit/19e20d15c635b729af4b5a575e448bda3accc0da))
* **contracts:** LnR Pool - require transferTimeout to be non-zero ([#970](https://github.com/smartcontractkit/chainlink-canton/issues/970)) ([c4d1d35](https://github.com/smartcontractkit/chainlink-canton/commit/c4d1d3535f22ae98ebe803c1552bcc3d92eb7062))
* **contracts:** Remove PublicFetch calls from TAR SetTransferFactory & SetBurnMintFactory ([#926](https://github.com/smartcontractkit/chainlink-canton/issues/926)) ([87d9824](https://github.com/smartcontractkit/chainlink-canton/commit/87d982474ce84458c3ad91557b9be8ce2f8bb3c7))

## 2.0.0 (2026-08-24)


Expand Down
Loading