In this PR, several improvements have been made: Authorization-related validations have been moved to legacyPool. Previously, these checks were part of the standard validation procedure, which applies common validations across different pools. Since these checks are specific to SetCode transactions, relocating them to legacyPool is a more reasonable choice. Additionally, authorization conflict checks are now performed regardless of whether the transaction is a replacement or not. --------- Co-authored-by: lightclient <lightclient@protonmail.com> |
||
---|---|---|
.. | ||
legacypool.go | ||
legacypool2_test.go | ||
legacypool_test.go | ||
list.go | ||
list_test.go | ||
noncer.go |