This repository has been archived by the owner on Dec 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SCP-3502: Add AppendBlocks effect (#319)
* Add AppendBlocks effect Remove AppendBlock effect Process blocks in batches Reorganize events processing Add appendPeriod and appendBatchSize config parameters Add cli overrides Use the same chan for logging and appending blocks. * Use TBQueue instead of TChan. Flush all events from TBQueue * Use Combined Beam effect to execute queries in one transaction * Get reporting of processing time back * Remove append period param. Change sql batchsize to 200. * Add syncPeriodSyncLog comment * Use error instead of putStrLn * Refactor processEventsQueue
- Loading branch information
Evgenii Akentev
authored
Mar 22, 2022
1 parent
9c03bba
commit ffa0cd4
Showing
18 changed files
with
268 additions
and
192 deletions.
There are no files selected for viewing
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
2 changes: 2 additions & 0 deletions
2
nix/pkgs/haskell/materialized-darwin/.plan.nix/plutus-chain-index.nix
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
nix/pkgs/haskell/materialized-linux/.plan.nix/plutus-chain-index.nix
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
nix/pkgs/haskell/materialized-windows/.plan.nix/plutus-chain-index.nix
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
Oops, something went wrong.