zig-bitcoin / btczee

Bitcoin protocol implementation in Zig.
https://zig-bitcoin.github.io/btczee/
MIT License
48 stars 30 forks source link

Implemented block message #127

Closed gdnathan closed 1 month ago

gdnathan commented 2 months ago

This PR also include some addition to certain part of the code

It's important to note that BlockHeader might be a type necessary to other contributors

tdelabro commented 2 months ago

@gdnathan rebase. And I think #125 added a struct you too are using

gdnathan commented 2 months ago

Done. I kept the version from #125

tdelabro commented 2 months ago

one last rebase and I merge it first thing tomorrow

gdnathan commented 1 month ago

Done @tdelabro !