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): catch relayer & status page up to new testnet #13114

Merged
merged 11 commits into from
Feb 8, 2023

Conversation

cyberhorsey
Copy link
Contributor

@cyberhorsey cyberhorsey commented Feb 8, 2023

New testnet requires additional changes for both Relayer and Status Page, which changes to getStateVariables on TaikoL1, tokenomics being abled, and the moving of the proof to the SignalService instead of Bridge.
Here are the new items working on the Status Page, related to tokenomics mostly:
Screenshot from 2023-02-07 18-15-26

@codecov
Copy link

codecov bot commented Feb 8, 2023

Codecov Report

Merging #13114 (b8d6f94) into main (0bffeb0) will increase coverage by 0.25%.
The diff coverage is 95.23%.

@@            Coverage Diff             @@
##             main   #13114      +/-   ##
==========================================
+ Coverage   62.69%   62.94%   +0.25%     
==========================================
  Files         113      113              
  Lines        3211     3214       +3     
  Branches      437      437              
==========================================
+ Hits         2013     2023      +10     
+ Misses       1122     1114       -8     
- Partials       76       77       +1     
Flag Coverage Δ *Carryforward flag
bridge-ui 92.61% <ø> (ø) Carriedforward from 376a45b
protocol 53.53% <ø> (+0.31%) ⬆️ Carriedforward from 376a45b
relayer 69.15% <95.23%> (+0.22%) ⬆️
ui 100.00% <ø> (ø) Carriedforward from 376a45b

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

Impacted Files Coverage Δ
packages/relayer/message/process_message.go 58.69% <50.00%> (ø)
packages/relayer/cli/cli.go 62.44% <100.00%> (ø)
packages/relayer/indexer/service.go 75.78% <100.00%> (+0.25%) ⬆️
packages/relayer/message/processor.go 100.00% <100.00%> (ø)
packages/relayer/proof/encoded_signal_proof.go 53.84% <100.00%> (ø)
packages/protocol/contracts/L1/libs/LibUtils.sol 31.57% <0.00%> (ø)
packages/protocol/contracts/L1/libs/LibProving.sol 0.00% <0.00%> (ø)
packages/relayer/http/server.go 95.89% <0.00%> (+2.73%) ⬆️
...es/protocol/contracts/thirdparty/LibMerkleTrie.sol 90.36% <0.00%> (+7.22%) ⬆️

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

@dantaik dantaik changed the title feat(relayer): Catch Relayer & status Page up to new testnet feat(relayer): catch relayer & status page up to new testnet Feb 8, 2023
@dantaik dantaik merged commit 543f242 into main Feb 8, 2023
@dantaik dantaik deleted the new_testnet_catchup branch February 8, 2023 05:16
@github-actions github-actions bot mentioned this pull request Feb 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants