zebra/zebrad/src
teor 60ebefc988
fix(mempool): Stop ignoring some transaction broadcasts (#6230)
* Combine transaction IDs that arrive close together rather than overwriting them

* Reduce the size of transaction ID gossip logs

* Limit the maximum number of times we wait for new changes before sending

* Make logs even shorter

* Expand correctness comment

* Remove trailing space

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-03-02 04:56:24 +00:00
..
application fix(zebrad) print usage info for --help flag (#5634) 2022-11-18 14:24:10 +00:00
bin/zebrad fix(clippy): Fix new lints in nightly clippy (#5959) 2023-01-18 00:27:42 +00:00
commands fix(consensus): Check that Zebra's state contains the social consensus chain on startup (#6163) 2023-02-21 05:30:29 +00:00
components fix(mempool): Stop ignoring some transaction broadcasts (#6230) 2023-03-02 04:56:24 +00:00
application.rs fix(clippy): Put Rust format variables inline (#5783) 2022-12-08 01:05:57 +00:00
commands.rs fix(zebrad) print usage info for --help flag (#5634) 2022-11-18 14:24:10 +00:00
components.rs Re-order Zebra startup, so slow services are launched last (#3091) 2021-11-23 17:42:44 +00:00
config.rs rpc(config): Add a `mining` section with miner address to config (#5491) 2022-11-01 00:43:45 +00:00
lib.rs 2. change(rpc): Add some transaction fields to the `getblocktemplate` RPC (#5496) 2022-11-03 03:25:01 +00:00
prelude.rs Fix a deadlock in TokioComponent. 2020-01-15 12:06:31 -08:00
sentry.rs Standardise clippy lints and require docs (#2238) 2021-06-04 08:48:40 +10:00