-
Notifications
You must be signed in to change notification settings - Fork 1
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
W23 BDK Lib Team Call #60
Comments
I would like to talk about what I've been working on last week. Other than assisting @danielabrozzoni with the pub struct CheckPoint {
pub height: u32,
pub hash: BlockHash,
pub prev: Option<Arc<CheckPoint>>,
} Imagine two threads, one holding the Likewise, when the chain-data thread discovers a new block, the tip Ideally I would like to include the RPC chain example with this PR as it shows how it is used. |
The other thing I would like to discuss, is how we can come up with a good guideline for spec-writing. Unfortunately @danielabrozzoni will not be able to make the call. I already have some thoughts on this: https://gist.github.com/evanlinjin/41e6a23cc08e888884bded327e290866?permalink_comment_id=4587231#gistcomment-4587231 |
Meeting notes from HackMD (lightly edited) W23 BDK Lib Team Meeting NotesNew Projects/Support
Top PRs
Timeline
Can we do monthly alpha releases? TBD Spec writing
|
📆 Tues June 6, 2023 12:00 UTC
📍 Discord General Voice Channel
Please add comments to this issue to suggest issues and PRs to discuss.
General Discussion Items
New Projects and Support
Top BDK 1.0 PRs and issues
Wallet
,ElectrumExt
andEsplora{Async}Ext
with redesigned structures. bdk#976Top BDK_CLI PRs and issues
Top Other PRs and issues
Upcoming Events
🌅 Future Call Notes
📜 Past Call Notes
The text was updated successfully, but these errors were encountered: