mirror of
https://github.com/aljazceru/ark.git
synced 2025-12-17 20:24:21 +01:00
Dynamic min-relay-fee and dust amount (#280)
* [btc-embedded] add chainfee.Estimator and extraAPI interfaces * dynamic fee amount * dynamic dust amount * [client] fix linter errors * [domain] fix unit tests * [server] return dust amount in GetInfo RPC * [sdk] fix lnd dependencie * go work sync * fix witness stack size forfeit tx size estimator * remove hardcoded fee values in covenant txbuilder * lower liquid feerate * fix after reviews * go work sync
This commit is contained in:
@@ -58,7 +58,7 @@ type Info struct {
|
||||
UnilateralExitDelay int64
|
||||
RoundInterval int64
|
||||
Network string
|
||||
MinRelayFee int64
|
||||
Dust uint64
|
||||
BoardingDescriptorTemplate string
|
||||
}
|
||||
|
||||
@@ -179,6 +179,7 @@ type RoundSigningStartedEvent struct {
|
||||
ID string
|
||||
UnsignedTree tree.CongestionTree
|
||||
CosignersPublicKeys []*secp256k1.PublicKey
|
||||
UnsignedRoundTx string
|
||||
}
|
||||
|
||||
func (e RoundSigningStartedEvent) isRoundEvent() {}
|
||||
|
||||
Reference in New Issue
Block a user