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

Phase-1 stake ingesting - RFC15 #265

Merged
merged 7 commits into from
Nov 14, 2024

Conversation

KonradStaniec
Copy link
Collaborator

@KonradStaniec KonradStaniec commented Nov 13, 2024

Implement:

  • allow list that will expire at certain Babylon block
  • upgrade to insert allowed transactions hashes
  • modification in message handler to use allow list under certain Babylon height

i.e approach 4, from RFC-15

Rationale for putting allowlist expiration height in params:

  • if we discover some problems during initial blocks of phase-2, we may extend the periond when allow list is used
  • we should be able to disable allow list for testnet (setting expiration height to 0 disable allow list)

@KonradStaniec KonradStaniec marked this pull request as ready for review November 13, 2024 12:21
@KonradStaniec KonradStaniec requested a review from a team as a code owner November 13, 2024 12:21
@KonradStaniec KonradStaniec requested review from gitferry, samricotta, SebastianElvis and Lazar955 and removed request for a team November 13, 2024 12:21
Copy link
Member

@Lazar955 Lazar955 left a comment

Choose a reason for hiding this comment

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

Nice work!

@KonradStaniec KonradStaniec force-pushed the konradstaniec/phase-1-stake-ingesting branch from b817aa4 to 810e6b1 Compare November 14, 2024 06:08
@KonradStaniec KonradStaniec merged commit 50e9a23 into main Nov 14, 2024
19 checks passed
@KonradStaniec KonradStaniec deleted the konradstaniec/phase-1-stake-ingesting branch November 14, 2024 06:55
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