We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug On the devnet network, each registered predicate will trigger twice.
devnet
To Reproduce Steps to reproduce the behavior:
clarinet new my-project
file_append
contract_deployment
ST1PQHQKV0RJXZFY1DGX8MNSNYVE3VGZJSRTPGZGM
clarinet devnet start
Expected behavior A single payload should be triggered when a predicate condition is met.
Screenshots
The text was updated successfully, but these errors were encountered:
@ryanwaits Are you also seeing duplicate data added to your file append results?
Sorry, something went wrong.
yes, we've been seeing the data duplicated in both the file_append and the http_post configurations
http_post
this is no longer an issue
MicaiahReid
No branches or pull requests
Describe the bug
On the
devnet
network, each registered predicate will trigger twice.To Reproduce
Steps to reproduce the behavior:
clarinet new my-project
file_append
predicate forcontract_deployment
ondevnet
, useST1PQHQKV0RJXZFY1DGX8MNSNYVE3VGZJSRTPGZGM
as deployerclarinet devnet start
and make sure the predicate is registeredExpected behavior
A single payload should be triggered when a predicate condition is met.
Screenshots
![Screenshot_2024-01-31_at_5 31 14_PM](https://private-user-images.githubusercontent.com/3207017/301207628-51db1de5-befe-4045-8053-194e255ca5e1.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwNzY5MzQsIm5iZiI6MTczOTA3NjYzNCwicGF0aCI6Ii8zMjA3MDE3LzMwMTIwNzYyOC01MWRiMWRlNS1iZWZlLTQwNDUtODA1My0xOTRlMjU1Y2E1ZTEucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwOSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDlUMDQ1MDM0WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZTZkMTNiN2RjNjZkNzQzYzU0ZmU1ZTZkYTI5NmJiYTY4NTVmNTg0ZDg5YzZhZThhMDUxNzhiMDIwOWI0NzhjZiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.REK2Tr7QvsDA3kdQ0QcdgzNhOuf-CNDYRbGgM3TKrws)
The text was updated successfully, but these errors were encountered: