mirror of
https://github.com/logos-messaging/logos-messaging-rust-bindings.git
synced 2026-01-05 23:43:11 +00:00
fix: enable legacy filter (#78)
This commit is contained in:
parent
e61732a8c7
commit
190e1f6b09
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "waku-bindings"
|
name = "waku-bindings"
|
||||||
version = "0.3.1"
|
version = "0.3.2"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = [
|
authors = [
|
||||||
"Daniel Sanchez Quiros <danielsq@status.im>"
|
"Daniel Sanchez Quiros <danielsq@status.im>"
|
||||||
|
|||||||
@ -52,6 +52,7 @@ pub struct WakuNodeConfig {
|
|||||||
pub min_peers_to_publish: Option<usize>,
|
pub min_peers_to_publish: Option<usize>,
|
||||||
/// Enable filter protocol. Default `false`
|
/// Enable filter protocol. Default `false`
|
||||||
#[default(Some(false))]
|
#[default(Some(false))]
|
||||||
|
#[serde(rename = "legacyFilter")]
|
||||||
pub filter: Option<bool>,
|
pub filter: Option<bool>,
|
||||||
/// Set the log level. Default `INFO`. Allowed values "DEBUG", "INFO", "WARN", "ERROR", "DPANIC", "PANIC", "FATAL"
|
/// Set the log level. Default `INFO`. Allowed values "DEBUG", "INFO", "WARN", "ERROR", "DPANIC", "PANIC", "FATAL"
|
||||||
#[default(Some(WakuLogLevel::Info))]
|
#[default(Some(WakuLogLevel::Info))]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user