File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
37
37
38
38
## Unreleased
39
39
40
+ ### Improvements
41
+
42
+ * [ #125 ] ( https://github.com/babylonlabs-io/covenant-emulator/pull/125 ) Update config defaults for gas adjustment and cov batch sigs.
43
+
40
44
## v0.15.1
41
45
42
46
### Improvements
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ func DefaultBBNConfig() BBNConfig {
33
33
GRPCAddr : dc .GRPCAddr ,
34
34
AccountPrefix : dc .AccountPrefix ,
35
35
KeyringBackend : dc .KeyringBackend ,
36
- GasAdjustment : 5 , // Increased from default to ensure sufficient gas
36
+ GasAdjustment : 2. 5 , // Increased from default to ensure sufficient gas
37
37
GasPrices : dc .GasPrices ,
38
38
Debug : dc .Debug ,
39
39
Timeout : dc .Timeout ,
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ const (
19
19
defaultCovenantKeyName = "covenant-key"
20
20
defaultQueryInterval = 15 * time .Second
21
21
defaultDelegationLimit = uint64 (100 )
22
- defaultSigsBatchSize = uint64 (20 )
22
+ defaultSigsBatchSize = uint64 (30 )
23
23
defaultBitcoinNetwork = "simnet"
24
24
defaultLogDirname = "logs"
25
25
)
You can’t perform that action at this time.
0 commit comments