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

Sealevel IGP debugging, temporarily change Sealevel gas payment policy #2758

Merged
merged 3 commits into from
Sep 28, 2023

Conversation

tkporter
Copy link
Collaborator

Description

  • Some small changes to help with debugging sealevel IGP
  • Turns out the GasPaymentAccount data format onchain is different from the one in main. This causes IGP indexing to not work in the wild, but it works in e2e. Because we were planning to change the IGP anyways as we transfer ownership to Zebec, this isn't so bad - so temporarily just not enforcing ZBC warp route Solana -> Nautilus gas payments. In practice, we're still effectively enforcing gas payments because the warp route will pay for gas

Drive-by changes

  • Also added the new BSC POSE addy

Related issues

n/a

Backward compatibility

yes

Testing

Deployed, poked around, used cmds

Copy link
Contributor

@daniel-savu daniel-savu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

rust/sealevel/client/src/main.rs Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Sep 28, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (0240581) 65.35% compared to head (7849145) 65.35%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2758   +/-   ##
=======================================
  Coverage   65.35%   65.35%           
=======================================
  Files          95       95           
  Lines        1446     1446           
  Branches      189      189           
=======================================
  Hits          945      945           
  Misses        494      494           
  Partials        7        7           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tkporter tkporter enabled auto-merge (squash) September 28, 2023 10:45
@tkporter tkporter merged commit 62ab488 into main Sep 28, 2023
28 checks passed
@tkporter tkporter deleted the trevor/reacting-to-igp-mixup branch September 28, 2023 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants