rust-bitcoin-unsafe-fast/bitcoin/src/blockdata
Andrew Poelstra caf53d755d
Merge rust-bitcoin/rust-bitcoin#1968: Add max standard tx weight constant to transaction
2e3006a729 Add max standard tx weight constant to transaction (yancy)

Pull request description:

  Add a constant for the max transaction weight.  Similar to [max block weight](1b009b809b/bitcoin/src/blockdata/weight.rs (L35)).  This value is pulled from core  [here](44b05bf3fe/src/policy/policy.h (L27))

ACKs for top commit:
  apoelstra:
    ACK 2e3006a729
  sanket1729:
    ACK 2e3006a729

Tree-SHA512: 1583695f43387538f948be85ded7ff9a4bf9778169acb958debcbe1572a6dc8bfcd26ddfb8dbe0c030c98ab1f8a66d239a5bc663bf65ec3376a46d5f71e90894
2023-08-02 22:11:48 +00:00
..
locktime Use standard set of derives on all error types 2023-07-28 06:15:49 +10:00
script Merge rust-bitcoin/rust-bitcoin#1914: Move type definitions of pubkey/script hash types 2023-08-02 13:57:39 +00:00
block.rs Use standard set of derives on all error types 2023-07-28 06:15:49 +10:00
constants.rs Move p2p::constants::Network to crate root 2023-08-01 16:46:59 +10:00
fee_rate.rs fee_rate: Add public absolute weight convenience functions 2023-08-02 09:10:49 +10:00
mod.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
opcodes.rs Fix minor comments on count_sigops PR 2023-06-04 15:17:36 -07:00
transaction.rs Merge rust-bitcoin/rust-bitcoin#1968: Add max standard tx weight constant to transaction 2023-08-02 22:11:48 +00:00
weight.rs weight: Make docs uniform and terse 2023-07-20 09:32:23 +10:00
witness.rs Merge rust-bitcoin/rust-bitcoin#1957: Remove deprecated code 2023-08-02 13:40:50 +00:00