zebra/zebra-consensus/src
teor 4078e244d3
fix(lint): Box large error types to resolve the clippy large result err variant lint (#5759)
* Box errors to deal with large error warnings, add accessor methods for error properties

* Remove or explain some large enum variant lints

* Turn some tickets into TODOs

* Allow missing docs on single-field error enum variants

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-12-08 06:11:33 +00:00
..
block fix(consensus): Check network and P2SH addresses for mining config and funding streams (#5620) 2022-11-11 03:42:05 +00:00
chain build(deps): bump insta from 1.15.0 to 1.17.1 (#4884) 2022-08-04 15:44:44 +00:00
checkpoint fix(clippy): Put Rust format variables inline (#5783) 2022-12-08 01:05:57 +00:00
parameters Remove duplicate and redundant consensus parameter code (#4760) 2022-07-22 16:33:26 +00:00
primitives build(deps): bump insta from 1.15.0 to 1.17.1 (#4884) 2022-08-04 15:44:44 +00:00
transaction change(mempool): Contextually validates mempool transactions in best chain (#5716) 2022-11-30 04:40:15 +00:00
block.rs fix(lint): Box large error types to resolve the clippy large result err variant lint (#5759) 2022-12-08 06:11:33 +00:00
chain.rs fix(lint): Box large error types to resolve the clippy large result err variant lint (#5759) 2022-12-08 06:11:33 +00:00
checkpoint.rs fix(lint): Box large error types to resolve the clippy large result err variant lint (#5759) 2022-12-08 06:11:33 +00:00
config.rs
error.rs fix(lint): Box large error types to resolve the clippy large result err variant lint (#5759) 2022-12-08 06:11:33 +00:00
lib.rs change(rpc): generate coinbase transactions in the getblocktemplate RPC (#5580) 2022-11-10 00:12:27 +00:00
parameters.rs Remove duplicate and redundant consensus parameter code (#4760) 2022-07-22 16:33:26 +00:00
primitives.rs
script.rs
transaction.rs change(rpc): Select getblocktemplate RPC transactions according to ZIP-317 (#5724) 2022-12-01 21:57:22 +00:00