clockwork
clockwork copied to clipboard
Smart-contract automation on Solana.
- release workflow updated to include ci for cronos cli
One really convenient Github workflow would be: - Spin up localnet - Initialize programs - cronos stress -c 1 -p 0 -r 2 Then, confirm the task executes all 3...
Create helper functions on all state accounts to quickly grab the PDA seeds for Anchor verification.
After updating to `v2.0.19` the `clockwork-thread-program` would fail to build due to missing the `anchor_lang::AccountDeserialize` being out of scope.
``` Oct 06 12:23:10 c1 validator.sh[4101506]: [2023-10-06T11:23:10.495022747Z INFO solana_geyser_plugin_manager::geyser_plugin_service] Starting GeyserPluginService from config files: ["/home/solana/clockwork-geyser-config.json"] Oct 06 12:23:10 c1 validator.sh[4101506]: [2023-10-06T11:23:10.500672974Z INFO clockwork_plugin::plugin] clockwork-plugin crate-info - spec: https://github.com/clockwork-xyz/clockwork/tree/59b2c663b9329ebdd20adfa175c5d473a8c8fac5, geyser_interface_version: 1.14.16,...
Add Versioned Transaction Support for new and existing thread by: 1. Creating Lookup account and storing Address Lookup Tables pubkeys the thread needs for execution. 2. Get Address Lookup Tables...
This seems to work on localnet. How does this work if the transaction errors? If the thread gets charged even for failed transactions, is this a vulnerability? Ie. someone could...