Branch: refs/heads/master
  Home:   https://github.com/btcsuite/btcd
  Commit: dc5486a579f7992c09c6f6cf2970f3e4fe7b8b53
      
https://github.com/btcsuite/btcd/commit/dc5486a579f7992c09c6f6cf2970f3e4fe7b8b53
  Author: Olaoluwa Osuntokun <laol...@gmail.com>
  Date:   2016-08-24 (Wed, 24 Aug 2016)

  Changed paths:
    M mempool/mempool.go
    M server.go

  Log Message:
  -----------
  mempool: add non-standard tx relaying to policy config


  Commit: 815ded348ec5aa2d0dbe7cfbc1468616e3508252
      
https://github.com/btcsuite/btcd/commit/815ded348ec5aa2d0dbe7cfbc1468616e3508252
  Author: Olaoluwa Osuntokun <laol...@gmail.com>
  Date:   2016-08-24 (Wed, 24 Aug 2016)

  Changed paths:
    M config.go
    M doc.go
    M sample-btcd.conf
    M server.go

  Log Message:
  -----------
  config: introduce new flags to accept/reject non-std transactions

This commit adds two new cli flags: one for accepting non-std
transactions, and the other for rejecting non-std transactions.

The two flag are rejected when using concurrently. Config parsing is
set up such that, the desired policy expressed via the config always
overrides the policy set by default for a particular chain.

The doc.go files and the sample-btcd.conf file have been updated to document
the new flags exposing further policy control.


  Commit: c6d50b7abfe5f43c60718398e12606d219725a57
      
https://github.com/btcsuite/btcd/commit/c6d50b7abfe5f43c60718398e12606d219725a57
  Author: Olaoluwa Osuntokun <laol...@gmail.com>
  Date:   2016-08-24 (Wed, 24 Aug 2016)

  Changed paths:
    M rpcserver_test.go

  Log Message:
  -----------
  rpctest: ensure the main harness rejects non-standard transactions

This commit modifies the current set of integration tests to ensure
that that the main harness always rejects non-standard transactions.

With this in place, even though we’re using simnet parameters, we
ensure that transaction acceptance/validation is identical to that of
main net.


Compare: https://github.com/btcsuite/btcd/compare/15bace88dc95...c6d50b7abfe5

Reply via email to