go-blockchain/consensus
Virgil be99c5e93a
Some checks are pending
Security Scan / security (push) Waiting to run
Test / Test (push) Waiting to run
fix(wire): reject unsupported transaction variants
Add explicit errors for unknown input/output variants in the wire encoder and tighten transparent output validation in consensus. Cover the new failure paths with unit tests.

Co-Authored-By: Charon <charon@lethean.io>
2026-04-04 19:56:50 +00:00
..
balance.go feat(crypto): add generic double-Schnorr bridge 2026-04-04 18:26:33 +00:00
block.go feat(consensus): enforce block version in chain sync 2026-04-04 18:56:36 +00:00
block_test.go feat(consensus): enforce block version in chain sync 2026-04-04 18:56:36 +00:00
doc.go feat(consensus): scaffold package with error types 2026-02-21 00:39:41 +00:00
errors.go feat(consensus): enforce transaction version 3 after HF5 2026-03-16 20:57:54 +00:00
errors_test.go feat(consensus): scaffold package with error types 2026-02-21 00:39:41 +00:00
fee.go refactor: migrate module path to dappco.re/go/core/blockchain 2026-03-22 01:49:26 +00:00
fee_test.go refactor: migrate module path to dappco.re/go/core/blockchain 2026-03-22 01:49:26 +00:00
freeze_test.go refactor: migrate module path to dappco.re/go/core/blockchain 2026-03-22 01:49:26 +00:00
integration_test.go refactor: migrate module path to dappco.re/go/core/blockchain 2026-03-22 01:49:26 +00:00
pow.go refactor: migrate module path to dappco.re/go/core/blockchain 2026-03-22 01:49:26 +00:00
pow_test.go refactor: migrate module path to dappco.re/go/core/blockchain 2026-03-22 01:49:26 +00:00
reward.go refactor: migrate module path to dappco.re/go/core/blockchain 2026-03-22 01:49:26 +00:00
reward_test.go refactor: migrate module path to dappco.re/go/core/blockchain 2026-03-22 01:49:26 +00:00
tx.go fix(wire): reject unsupported transaction variants 2026-04-04 19:56:50 +00:00
tx_test.go fix(wire): reject unsupported transaction variants 2026-04-04 19:56:50 +00:00
tx_version_test.go feat(consensus): enforce hf5 tx version and add asset descriptors 2026-04-04 18:34:49 +00:00
v2sig.go refactor: migrate module path to dappco.re/go/core/blockchain 2026-03-22 01:49:26 +00:00
v2sig_test.go refactor: migrate module path to dappco.re/go/core/blockchain 2026-03-22 01:49:26 +00:00
verify.go feat(chain): select HTLC ring keys by expiry 2026-04-04 19:11:37 +00:00
verify_crypto_test.go refactor: migrate module path to dappco.re/go/core/blockchain 2026-03-22 01:49:26 +00:00
verify_test.go refactor: migrate module path to dappco.re/go/core/blockchain 2026-03-22 01:49:26 +00:00