Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
36f4654
Remove typeproof from ExecutingCallbackParams
JohnChangUK Oct 22, 2025
be0e6f1
Add Publisher in OwnerCap Dynamic field (#158)
JohnChangUK Oct 24, 2025
604563b
Calculate refill (#142)
FelixFan1992 Oct 22, 2025
80fd222
check token pool has been unregistered before destroy (#154)
FelixFan1992 Oct 22, 2025
c76f78c
add ops support for unblock functions (#155)
FelixFan1992 Oct 22, 2025
2d32eca
Chore: Update how CR transforms events to use types from configs (#149)
faisal-chainlink Oct 24, 2025
52a1c5f
strengthen receiver checks (#162)
FelixFan1992 Oct 24, 2025
4b62798
fix(contracts): offramp::mcms_set_ocr3_configs decoding fix (#163)
rodrigombsoares Oct 24, 2025
3e6ca19
store and check token pool package id to coin metadata (#161)
FelixFan1992 Oct 24, 2025
d3c6d2e
Regen bindings
JohnChangUK Oct 24, 2025
17a74d1
Merge branch 'develop' into remove-typeproof-params
JohnChangUK Oct 24, 2025
3c82111
Assert Cap address matches Publisher address
JohnChangUK Oct 24, 2025
223ef63
Add `Publisher` arg to token pools initialize
JohnChangUK Oct 25, 2025
8f48069
Merge branch 'develop' into remove-typeproof-params
JohnChangUK Oct 25, 2025
1e1bffd
Regen bindings
JohnChangUK Oct 25, 2025
55fe306
Merge branch 'develop' into remove-typeproof-params
JohnChangUK Oct 27, 2025
51062e9
Regen bindings
JohnChangUK Oct 27, 2025
76f6177
Merge branch 'develop' into remove-typeproof-params
JohnChangUK Oct 27, 2025
5176647
Regen bindings
JohnChangUK Oct 27, 2025
6cb7676
Merge branch 'develop' into remove-typeproof-params
JohnChangUK Oct 27, 2025
ba56df1
Regen bindings
JohnChangUK Oct 27, 2025
d750ba2
Add `Publisher` to args
JohnChangUK Oct 27, 2025
1149696
fix
FelixFan1992 Oct 27, 2025
42764ac
fix deployment
FelixFan1992 Oct 27, 2025
3b86ad5
fix
FelixFan1992 Oct 27, 2025
c2f512e
fix 3
FelixFan1992 Oct 27, 2025
2a2f6ab
update
FelixFan1992 Oct 27, 2025
e16daa4
Add `PublisherObjectId` to token pool outputs
JohnChangUK Oct 28, 2025
5ca9899
Point to MCMS referencing this repo and commit
JohnChangUK Oct 28, 2025
a1fc5e9
Merge remote-tracking branch 'origin/remove-typeproof-params' into re…
JohnChangUK Oct 28, 2025
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
20 changes: 20 additions & 0 deletions bindings/generated/ccip/ccip/state_object/state_object.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions bindings/generated/ccip/ccip_offramp/offramp/offramp.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions bindings/generated/ccip/ccip_onramp/onramp/onramp.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

143 changes: 137 additions & 6 deletions bindings/generated/ccip/ccip_onramp/ownable/ownable.go

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions bindings/generated/ccip/ccip_router/router.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

21 changes: 9 additions & 12 deletions bindings/generated/mcms/mcms/mcms.go

Large diffs are not rendered by default.

102 changes: 101 additions & 1 deletion bindings/generated/mcms/mcms_account/mcms_account.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading