Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CCIP 1.5.1 #20

Merged
merged 29 commits into from
Jan 2, 2025
Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
a9d7e86
feat: setup deps
DhairyaSethi Dec 5, 2024
40a499e
feat: migrate GHO token pools to v1.5.1
DhairyaSethi Dec 5, 2024
f2409aa
fix: ci
DhairyaSethi Dec 5, 2024
fefa18b
feat: certora formal verification
DhairyaSethi Dec 5, 2024
7af5b30
chore: rm whitespace, ref comment
DhairyaSethi Dec 6, 2024
b23faa7
doc: rm unneeded remanant
DhairyaSethi Dec 6, 2024
ff1a97a
feat: upd currentBridged on liquidity transfers
DhairyaSethi Dec 11, 2024
33c0bec
fix: certora add invariant to withdraw, provide, and transfer liq
DhairyaSethi Dec 11, 2024
5f84e6e
feat: add transferLiquidity on burnMintTokenPool
DhairyaSethi Dec 11, 2024
8fea66b
doc: upd transferLiquidity for burnMint
DhairyaSethi Dec 11, 2024
e8521f3
feat: rm token decimal check in constructor
DhairyaSethi Dec 19, 2024
92c9582
feat: setCurrentBridgedAmount, revert bridgeAmount changes on {transf…
DhairyaSethi Dec 19, 2024
d0d0270
chore: fix doc
DhairyaSethi Dec 19, 2024
3667707
feat: mintAndTransferLiquidity
DhairyaSethi Dec 19, 2024
1881f20
chore: reorder imports to minmize diff
DhairyaSethi Dec 19, 2024
a2e92d0
feat: `directMint` & `directBurn` to migrate facilitators
DhairyaSethi Dec 23, 2024
f393191
chore: expand on test scenario
DhairyaSethi Dec 23, 2024
7a2e44a
chore: move revert to base test such that it can be inherited
DhairyaSethi Dec 23, 2024
2708501
test: use setter over vm.store
DhairyaSethi Dec 23, 2024
8a716bd
test: revert `InsufficientLiquidity` on `transferLiquidity`
DhairyaSethi Dec 23, 2024
ae55d15
test: rm unneeded mockCall
DhairyaSethi Dec 23, 2024
4fb7885
test: migrateLiquidity on remote pool
DhairyaSethi Dec 23, 2024
4e0e90f
doc: update comments
DhairyaSethi Dec 23, 2024
5cff384
chore: cleanup test
DhairyaSethi Dec 23, 2024
f06ecdb
new: introduce __gap on UpgradeableTokenPool
DhairyaSethi Dec 23, 2024
a3ff6f5
doc: update doc & diffs for storage gap
DhairyaSethi Dec 23, 2024
ca12f63
chore: upd directMint test
DhairyaSethi Dec 24, 2024
59c3763
doc: upd diff and doc for __gap
DhairyaSethi Dec 30, 2024
dcb63a7
doc: fix base diff doc
DhairyaSethi Jan 2, 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
172 changes: 0 additions & 172 deletions .github/CODEOWNERS

This file was deleted.

58 changes: 0 additions & 58 deletions .github/E2E_TESTS_ON_GITHUB_CI.md

This file was deleted.

5 changes: 0 additions & 5 deletions .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/ISSUE_TEMPLATE/development.md

This file was deleted.

19 changes: 0 additions & 19 deletions .github/ISSUE_TEMPLATE/faucet.md

This file was deleted.

19 changes: 0 additions & 19 deletions .github/ISSUE_TEMPLATE/feature-request.md

This file was deleted.

30 changes: 0 additions & 30 deletions .github/ISSUE_TEMPLATE/node-operator.md

This file was deleted.

19 changes: 0 additions & 19 deletions .github/ISSUE_TEMPLATE/smart-contract.md

This file was deleted.

Loading
Loading