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] TokenBridge + L2MessageServiceV1 TStore refactor #672

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

kyzooghost
Copy link
Contributor

This PR implements issue(s) #610

Checklist

  • I wrote new tests for my new core changes.
  • I have successfully ran tests, style checker and build against my new changes locally.
  • I have informed the team of any breaking changes if there are any.

@kyzooghost kyzooghost requested a review from a team as a code owner February 11, 2025 13:07
@kyzooghost kyzooghost requested a deployment to docker-build-and-e2e February 11, 2025 13:10 — with GitHub Actions Waiting
@codecov-commenter
Copy link

codecov-commenter commented Feb 11, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.45%. Comparing base (c083606) to head (31c3f06).

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #672      +/-   ##
============================================
- Coverage     68.46%   68.45%   -0.01%     
  Complexity     1185     1185              
============================================
  Files           323      323              
  Lines         13130    13126       -4     
  Branches       1318     1318              
============================================
- Hits           8989     8985       -4     
  Misses         3590     3590              
  Partials        551      551              
Flag Coverage Δ *Carryforward flag
hardhat 98.51% <100.00%> (-0.01%) ⬇️
kotlin 66.11% <ø> (ø) Carriedforward from efccfe0

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

Files with missing lines Coverage Δ
contracts/src/bridging/token/BridgedToken.sol 100.00% <ø> (ø)
contracts/src/bridging/token/TokenBridge.sol 100.00% <ø> (ø)
contracts/src/governance/TimeLock.sol 100.00% <ø> (ø)
contracts/src/messaging/l2/L2MessageService.sol 78.94% <ø> (-2.01%) ⬇️
...ntracts/src/messaging/l2/v1/L2MessageServiceV1.sol 100.00% <100.00%> (ø)
contracts/src/tokens/LineaSurgeXP.sol 100.00% <ø> (ø)
contracts/src/tokens/LineaVoyageXP.sol 100.00% <ø> (ø)
contracts/src/tokens/TokenMintingRateLimiter.sol 100.00% <ø> (ø)

@kyzooghost kyzooghost changed the title Feat/tokenbridge tstore [Feat] TokenBridge + L2MessageServiceV1 TStore refactor Feb 12, 2025
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.

2 participants