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

Add chainSyncClientWithLedgerState and chainSyncClientPipelinedWithLedgerState #3143

Merged
merged 2 commits into from
Aug 31, 2021

Conversation

DavidEichmann
Copy link
Contributor

These wrap a ChainSyncClient(Pipelined) with logic to track the ledger state while also supporting rollback.

cardano-api/src/Cardano/Api/LedgerState.hs Outdated Show resolved Hide resolved
@DavidEichmann
Copy link
Contributor Author

bors merge

iohk-bors bot added a commit that referenced this pull request Aug 30, 2021
3143: Add `chainSyncClientWithLedgerState` and `chainSyncClientPipelinedWithLedgerState` r=DavidEichmann a=DavidEichmann

These wrap a ChainSyncClient(Pipelined) with logic to track the ledger state while also supporting rollback.

Co-authored-by: David Eichmann <EichmannD@gmail.com>
@iohk-bors
Copy link
Contributor

iohk-bors bot commented Aug 30, 2021

Build failed:

…dgerState

These wrap a ChainSyncClient(Pipelined) with logic to track the ledger
state while also supporting rollback.
@DavidEichmann DavidEichmann force-pushed the davide/ledger_state_chain_sync_client branch from 1e25f62 to 9938258 Compare August 30, 2021 17:20
@DavidEichmann
Copy link
Contributor Author

bors merge

@iohk-bors
Copy link
Contributor

iohk-bors bot commented Aug 31, 2021

Build succeeded:

@iohk-bors iohk-bors bot merged commit 423f2b3 into master Aug 31, 2021
@iohk-bors iohk-bors bot deleted the davide/ledger_state_chain_sync_client branch August 31, 2021 16:28
iohk-bors bot added a commit that referenced this pull request Sep 3, 2021
3145: Fix AlonzoGenesisHash r=disassembler a=DavidEichmann

I've found this issue: #2896 which was closed with 933063c, but that seems to only affect the nix built docker image and solves it by copying configs from a nix script e.g. https://github.com/input-output-hk/iohk-nix/blob/ced24db2fbed1e56563e17fd2d47436c3a4649f3/cardano-lib/mainnet-config.nix. That unfortunately doesn't fix non-docker related runs, which is why I've created this PR. I've personally seen this bug pop up in my work on #3143.

Co-authored-by: David Eichmann <EichmannD@gmail.com>
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.

None yet

2 participants