-
Notifications
You must be signed in to change notification settings - Fork 75
feat(SpokePool): Remove maxCount related logic #384
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 all commits
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
f416314
feat: Create USSLib
nicholaspai 86d2e4d
Update USSLib.sol
nicholaspai 5ceb413
Update contracts/USSLib.sol
nicholaspai 6394a55
Update USSLib.sol
nicholaspai c321ba1
Change event indexed params
nicholaspai 68d2026
Rename expiryTimestamp --> fillDeadline
nicholaspai 5e37a11
Change large compiler settings
nicholaspai 79f8a13
Remove trivial `originChainId` and `destinationChainId` params
nicholaspai 912db11
Update SpokePool.sol
nicholaspai 6137fc7
compiling works
nicholaspai be521d3
WIP
nicholaspai f413cf5
Update test/SpokePool.Deposit.ts
nicholaspai 7beddf0
Update package.json
nicholaspai b173824
Update SpokePool.Deposit.ts
nicholaspai 1b534a9
Use interface over lib
nicholaspai 003b3f9
Rearrange
nicholaspai 949b6d8
remove depositRefundCallbackAddress
nicholaspai 0b8f8be
remove depositRefundCallbackAddress from event
nicholaspai a3831bb
Update SpokePool.Deposit.ts
nicholaspai 4c9ed32
Update USSSpokePoolInterface.sol
nicholaspai 30862b7
feat(SpokePool): Modify existing deposit() function to emit USSFundsD…
nicholaspai 4401fb4
revert change to getCurrentTime() => uint32 interface
nicholaspai d00939c
Update SpokePool.Deposit.ts
nicholaspai d8734ab
Merge branch 'master' of https://github.com/across-protocol/contracts…
nicholaspai 9db7780
Remove deposit quote time buffer
nicholaspai 179d186
Update SpokePool.sol
nicholaspai 7258559
Update SpokePool.Deposit.ts
nicholaspai be1c039
replace variables with constant/immutable vars
nicholaspai 732838a
Use immutable over constant
nicholaspai a2db11e
Update SpokePool.sol
nicholaspai 1117a48
feat(SpokePool): Add USSRelayerRefund leaf struct with fillsRefunded …
nicholaspai 8bc0d06
fix
nicholaspai d4b60c3
Update SpokePool.sol
nicholaspai c8fa855
Merge branch 'master' of https://github.com/across-protocol/contracts…
nicholaspai 5770b3f
Remove caller from TokensBridged event
nicholaspai f971b79
remove caller from ExecutedRelayerRefundLeaf
nicholaspai 2d22ad7
Update contracts/SpokePool.sol
nicholaspai 57df966
Update contracts/SpokePool.sol
nicholaspai 67f2ebe
Update contracts/SpokePool.sol
nicholaspai 7cf08be
Update USSSpokePoolInterface.sol
nicholaspai 8b35b0f
Merge branch 'npai/uss-relayer-refund-leaf' of https://github.com/acr…
nicholaspai 9980883
remove caller from ExecutedUSS event
nicholaspai 7ba0f8e
feat(SpokePool): implement fillRelayUSS and executeSlowFIllUSS
nicholaspai 1ccbac6
add exclusivity deadline
nicholaspai 48887a5
Update SpokePool.sol
nicholaspai cb0a927
feat(SpokePool): Remove quoteTimestamp
nicholaspai 9c70cf7
fix test
nicholaspai 881db10
gas golf
nicholaspai f1719c6
Remove structs from events
nicholaspai 8bdbd37
Update SpokePool.sol
nicholaspai 85c2a4d
Merge branch 'master' into npai/remove-quote-timestamp
nicholaspai 5408587
Merge branch 'master' of https://github.com/across-protocol/contracts…
nicholaspai 6d17c88
Add requestUSSSlowFill
nicholaspai 2aa195c
Compact function interface bc too many params
nicholaspai eb80bdf
Update SpokePool.Relay.ts
nicholaspai 97157e7
Refactor re-used code, use revert errors instead of require statement…
nicholaspai 953863b
Update hardhat.config.ts
nicholaspai 3fa9fe1
Update contracts/SpokePool.sol
nicholaspai a352d8a
Update contracts/SpokePool.sol
nicholaspai f2a0074
feat: Remove maxCount
nicholaspai 46f4e8d
Merge branch 'master' into npai/deprecate-max-count
nicholaspai 088f7eb
Update SpokePool.Relay.ts
nicholaspai 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.