-
Notifications
You must be signed in to change notification settings - Fork 41
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: add get_current_chain_point
function to fetch chain point information
#1674
Conversation
- update the source url of the pallas-addresses package - update the source url of the pallas-codec package - update the source url of the pallas-hardano package - update the source url of the pallas-network package - update the source url of the pallas-primitives package - update the source url of the pallas-traverse package - update the source url of the pallas-crypto package - modify the `do_get_chain_block_no` function to async and handle errors - add a new `get_chain_point` function to fetch chain point information - implement the `get_current_chain_point` function for pallas - add a new `get_current_chain_point` test function
get_current_chain_point
function to fetch chain point informationget_current_chain_point
function to fetch chain point information
get_current_chain_point
function to fetch chain point informationget_current_chain_point
function to fetch chain point information
get_current_chain_point
function to fetch chain point informationget_current_chain_point
function to fetch chain point information
- remove unnecessary commented out paths for dependencies - update versions of dependencies - reorganize feature flags for the `criterion` dependency
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.
LGTM 👍
Thanks for the PR @falcucci 🙂
@jpraynaud thanks! I'll leave this as draft until we have pallas released, ping you up when I bump the version. |
Which PR would that be upstream? |
- update package versions in `cargo.lock` from `0.25.0` to `0.26.0` - change package sources in `cargo.lock` to use `crates.io-index` - update package versions in `cargo.toml` in `mithril-common` directory from `0.25.0` to `0.26.0` - add new dependencies with updated versions in `cargo.toml` in `mithril-common` directory
- update version of `mithril-common` from 0.4.4 to 0.4.5 in `cargo.lock` and `mithril-common/cargo.toml`
Pre-submit checklist
Branch
PR
Documentation
fixes
ChainObserver
supports retrieving the Chain Point of the tip of the chain #1589