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: index and capture registration data cip36 #372

Merged
merged 35 commits into from
Apr 4, 2024

Conversation

cong-or
Copy link
Contributor

@cong-or cong-or commented Apr 3, 2024

CIP 36 registration capture

Note:

The following is a window for testing valid post alonzo registrations txs if the tester has time constraints in the context of waiting for the node to sync.


 let start = match network {
        Network::Mainnet => (
            Some(114714895),
            Some("682fd779c7606922a124de78daf976276d713f5eaf1e62b11f7542c41bdedb86".to_string()),
        ),
        Network::Preprod => (
            Some(118672213),
            Some("6281a480c1e324b54d1b58b190032d2cf7bb4a79f7a35274c224b117532e8f91".to_string()),
        ),
        Network::Preview => (
            Some(43199345),
            Some("fcce88636620210b2148bc930cb7b54fb9b634d0b81716463b25f3ddbcf8d653".to_string()),
        ),
        Network::Testnet => (
            Some(118672213),
            Some("6281a480c1e324b54d1b58b190032d2cf7bb4a79f7a35274c224b117532e8f91".to_string()),
        ),
    };
    let mut follower = follower_connection(start, snapshot, network, relay).await?;

Copy link
Contributor

github-actions bot commented Apr 3, 2024

Test Report | ${\color{lightgreen}Pass: 27/27}$ | ${\color{red}Fail: 0/27}$ |

@cong-or cong-or self-assigned this Apr 3, 2024
@cong-or cong-or marked this pull request as ready for review April 3, 2024 17:56
@minikin minikin added the review me PR is ready for review label Apr 4, 2024
@cong-or cong-or requested a review from Mr-Leshiy April 4, 2024 11:45
@cong-or cong-or enabled auto-merge (squash) April 4, 2024 11:45
Mr-Leshiy
Mr-Leshiy previously approved these changes Apr 4, 2024
Copy link
Contributor

@Mr-Leshiy Mr-Leshiy left a comment

Choose a reason for hiding this comment

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

LGTM

@cong-or cong-or merged commit 7d7a8bb into main Apr 4, 2024
29 checks passed
@cong-or cong-or deleted the feat-registration-capture-cip36 branch April 4, 2024 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
review me PR is ready for review
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants