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(synapse-interface): maintenance aggregator using PAUSED_CHAINS #2345

Merged
merged 65 commits into from
Apr 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
65 commits
Select commit Hold shift + click to select a range
1fe163f
Aggregate maintenance events for banners and warning message
bigboydiamonds Mar 21, 2024
5029481
Dynamically render countdown progress bars based on PAUSED_CHAIN
bigboydiamonds Mar 21, 2024
30d8e73
Dynamically rendering banners
bigboydiamonds Mar 21, 2024
fd533a0
Slightly organize
bigboydiamonds Mar 21, 2024
87c041d
ChainPause type applied to enforce maintenance event structure, pass …
bigboydiamonds Mar 21, 2024
98e2c04
Working with multiple events
bigboydiamonds Mar 21, 2024
8a346cc
Add dev comments to MaintenanceBanner; refactor
bigboydiamonds Mar 21, 2024
deda821
Add dev comments for MaintenanceWarningMessage; refactor
bigboydiamonds Mar 21, 2024
56464a6
Dev comments
bigboydiamonds Mar 21, 2024
324ff09
Organize components
bigboydiamonds Mar 21, 2024
c2d0922
isChainIncluded util
bigboydiamonds Mar 21, 2024
d95aa9d
Clean
bigboydiamonds Mar 21, 2024
4f7ed58
Add ability to specify paused chains by from/to side (#2346)
bigboydiamonds Mar 21, 2024
23b7db6
Allow indefinite maintenance components by setting end date to null
bigboydiamonds Mar 27, 2024
fb67fd8
Banners to show indefinitely as well
bigboydiamonds Mar 27, 2024
b12f173
Add props to disable banner / warning / countdown
bigboydiamonds Mar 27, 2024
0a78ea0
Implement disable warning
bigboydiamonds Mar 27, 2024
bc5e77f
Implement disable countdown, bridge pause still working
bigboydiamonds Mar 27, 2024
fe24a2d
Example
bigboydiamonds Mar 27, 2024
32d7d5d
Clean
bigboydiamonds Mar 27, 2024
ff28ba5
Update naming on Bridge page
bigboydiamonds Mar 27, 2024
eead1ee
Update comment for isChainIncluded
bigboydiamonds Mar 27, 2024
688f780
Merge branch 'master' into fe/maintenance-by-paused-chains
bigboydiamonds Apr 12, 2024
0c7dd2a
Create maintenance events reading from pausedChains.json
bigboydiamonds Apr 12, 2024
3bde6ec
Remove custom margins to allow Bridge parent gap styling to handle sp…
bigboydiamonds Apr 12, 2024
91a63ca
Merge pull request #2492 from synapsecns/fe/paused-chains-json
bigboydiamonds Apr 12, 2024
f12252c
Require all props to be defined
bigboydiamonds Apr 12, 2024
f3b227b
Add Swap to maintenance warning messages
bigboydiamonds Apr 12, 2024
884b12a
Update useMaintenanceCountdownProgresses to allow distinction between…
bigboydiamonds Apr 12, 2024
85999aa
Move MaintenanceBanners into LandingPageWrapper so banner appears on …
bigboydiamonds Apr 12, 2024
e599a42
Add ability to specify whether to pause bridge / swap with maintenanc…
bigboydiamonds Apr 12, 2024
d00e0e4
Clean
bigboydiamonds Apr 12, 2024
ab5615a
Unused code
bigboydiamonds Apr 12, 2024
b7172aa
Merge pull request #2493 from synapsecns/fe/maintenance-add-swap
bigboydiamonds Apr 12, 2024
60e7d1a
Update dev comments
bigboydiamonds Apr 12, 2024
93b40ea
Update pause start/end time name for legibility
bigboydiamonds Apr 15, 2024
f2db1ed
Create type guard to check for paused bridge module
bigboydiamonds Apr 15, 2024
54a810c
usePausedBridgeModules
bigboydiamonds Apr 15, 2024
da89d3c
usePausedBridgeModules to filter out SDK quotes
bigboydiamonds Apr 15, 2024
78dac9b
Initialize paused routes to handle specific route pauses instead of g…
bigboydiamonds Apr 16, 2024
7e65c5f
Update paused route structure
bigboydiamonds Apr 16, 2024
79fb7fb
Filter for valid quotes based on paused routes
bigboydiamonds Apr 16, 2024
29aaa56
Create a Set with paused bridge module names to improve time complexity
bigboydiamonds Apr 16, 2024
b9b4806
Allow for all bridge modules to be paused with ALL
bigboydiamonds Apr 16, 2024
bce37e6
Add ability to pause bridge modules for all chains, if chainId is lef…
bigboydiamonds Apr 16, 2024
cc68058
Move json files to /v1/ version control folder
bigboydiamonds Apr 16, 2024
4feea77
Compare quotes against paused bridge modules more cleanly
bigboydiamonds Apr 16, 2024
5e25e58
Paused bridge modules json control working
bigboydiamonds Apr 16, 2024
91d27da
Fix pausedChains json
bigboydiamonds Apr 16, 2024
bd7c537
Merge pull request #2504 from synapsecns/fe/pause-bridge-module
bigboydiamonds Apr 16, 2024
b11c395
Create examples folder for pause jsons
bigboydiamonds Apr 16, 2024
6780edc
Merge
bigboydiamonds Apr 17, 2024
6df44dc
Merge branch 'master' into fe/maintenance-by-paused-chains
bigboydiamonds Apr 19, 2024
4a2c2b8
Retrigger build
bigboydiamonds Apr 19, 2024
e70375e
Fix banner flashing after clearing
bigboydiamonds Apr 19, 2024
8f3b1c2
Add padding to banner Close button
bigboydiamonds Apr 20, 2024
10d172c
Update text sizing on progress bar
bigboydiamonds Apr 20, 2024
8b63995
Update prop naming to prevent confusion on start/end
bigboydiamonds Apr 20, 2024
a931379
Clear chain pauses to ready PR
bigboydiamonds Apr 20, 2024
f2ae4b0
Merge with master
bigboydiamonds Apr 29, 2024
7a70051
Change json file naming to be more readable
bigboydiamonds Apr 29, 2024
bc5ad3a
Use inputWarningMessage prop name to indicate warning placement
bigboydiamonds Apr 29, 2024
8070663
Pause Doge activity using Maintenance, to replace prior Chain pause m…
bigboydiamonds Apr 29, 2024
3fba2a3
Doge chain paused chain prop values
bigboydiamonds Apr 29, 2024
3917328
Remove paused from/to chainId constants
bigboydiamonds Apr 29, 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

This file was deleted.

This file was deleted.

Loading
Loading