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 213
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PLT-255 Fixed plutus-pab integration test (#496)
* PLT-255 Fixed plutus-pab integration test * Reorganized the placement of some functions * Fixed the `awaitSlot` blockchain action in `plutus-pab` as it wasn't working. It was using as reference the slot of the last synced block instead of the actual current slot. * Patched temporarly the PubKey contract so that it waits a bit before querying the chain-index. In the future, once we fix the discrepancy between information shared between plutus-pab and plutus-chain-index, this should be removed. * Fixed the number of events that are processed by plutus-chain-index once we are in sync with the local node. The reason is that once we are fully in sync with the local node, we want to process as much information as possible and not wait for the queue to be filled. * PLT-255 Fixed plutus-pab integration test * Reorganized the placement of some functions * Fixed the `awaitSlot` blockchain action in `plutus-pab` as it wasn't working. It was using as reference the slot of the last synced block instead of the actual current slot. * Patched temporarly the PubKey contract so that it waits a bit before querying the chain-index. In the future, once we fix the discrepancy between information shared between plutus-pab and plutus-chain-index, this should be removed. * Fixed the number of events that are processed by plutus-chain-index once we are in sync with the local node. The reason is that once we are fully in sync with the local node, we want to process as much information as possible and not wait for the queue to be filled.
- Loading branch information
1 parent
0c3c5c6
commit e322e49
Showing
13 changed files
with
233 additions
and
90 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
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
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.