-
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
feature: add block_headers
and blocks
streams full APIs (w/ checkpoint and reorg handling)
#10
feature: add block_headers
and blocks
streams full APIs (w/ checkpoint and reorg handling)
#10
Commits on Jul 7, 2022
-
feature: implement an initial mempool.space websocket client, and lib…
…rary for block-events from #3
Configuration menu - View commit details
-
Copy full SHA for 67e5f0a - Browse repository at this point
Copy the full SHA 67e5f0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7816922 - Browse repository at this point
Copy the full SHA 7816922View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b4f04a - Browse repository at this point
Copy the full SHA 2b4f04aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c6f3505 - Browse repository at this point
Copy the full SHA c6f3505View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71778c0 - Browse repository at this point
Copy the full SHA 71778c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a4bf12 - Browse repository at this point
Copy the full SHA 1a4bf12View commit details -
wip(feat+refactor): add fn to process candidate BlockHeaders, handle …
…reorg and yield BlockEvent
Configuration menu - View commit details
-
Copy full SHA for 220be90 - Browse repository at this point
Copy the full SHA 220be90View commit details -
wip(refactor+docs): extract fns to cache struct, and add documentatio…
…n for fns, enums and structs
Configuration menu - View commit details
-
Copy full SHA for 0ce755d - Browse repository at this point
Copy the full SHA 0ce755dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3902f51 - Browse repository at this point
Copy the full SHA 3902f51View commit details -
Configuration menu - View commit details
-
Copy full SHA for d199590 - Browse repository at this point
Copy the full SHA d199590View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6b282f - Browse repository at this point
Copy the full SHA d6b282fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c8191b - Browse repository at this point
Copy the full SHA 3c8191bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ad93bc - Browse repository at this point
Copy the full SHA 2ad93bcView commit details
Commits on Jul 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f8ce1ef - Browse repository at this point
Copy the full SHA f8ce1efView commit details -
feat: add full block stream api, better error handling
- use TryStream instead of stream, returning result instead - use `?` operator instead of unwraping and panicking - add new mempool.space endpoints for http client - add features for wss:// and https:// usage - add features for api versioning based on mempool.space backend
Configuration menu - View commit details
-
Copy full SHA for 2b9e908 - Browse repository at this point
Copy the full SHA 2b9e908View commit details
Commits on Aug 9, 2022
-
refactor: do not use features expect two base_url instead, and improv…
…e error handling - refactor and update http client, url usage and methods - refactor and add creation methods for cache struct, use specific method to build initial one - add `get_block_header` method in http client, and refactor lib to use `bitcoin::BlockHeader` instead of custom mempool.space `BlockExtended` struct - refactor lib and websocket to improve error handling, update some `unwrap()` usage and match errors for messages in `WebSocketStream` - remove duplicated/unused deps, and use only necessary features
Configuration menu - View commit details
-
Copy full SHA for 4148fc1 - Browse repository at this point
Copy the full SHA 4148fc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa4775f - Browse repository at this point
Copy the full SHA fa4775fView commit details
Commits on Aug 11, 2022
-
fix(test): docs and integration tests
- bump mempool/backend docker container version to v2.4.1 - update api+websocket client to handle genesis blocks without prev_blockhash - update and fix integration tests to new fns and structure
Configuration menu - View commit details
-
Copy full SHA for c52c1b4 - Browse repository at this point
Copy the full SHA c52c1b4View commit details