v0.7.3
v0.7.3 — mining-serve JVM compat + sigma-rust eni rebase
Mining-serve fixes (3 real bugs surfaced by a reference GPU miner):
- WorkMessage b as JSON number, not string (JVM compat)
- Omit WorkMessage proof when empty (JVM compat)
- Candidate queried by validated height, not header height
sigma-rust pin 10a77c5c → f76db922 (eni, 4 new JVM-compat fixes):
- check_value_type before eval (tuple arity order, kushti review #897)
- Hard-wire-error gate in sized-ErgoTree degrade path
- Reject non-soft-forkable constant type codes (rule 1009)
- MaxBlockCost enforced in block units (not raw JIT accumulator)
Also: validation-fragments canonical tx bytes, runner-API re-exports.
Addons: indexer 0.2.7, fastsync 0.1.5.
Full Changelog: v0.7.2...v0.7.3