-
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: implement and calculate the current key period using pallas #1522
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- removed the `cfg_fs` macro from `lib.rs` in the `mithril-common` module.
…/mithril-db-crate Extract persistence related code to a new shared crate
- bump up version of `mithril-common` from `0.3.0` to `0.3.1`.
get datums using pallas observer
And gate it behind a `--unstable` flag.
Use the re-exported types from `mithril-client` instead.
This script will create transactions that will transfer funds from 'utx.addr' to new 'mithril-rx.addr'.
This mistake makes this table only retains one transaction per immutable.
…n the same module This was already the case for 'non-short' paths, for short path we append a sha of the 'module+name' to discrimate.
…/unified_temp_dir_builder Unified temp dir builder for tests
…ev-blog-post-client-cli-output Add dev blog post for `mithril-client-cli` output update
…530/add-runbook-client-multi-platform-tests Add runbook for 'Mithril client multi-platform test'
…ix-runbook-img-link Fix runbook broken link
…d/1519-signer-footprint-documentation Document Mithril signer footprint in SPO Setup guide
- update the `pallas-addresses`, `pallas-codec`, `pallas-network`, `pallas-primitives`, `pallas-traverse`, and `pallas-crypto` dependencies to use the `txpipe` repository and `main` branch instead of the `falcucci` repository and `feat/genesis-config` branch in `cargo.toml`
- refactor the code to retrieve `slots_per_kes_period` from `config` instead of directly from `genesis_config` - improve error handling by adding context to the error message - adjust the calculation of `current_kes_period` to use the updated `slots_per_kes_period` calculation from `config`
- change error message from obtaining genesis config to extracting the config.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pre-submit checklist