* Sorts transactions like zcashd in getrawmempool * Simplifies sort logic and condenses duplicate code * adds comment clarifying the intended byte order for transaction hashes * Multiplies fee by MAX_BLOCK_BYTES/tx-size instead of tx-size - Removes feature flag on get_raw_mempool * Apply suggestions from code review Co-authored-by: teor <teor@riseup.net> * Always uses `TransactionIds` request in tests * reverts switch from #[cfg()] to cfg!() * Adds feature flag to constant * Updates tests and removes !cfg(not(test)) * Moves up comment * adds missing transaction_ids Co-authored-by: teor <teor@riseup.net> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
benches | ||
proptest-regressions | ||
src | ||
Cargo.toml |