Brice

Results 277 comments of 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...

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...