-
Couldn't load subscription status.
- Fork 93
feat(InventoryClient): Support 1:many HubPool mappings #1465
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
Merged
Merged
Changes from 7 commits
Commits
Show all changes
98 commits
Select commit
Hold shift + click to select a range
110bcb1
refactor(RelayerConfig): Simplify InventoryConfig parsing
pxrl 1dacc1e
Merge branch 'master' into pxrl/inventoryParsing
pxrl 703f028
Additional simplification
pxrl b2fa39a
Drop
pxrl dd5e453
Lint & chill
pxrl 9efd8fe
improve(RelayerConfig): Permit symbol-based token config
pxrl 20da413
feat(InventoryClient): Support 1:many HubPool mappings
pxrl 951a94d
Merge remote-tracking branch 'origin/master' into pxrl/usdcInventory
pxrl c57caef
Merge remote-tracking branch 'origin/master' into pxrl/usdcInventory
pxrl e3b6665
Update repayment shortfall check
pxrl ec623d6
Update
pxrl a48be1f
Update allocations & l2 token requirements
pxrl a65330a
Merge branch 'master' into pxrl/usdcInventory
pxrl 56abc3c
WIP
pxrl cb5518b
wip...
pxrl ce2f5a1
Merge remote-tracking branch 'origin/master' into pxrl/usdcInventory
pxrl 2e2f03b
Revert "wip..."
pxrl 564e12e
Cleanup
pxrl d1d0f79
Typo
pxrl 5159d12
Update getBalanceOnChain
pxrl 8bef2e3
Migrate balance checker
pxrl 2efc0f9
Fix
pxrl b064dee
Catch undefined destination tokens
pxrl f435d81
Fix test
pxrl 33c3fac
lint
pxrl aefabe8
Fix test
pxrl 73b1990
Merge branch 'master' into pxrl/usdcInventory
pxrl 8c8abb6
Add comments
pxrl 47fec54
Fix test
pxrl 5a30873
Fix test
pxrl d26d1ac
Revert return
pxrl 4f872bf
Rename type
pxrl 26d8dfd
Initial tests
pxrl 9f0def9
Fix tests
pxrl 6fb41ea
Overhaul test
pxrl 53811c5
Merge remote-tracking branch 'origin/master' into pxrl/usdcInventory
pxrl 8d44904
Fix minor merge error
pxrl bd18e01
Tidy up
pxrl 5b88f19
Fix balance check
pxrl 0c40936
Sub in chain alias
pxrl 5e80d91
Add l2Token
pxrl bca53b8
refactor(test): InventoryClient simplifications
pxrl 520a284
Merge remote-tracking branch 'origin/pxrl/inventoryClientTest' into p…
pxrl 1b89118
lint
pxrl 97c5a3a
Merge remote-tracking branch 'origin/pxrl/inventoryClientTest' into p…
pxrl cb9db39
Simplify
pxrl 90510b3
Merge remote-tracking branch 'origin/master' into pxrl/usdcInventory
pxrl eb11de6
refactor(CrossChainTransferClient): Support unique L2 tokens
pxrl 85cab0a
lint
pxrl 4da8064
Add InventoryClient shims
pxrl bb9343a
fix: resolve linea (#1472)
james-a-morris a1ccd0a
Merge branch 'master' into pxrl/usdcInventory
pxrl c73791d
Merge branch 'master' into pxrl/usdcInventory
pxrl baf3cbd
refactor(test): Cleanup InventoryClient refund chain test
pxrl f9c3bf1
lint
pxrl 3f08e94
Merge branch 'master' into pxrl/inventoryClientTest
pxrl 9aa7db0
Merge branch 'master' into pxrl/crossChainTransfer
james-a-morris 9e05d1e
Merge branch 'pxrl/inventoryClientTest' into pxrl/usdcInventory
pxrl fc15beb
Initial repayment chain test
pxrl d04f442
Stragglers
pxrl e2535ec
Merge branch 'pxrl/inventoryClientTest' into pxrl/usdcInventory
pxrl 06ede93
lint
pxrl e3da99e
Add rebalancing test
pxrl ea78310
Merge branch 'master' into pxrl/inventoryClientTest
pxrl bbd8fb9
Additional
pxrl 6cb87f3
Tweak
pxrl ece343c
Merge branch 'pxrl/inventoryClientTest' into pxrl/usdcInventory
pxrl 20ad610
Doc
pxrl 2e1ce4c
Update method name & document
pxrl b1f2902
Merge branch 'master' into pxrl/crossChainTransfer
pxrl 9eba919
Merge branch 'master' into pxrl/usdcInventory
pxrl 4bdc030
Make l2Token required
pxrl 4886cf2
Relocate instantiation
pxrl 17c4d15
Merge branch 'master' into pxrl/crossChainTransfer
pxrl c17b614
lint
pxrl b9f0b4b
Identify todo
pxrl 7fcbb42
improve(accounting): account for l2 routes on non-op-stack bridges (…
james-a-morris 2b20472
Merge branch 'master' into pxrl/crossChainTransfer
james-a-morris 4cce142
Merge branch 'master' into pxrl/crossChainTransfer
james-a-morris 3fe67d4
Merge branch 'master' into pxrl/usdcInventory
pxrl a0836fe
Merge branch 'master' into pxrl/crossChainTransfer
pxrl eeb8641
chore: bump package
james-a-morris 7d7c19f
Merge branch 'master' into pxrl/crossChainTransfer
pxrl 6db6e60
Add missing l2Token arguments
pxrl 4007994
Merge branch 'pxrl/crossChainTransfer' into pxrl/usdcInventory
pxrl d68728e
Update getBalanceOnChain
pxrl f518474
Fix test
pxrl d56505e
nit: lint
james-a-morris 3d03d77
nit: optimize call
james-a-morris 36e2287
nit: re-run test
james-a-morris 16f04e6
Merge branch 'pxrl/crossChainTransfer' into pxrl/usdcInventory
pxrl 0d759cb
lint
pxrl 24cc6f6
nit: re-run test
james-a-morris 7911dc1
fix(test): Avoid external RPC call
pxrl 4f66a64
Merge branch 'pxrl/fixTest' into pxrl/crossChainTransfer
pxrl 3c22411
Merge branch 'pxrl/crossChainTransfer' into pxrl/usdcInventory
pxrl 901b217
Merge branch 'master' into pxrl/usdcInventory
pxrl 69abda2
Merge branch 'master' into pxrl/usdcInventory
pxrl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.