You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BSV::Network::WhatsOnChain expanded with current_height, get_block_header(height), and valid_root_for_height?(root, height) —
a single WhatsOnChain instance now serves as a complete chain data source
(#596)
Transaction#verify now raises VerificationError for all failure modes: :script_failure (wraps ScriptError with cause chaining), :missing_source (replaces ArgumentError), :invalid_merkle_proof, :insufficient_fee, and :output_overflow. Code rescuing ArgumentError
or ScriptError from verify must switch to VerificationError (#608)
Removed dead code: BSV::Wallet::Wallet (superseded by bsv-wallet gem's Client), BSV::Messages (unused re-export alias), and duplicate BSV::Wallet::InsufficientFundsError (#594)
Fixed
WhatsOnChain valid_root_for_height? YARD doc now correctly documents
that 404 returns false rather than raising