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(protocol): enforce an invocation delay for bridged messages #15555

Merged
merged 71 commits into from
Feb 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
71 commits
Select commit Hold shift + click to select a range
fc03149
refactor(protocol): add an invocation delay (#15553)
dantaik Jan 24, 2024
8229b65
Update Bridge.sol
dantaik Jan 24, 2024
cadf126
feat(protocol): allow a bridge watchdog to pause certain invocation (…
dantaik Jan 24, 2024
335d230
Update Bridge.sol
dantaik Jan 24, 2024
2ecd440
feat(protocol): allow watchdog to pause/unpause the whole bridge (#15…
dantaik Jan 25, 2024
44e5462
feat(protocol): allow someone to ack message reception then invoke th…
dantaik Jan 26, 2024
4f7f621
Merge branch 'alpha-6' into bridge_invocation_delay
dantaik Jan 26, 2024
4c962df
Merge branch 'alpha-6' into bridge_invocation_delay
dantaik Jan 30, 2024
8b6d447
Merge branch 'alpha-6' into bridge_invocation_delay
dantaik Jan 30, 2024
06f905b
Merge branch 'alpha-6' into bridge_invocation_delay
dantaik Jan 31, 2024
7944123
Update TaikoL1.sol
dantaik Jan 31, 2024
06030d3
Merge branch 'alpha-6' into bridge_invocation_delay
dantaik Feb 1, 2024
8aa18e4
Update OwnerUUPSUpgradable.sol
dantaik Feb 1, 2024
7871963
Update Bridge.sol
dantaik Feb 1, 2024
b4993aa
Update Bridge.sol
dantaik Feb 1, 2024
158d45f
Update Bridge.sol
dantaik Feb 1, 2024
809d55a
Update Bridge.sol
dantaik Feb 1, 2024
de69e1d
Update Bridge.sol
dantaik Feb 1, 2024
08a6b86
Update Bridge.sol
dantaik Feb 1, 2024
846af68
Update Bridge.sol
dantaik Feb 1, 2024
4af6c94
Update Bridge.sol
dantaik Feb 1, 2024
29408a3
Update Bridge.sol
dantaik Feb 1, 2024
fb2244a
Update Bridge.sol
dantaik Feb 1, 2024
bc7d827
Update Bridge.sol
dantaik Feb 1, 2024
fac2776
Merge branch 'alpha-6' into bridge_invocation_delay
dantaik Feb 1, 2024
5595962
Update AddressResolver.sol
dantaik Feb 1, 2024
ed4594c
Update GenerateGenesis.g.sol
dantaik Feb 1, 2024
be4b35d
RESOLVER_ZERO_ADDR
dantaik Feb 1, 2024
aa43ea8
Merge branch 'RESOLVER_ZERO_ADDR' into bridge_invocation_delay
dantaik Feb 1, 2024
96b1d4e
Merge branch 'alpha-6' into bridge_invocation_delay
dantaik Feb 1, 2024
a499a59
Update Bridge.sol
dantaik Feb 1, 2024
12da841
fix
dantaik Feb 1, 2024
b696f81
op
dantaik Feb 1, 2024
cefe986
Update TaikoL1.sol
dantaik Feb 1, 2024
901c937
Merge branch 'onlyFromOwnerOrNamed' into bridge_invocation_delay
dantaik Feb 1, 2024
fc71727
Update Bridge.sol
dantaik Feb 1, 2024
4de9ecf
Update Bridge.sol
dantaik Feb 1, 2024
c2a68aa
Update Bridge.sol
dantaik Feb 1, 2024
60cc07d
Update Bridge.sol
dantaik Feb 1, 2024
d28ebfa
Merge branch 'alpha-6' into bridge_invocation_delay
dantaik Feb 1, 2024
d93a7bf
Update Bridge.sol
dantaik Feb 1, 2024
22605a3
Merge branch 'bridge_invocation_delay' of https://github.com/taikoxyz…
dantaik Feb 1, 2024
ca8d288
rename reception to proofReceipt
Brechtpd Feb 1, 2024
72e932b
Update Bridge.sol
dantaik Feb 2, 2024
69db8b3
Merge branch 'alpha-6' into bridge_invocation_delay
dantaik Feb 2, 2024
574d7c5
fix
dantaik Feb 2, 2024
d0b288d
Update GenerateGenesis.g.sol
dantaik Feb 2, 2024
0ebb664
more
dantaik Feb 2, 2024
01e4fe1
imporve bridge and fix genesis test
dantaik Feb 2, 2024
8294c8b
Merge branch 'improve-bridge-fix-genesis-test' into bridge_invocation…
dantaik Feb 2, 2024
b6cd567
Update Bridge.sol
dantaik Feb 2, 2024
e6c480e
Merge branch 'improve-bridge-fix-genesis-test' into bridge_invocation…
dantaik Feb 2, 2024
9b427fe
Update SignalService.sol
dantaik Feb 2, 2024
1d1ff17
Merge branch 'improve-bridge-fix-genesis-test' into bridge_invocation…
dantaik Feb 2, 2024
0ac0844
Update GenerateGenesis.g.sol
dantaik Feb 2, 2024
d8030a6
Merge branch 'improve-bridge-fix-genesis-test' into bridge_invocation…
dantaik Feb 2, 2024
8e226c1
Update GenerateGenesis.g.sol
dantaik Feb 2, 2024
b31a525
Merge branch 'improve-bridge-fix-genesis-test' into bridge_invocation…
dantaik Feb 2, 2024
e3c2c41
Update GenerateGenesis.g.sol
dantaik Feb 2, 2024
46ef7a3
Merge branch 'alpha-6' into bridge_invocation_delay
dantaik Feb 2, 2024
bb538eb
refactor(protocol): optimize bridge storage access (#15638)
dantaik Feb 2, 2024
0331519
feat(protocol): Tests for delayed bridge (#15648)
adaki2004 Feb 3, 2024
a000eec
test for 2step recall message
Feb 3, 2024
cce6848
Merge branch 'alpha-6' into bridge_invocation_delay
dantaik Feb 4, 2024
7ff2096
Update Bridge.sol
dantaik Feb 5, 2024
8290b04
fmt
dantaik Feb 5, 2024
7323c38
Merge branch 'alpha-6' into bridge_invocation_delay
dantaik Feb 5, 2024
c042e18
Update Bridge.t.sol
dantaik Feb 5, 2024
804a04b
Update Bridge.sol
dantaik Feb 5, 2024
f0c31b2
Update Bridge.sol
dantaik Feb 5, 2024
386be0a
Merge branch 'alpha-6' into bridge_invocation_delay
adaki2004 Feb 5, 2024
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
Loading
Loading