waku-org / waku-rust-bindings

Rust wrapper over go-waku ffi
14 stars 6 forks source link

Pass gossipsub params to go-waku node #50

Closed bacv closed 1 year ago

bacv commented 1 year ago

Changes for passing gossipsub params to go-waku node. Related to waku-org/go-waku#489. This needs to be updated with the correct vendor commit, after go-waku changes are merged.

danielSanchezQ commented 1 year ago

This looks good. Update the vendor commit when available and check if logging errors persist. Do not know what happened on previous release.

bacv commented 1 year ago

Updated vendor commit to match go-waku main branch. Tested the logfix, added testcases to verify:

cargo test loglevel_error -- --nocapture # no info logs
cargo test loglevel_info  -- --nocapture # info logs and levels above it