Brice
Brice
Note from meeting - be sure to consider fuzz testing impact.
To add one request in the convention category, how about conventions about constants for errors: ```clarity ;; do this (define-constant ERR_SWAP_NOT_FOUND (err u100)) (unwrap! (foo) ERR_SWAP_NOT_FOUND) ;; not this (define-constant...
Display when pending transaction has bad nonce and prevent "Increase fee" for confirmed transactions
Oops. Thanks @andresgalante
Trying this out with `--max-blocks 3`, I see it only mining three blocks with just the tenure extend transaction.
The most obvious place to implement this change is directly in `EventObserver::send_payload`. This would result in duplicated information in the database if a node has multiple observers, but it would...
This is addressed in #5289.