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(relayer): MessageStatusChanged events #13272

Merged
merged 19 commits into from
Mar 13, 2023
Merged

Conversation

cyberhorsey
Copy link
Contributor

Get all transactions where a msg hash status has been changed, so frontend can use this to show claiming tx's.

@codecov
Copy link

codecov bot commented Mar 8, 2023

Codecov Report

Merging #13272 (1d0ca54) into main (b4c31cd) will decrease coverage by 2.21%.
The diff coverage is 33.11%.

@@            Coverage Diff             @@
##             main   #13272      +/-   ##
==========================================
- Coverage   61.37%   59.16%   -2.21%     
==========================================
  Files         118      119       +1     
  Lines        3482     3502      +20     
  Branches      494      475      -19     
==========================================
- Hits         2137     2072      -65     
- Misses       1261     1338      +77     
- Partials       84       92       +8     
Flag Coverage Δ *Carryforward flag
bridge-ui 94.28% <ø> (-0.24%) ⬇️ Carriedforward from c18afdd
protocol 51.92% <ø> (ø) Carriedforward from c18afdd
relayer 61.87% <33.11%> (-2.84%) ⬇️
ui 100.00% <ø> (ø) Carriedforward from c18afdd

*This pull request uses carry forward flags. Click here to find out more.

Impacted Files Coverage Δ
packages/bridge-ui/src/constants/abi/Bridge.ts 100.00% <ø> (ø)
packages/bridge-ui/src/constants/abi/ERC20.ts 100.00% <ø> (ø)
packages/bridge-ui/src/constants/abi/HeaderSync.ts 100.00% <ø> (ø)
packages/bridge-ui/src/constants/abi/TokenVault.ts 100.00% <ø> (ø)
packages/bridge-ui/src/domain/fee.ts 100.00% <ø> (ø)
packages/bridge-ui/src/domain/message.ts 100.00% <ø> (ø)
packages/bridge-ui/src/domain/token.ts 100.00% <ø> (ø)
packages/bridge-ui/src/erc20/bridge.ts 92.85% <ø> (+0.85%) ⬆️
packages/bridge-ui/src/eth/bridge.ts 92.59% <ø> (+0.05%) ⬆️
packages/bridge-ui/src/proof/service.ts 100.00% <ø> (ø)
... and 15 more

... and 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@cyberhorsey cyberhorsey marked this pull request as ready for review March 9, 2023 18:57
@davidtaikocha davidtaikocha added this pull request to the merge queue Mar 13, 2023
Merged via the queue into main with commit f5f4fc4 Mar 13, 2023
@davidtaikocha davidtaikocha deleted the new_relayer_events branch March 13, 2023 02:06
@github-actions github-actions bot mentioned this pull request Mar 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants