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

feat(IntentSource): vault based intents #128

Open
wants to merge 44 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
c218bae
Ed 4470 - custom relayer support (#102)
nknavkal Nov 26, 2024
ea29c35
Ed 4481 - native token support (#103)
nknavkal Nov 26, 2024
cc74bad
ED-4485 adding native asset transfer on destination chain (#105)
nknavkal Nov 27, 2024
dbea76b
Ed 4486: Batch withdrawals (#107)
nknavkal Dec 3, 2024
8ac7126
Ed 4503: IntentSource simple audit fixes (#111)
nknavkal Dec 10, 2024
5afcbd5
ED-4499: Address Feedback from Cantina Audit - Feedback Item 8 (#110)
johnwhitton Dec 10, 2024
e337e77
ED-4515: Cantina Audit 9 - Extend time before proving new settlement …
johnwhitton Dec 11, 2024
ea5c7c1
5 gas optimizations (#116)
nknavkal Dec 11, 2024
67bb490
11 safe erc20 (#117)
nknavkal Dec 11, 2024
a463098
15_fees_drain (#118)
nknavkal Dec 11, 2024
e715a89
16 23 event emissions (#119)
nknavkal Dec 11, 2024
a50325c
ED-4507 - Cantina Audit (7) RLP encoding cater for leading zeroes (#112)
johnwhitton Dec 11, 2024
e0c52ad
Cantina Audit(19) validate rlpEncodedBlockData in proveWorldStateCann…
johnwhitton Dec 12, 2024
56aa1f1
ED-4518: Cantina Audit(20) _faultDisputeGameIsResolved tie stateRoot …
johnwhitton Dec 12, 2024
07d83da
ED-4516: Cantina Audit(14): add finality delay for bedrock (#122)
johnwhitton Dec 12, 2024
4fbcadd
6.3 CEI pattern, 6.4 .call native transfers (#123)
nknavkal Dec 12, 2024
a26660a
17 zero claimant (#124)
nknavkal Dec 13, 2024
46ee4dd
22 emit bypass (#125)
nknavkal Dec 13, 2024
93bafd0
patched (#126)
nknavkal Dec 13, 2024
baf2aad
feat(IntentSource): vault based intents
re1ro Dec 16, 2024
ad1440f
feat(IntentSource): token refund + safe transfer
re1ro Dec 16, 2024
2c03b01
fix(IntentSource): more gas efficiency
re1ro Dec 18, 2024
541d01a
fix(IntentSource): destinationInbox as address
re1ro Dec 18, 2024
5928c8f
fix(IntentSource): destinationInbox as address
re1ro Dec 18, 2024
0763632
fixed hanging .transfer, fixed some CEI stuff (#131)
nknavkal Dec 19, 2024
6030f3b
22 emit revisited (#132)
nknavkal Dec 19, 2024
37c97f1
Update Audit Version (#134)
johnwhitton Dec 19, 2024
45d76d5
Audit RLP cater for leading zeroes in claimant address (#135)
johnwhitton Dec 20, 2024
1c89b6b
CANTINA AUDIT #7 - RLP Changes (#139)
johnwhitton Dec 24, 2024
9fa0c3a
feat(Intent): Route + Reward
re1ro Jan 4, 2025
4d89c78
refactor(Intent): TokenAmount
re1ro Jan 4, 2025
39519f4
Merge remote-tracking branch 'origin/main' into AUDIT
StoyanD Jan 6, 2025
b179999
removing polygon deploy
StoyanD Jan 6, 2025
23959b4
Merge remote-tracking branch 'origin/main' into AUDIT
StoyanD Jan 6, 2025
c504ef2
linter
StoyanD Jan 6, 2025
1885aca
Merge branch 'refs/heads/AUDIT' into feat/vault-based-intents
re1ro Jan 7, 2025
f01475e
feat(IntentSource): efficient reward claim
re1ro Jan 7, 2025
5405059
test(IntentSource,Inbox): fixing test coverage for new Intent
re1ro Jan 11, 2025
058e403
style(solidity): prettier
re1ro Jan 11, 2025
68065a9
refactor(Semver): inheritance
re1ro Jan 13, 2025
23c9aaa
feat(IntentSource): claim status
re1ro Jan 15, 2025
d24e3ba
Merge branch 'main' into feat/vault-based-intents
StoyanD Jan 15, 2025
5e7a98d
docs(solidity): adding NatSpec comments
re1ro Jan 16, 2025
88e16a1
refactor(solidity): named errors
re1ro Jan 16, 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
1 change: 1 addition & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"plugins": ["prettier-plugin-solidity"],
"overrides": [
{
"files": ["**/*.js", "**/*.ts"],
Expand Down
85 changes: 0 additions & 85 deletions contracts/HyperProver.sol

This file was deleted.

Loading
Loading