Code Monkey home page Code Monkey logo

bitcoinx's Introduction

https://travis-ci.org/kyuupichan/bitcoinX.svg?branch=master

bitcoinX

A Python Bitcoin library that will grow to encompass network protocol, consensus, transactions, scripting and signing.

Licence:MIT
Language:Python (>= 3.7)
Author:Neil Booth

Documentation

In time.

ChangeLog

0.4.2

  • Coin renamed to Network; all_coins to all_networks. Those two symbols are deprecated and will be removed in 0.5.
  • Network constructor requires names be used
  • network.name renamed network.full_name; network.name is now a short name
  • networks have new attribtes: BIP65_height, BIP66_height, CSV_height, UAHF_height, DAA_height, genesis_height and magic.
  • new symbol networks_by_name

0.4.1

  • Script.to_asm(): for truncated scripts it now returns all words up to the truncation point, for which it returns '[script error]' by default, but alternative text can be supplied.
  • new API pack_signed_message() related to message signing; this function was previously internal.

0.4.0

  • Switch to Open BSV License version 3
  • Add a script interpreter. This is extensively tested and I believe it is compatible with bitcoind if passed the appropriate arguments. The API is very likely to change, particularly when I introduce a script debugger.
  • Script: new APIs and minor changes needed for the script interpreter
  • Cleanup / rewrite of the Signature class for the script interpreter. The API is quite different.
  • Tx: supports old-style signature hashing for before the BCH fork
  • TxOut: add null() API
  • ElectrumMnemonic: - new_to_seed() converts a new-style mnemonic and passphrase to a seed - normalize_new() normalizes a new-style mnemonic - add an Electrum-compatible passphrase mangler

bitcoinx's People

Contributors

rt121212121 avatar austecon avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.