Skip to content
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
wants to merge 5,769 commits into from

Conversation

falcucci
Copy link
Collaborator

@falcucci falcucci commented Feb 22, 2024

Pre-submit checklist

  • Branch
    • Tests are provided (if possible)
    • Crates versions are updated (if relevant)
    • Commit sequence broadly makes sense
    • Key commits have useful messages
  • PR
    • No clippy warnings in the CI
    • Self-reviewed the diff
    • Useful pull request description
    • Reviewer requested
  • Documentation
    • Update README file (if relevant)
    • Update documentation website (if relevant)
    • Add dev blog post (if relevant)

falcucci and others added 30 commits February 12, 2024 17:07
- 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`.
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.
Alenar and others added 27 commits February 27, 2024 09:35
…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.
@falcucci falcucci marked this pull request as ready for review February 28, 2024 13:32
@falcucci falcucci changed the base branch from main to gh-pages February 28, 2024 13:36
@falcucci falcucci closed this Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enhance Mithril/Cardano node communication
6 participants