issues
search
babylonlabs-io
/
babylon
Other
23
stars
15
forks
source link
Properly validate whether transactions are standard (#185)
#187
Closed
KonradStaniec
closed
1 month ago
KonradStaniec
commented
1 month ago
Add:
new
btcstaking
library function to validate whether transactions are standard based on
https://github.com/btcsuite/btcd/blob/ee68dc66a835bf2c9333f3d7b33791841f561c84/mempool/policy.go#L285
use those function to validate unbonding / slashing transactions
test suite to test new functions
Add:
btcstaking
library function to validate whether transactions are standard based on https://github.com/btcsuite/btcd/blob/ee68dc66a835bf2c9333f3d7b33791841f561c84/mempool/policy.go#L285