-
Notifications
You must be signed in to change notification settings - Fork 72
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: pallas byron #138
feat: pallas byron #138
Conversation
src/sources/n2n/run.rs
Outdated
@@ -62,6 +64,7 @@ impl Debug for Block2EventMapper { | |||
|
|||
impl BlockObserver for Block2EventMapper { | |||
fn on_block_received(&self, body: Vec<u8>) -> Result<(), Error> { | |||
// byron::Block::decode_fragment(&body[..]); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@scarmuega is this where I would need to use the Byron cbor stuff?
@rvcas the latest commit adds to the n2n source the ability to handle Byron blocks and includes a placeholder for the entry point to start crawling through the inner structures.
I'll keep working on the above issue and on applying Byron logic to the n2c source. If you want to start working on the "crawling" of the block, you can do so in the |
@scarmuega thank you |
I'm leaving this up for now as a work in progress