Nick Garfield
Nick Garfield
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.
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...
When building, we get a few of these warnings. Let's migrate from `from_timestamp()` to `from_timestamp_opt()`. ``` warning: use of deprecated associated function `chrono::NaiveDateTime::from_timestamp`: use `from_timestamp_opt()` instead --> src/state/thread.rs:557:28 | 557...