Branch: refs/heads/master
  Home:   https://github.com/conformal/btcscript
  Commit: 1566366346f8ebbf053b35edeb8e1dfa235bd3fc
      
https://github.com/conformal/btcscript/commit/1566366346f8ebbf053b35edeb8e1dfa235bd3fc
  Author: Owain G. Ainsworth <[email protected]>
  Date:   2014-02-20 (Thu, 20 Feb 2014)

  Changed paths:
    M script.go
    M script_test.go
    M test_coverage.txt

  Log Message:
  -----------
  convert internal script generation to use ScriptBuilder.

Also, unexport the functions to generate script types. Everything should
(and is) be using PayToAddrScript() with an address type instead of
throwing bytes around.

discussed with #@davecgh


  Commit: 5171cb803cf2efa82ad04d66c81530fe3d560660
      
https://github.com/conformal/btcscript/commit/5171cb803cf2efa82ad04d66c81530fe3d560660
  Author: Owain G. Ainsworth <[email protected]>
  Date:   2014-02-20 (Thu, 20 Feb 2014)

  Changed paths:
    M script.go
    M script_test.go
    M scriptbuilder.go
    M scriptbuilder_test.go
    M test_coverage.txt

  Log Message:
  -----------
  Convert builder.Push* to builder.Add* we think this is clearer.

Also, shorter!  Discussed with @davecgh.


  Commit: 2b0b512a83acb2bdfa9766b7dc44b6f81cb89c02
      
https://github.com/conformal/btcscript/commit/2b0b512a83acb2bdfa9766b7dc44b6f81cb89c02
  Author: Owain G. Ainsworth <[email protected]>
  Date:   2014-02-20 (Thu, 20 Feb 2014)

  Changed paths:
    M script.go
    M script_test.go
    M test_coverage.txt

  Log Message:
  -----------
  Add support for pay to pubkey addresses to PayToAddrScript

Based on some initial code from @davecgh, finished by me.


Compare: 
https://github.com/conformal/btcscript/compare/cff7f9704b86...2b0b512a83ac

Reply via email to