This removes the function IsSupportedMsgTxVersion function from wire since that is a policy decision and does not belong in wire. It also updates the mempool standard transaction checks to be more inline with the upstream code such that the maximum supported transaction version is specified via a field in the mempool policy configuration struct. Finally, it adds a new test to the standard transaction tests to ensure transactions that are not serialized with the full seriaization type are considered nonstandard. |
||
|---|---|---|
| .. | ||
| error.go | ||
| log.go | ||
| mempool_test.go | ||
| mempool.go | ||
| policy_test.go | ||
| policy.go | ||
| README.md | ||