Commit 9a527f9 1 parent 7e1dd53 commit 9a527f9 Copy full SHA for 9a527f9
File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 89
89
* [ 2327] ( https://github.com/zeta-chain/node/pull/2327 ) - partially cherry picked the fix to Bitcoin outbound dust amount
90
90
* [ 2362] ( https://github.com/zeta-chain/node/pull/2362 ) - set 1000 satoshis as minimum BTC amount that can be withdrawn from zEVM
91
91
* [ 2382] ( https://github.com/zeta-chain/node/pull/2382 ) - add tx input and gas in rpc methods for synthetic eth txs
92
+ * [ 2434] ( https://github.com/zeta-chain/node/pull/2434 ) - the default database when running ` zetacored init ` is now pebbledb
92
93
93
94
### CI
94
95
* [ 2388] ( https://github.com/zeta-chain/node/pull/2388 ) - added GitHub attestations of binaries produced in the release workflow.
Original file line number Diff line number Diff line change @@ -114,6 +114,8 @@ func initTmConfig() *tmcfg.Config {
114
114
cfg .Mempool .Version = tmcfg .MempoolV1
115
115
}
116
116
117
+ cfg .DBBackend = "pebbledb"
118
+
117
119
return cfg
118
120
}
119
121
You can’t perform that action at this time.
0 commit comments