-
Notifications
You must be signed in to change notification settings - Fork 7
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: Cookbook on how you parse blocks and transactions #8
Comments
12 tasks
tcharding
referenced
this issue
in rust-bitcoin/www.rust-bitcoin.org
Oct 6, 2023
cee4953 feat: cookbook (Einherjar) Pull request description: - [x] Convert `build.sh` to a GitHub Actions and closes #6. - [x] Automated CI in GitHub Actions that test all the code in the cookbook: `.github/workflows/test.yml` - [x] Automated scheduled CI in GitHub Actions that check all markdown files for broken links (we are adding a LOT of links to the `rust-bitcoin` docs): `.github/workflows/check-links.yml` - [x] Dependabot to update (weekly) `.github/dependabot.yml`: - [x] GitHub Actions - [x] Test dependencies, this is good once we release `rust-bitcoin` new versions dependabot will open a PR here to update - [x] `justfile` to easy run the build and test with `just` - [x] ~~This is how you receive data over P2P~~ moved to #10. - [x] ~~This is how you parse blocks and transactions~~ moved to #11. - [x] This is how you construct and sign transactions - [x] [TABConf 2023 segwit signing exercise](https://github.com/tcharding/workshop/tree/master/sign-segwit-v0) - [x] [TABConf 2023 taproot signing exercise](https://github.com/tcharding/workshop/tree/master/sign-taproot) ## Details I want this cookbook to be tested automatically on CI, so the code will always run. The only solution that worked for me was [this workaround](rust-lang/mdBook#706 (comment)) that is used in [The Rust Rand Book](https://github.com/rust-random/book). ACKs for top commit: sanket1729: utACK [cee4953](cee4953). Go ahead tcharding: ACK cee4953 Tree-SHA512: 94a2349380b8dab0c913ab5665d64ae714a8afa56bef82fa47d6d03184db49472ba2b3580b4ac781be3e2356c684041ac33a15ee26aa24c284688d8e71548b22
This could be a whole section on using our various hex API's
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: