pkgsrc/finance/Makefile
adam 92859e6910 py-bitcoinlib: updated to 0.10.2
v0.10.2
Note: this will be the last release of python-bitcoinlib with Python 2.7 compatibility.

New RPC generatetoaddress(self,numblocks,addr).
Fixed Python 2.7 incompatibility.
Various OpenSSL fixes, including a memory leak.

v0.10.1
Identical in every way to v0.10.0, but re-uploaded under a new version to fix a PyPi issue.

v0.10.0
Minor breaking change: RPC port for regtest updated to the new v0.16.0 default.

Other changes:
Now looks for .cookie files in the datadir, if specified.
Authentication in a RPC service_url is now parsed.
Implemented bip-0037 version message.
contrib/verify-commits/ removed for now due to breakage.

v0.9.0
Now supports segwit, which breaks the API in minor ways from v0.8.0. This version introduces lots of new API functionality related to this, such as the new CScriptWitness, CTxInWitness, CTxWitness, new segwit-specific logic in SignatureHash() etc.

v0.8.0
Major breaking API change!

While this interim release doesn't by itself include segwit support, it does change the name of the CTransaction/CMutableTransaction method GetHash() to GetTxid() to prepare for a future segwit-enabled release. Incorrect calls to GetHash() will now raise a AttributeError exception with an explanation.

Since this release doesn't yet include segwit support, you will need to set the Bitcoin Core -rpcserialversion=0 option, either as a command line argument, or in your bitcoin.conf file. Otherwise the RPC interface will return segwit-serialized transactions that this release's RPC support doesn't understand.

Other changes:
Cookie file RPC authentication is now supported.
msg_header now correctly uses CBlockHeader rather than CBlock.
RPC getbalance now supports include_watchonly
RPC unlockwallet is now supported

v0.7.0
Breaking API changes:
The 'cooked' CScript iterator now returns OP_0 for the empty binary string rather than b''

The alias JSONRPCException = JSONRPCError has been removed. This alias was added for compatibility with v0.4.0 of python-bitcoinlib.

Where appropriate, RPC_INVALID_ADDRESS_OR_KEY errors are now caught properly, which means that rather than raising IndexError, RPC commands such as getblock may raise JSONRPCError instead. For instance during initial startup previously python-bitcoinlib would incorrectly raise IndexError rather than letting the callee know that RPC was unusable. Along those lines, JSONRPCError subclasses have been added for some (but not all!) of the types of RPC errors Bitcoin Core returns.

Bugfixes:
Fixed a spurious AttributeError when bitcoin.rpc.Proxy() fails.

v0.6.1
New features:
getblockheader RPC call now supports the verbose option; there's no other way to get the block height, among other things, from the RPC interface.
subtoaddress and sendmany RPC calls now support comment and subtractfeefromamount arguments.

v0.6.0
Breaking API changes:
RPC over SSL support removed to match Bitcoin Core's removal of RPC SSL support in v0.12.0 If you need this, use an alternative such as a stunnel or a SSH tunnel.

Removed SCRIPT_VERIFY constants bitcoin.core.script, leaving just the constants in bitcoin.core.scripteval; being singletons the redundant constants were broken anyway.

SCRIPT_VERIFY_EVEN_S renamed to SCRIPT_VERIFY_LOW_S to match Bitcoin Core's naming

SCRIPT_VERIFY_NOCACHE removed as Bitcoin Core no longer has it (and we never did anything with it anyway)

v0.5.1
Various small bugfixes; see git history.

New features:
New RPC calls: fundrawtransaction, generate, getblockheader
OP_CHECKLOCKTIMEVERIFY opcode constant

v0.5.0
Major fix: Fixed OpenSSL related crashes on OSX and Arch Linux. Big thanks to everyone who helped fix this!

Breaking API changes:
Proxy no longer has __getattr__ to support arbitrary methods. Use RawProxy or Proxy.call instead. This allows new wrappers to be added safely. See docstrings for details.
New features:

New RPC calls: getbestblockhash, getblockcount, getmininginfo
Signing and verification of Bitcoin Core compatible messages. (w/ pubkey recovery)
Tox tests
Sphinx docs

Notable bugfixes:
getinfo() now works where disablewallet=1

v0.4.0
Major fix: OpenSSL 1.0.1k rejects non-canonical DER signatures, which Bitcoin Core does not, so we now canonicalize signatures prior to passing them to OpenSSL. Secondly we now only generate low-S DER signatures as per BIP62.

API changes that might break compatibility with existing code:

MAX_MONEY is now a core chain parameter
MainParams now inherits from CoreMainParams rather than CoreChainParams
str() now returns hash:n format; previously was same as repr()
RawProxy() no longer has _connection parameter

Notable bugfixes:
MsgSerializable.to_bytes() no longer clobbers testnet params
HTTPS RPC connections now use port 443 as default
No longer assumes bitcoin.conf specifes rpcuser

New features:
New RPC calls: dumpprivkey, importaddress
Added P2P support for msg_notfound and msg_reject
Added support for IPv6 addr messages
2019-11-25 18:24:49 +00:00

110 lines
3.3 KiB
Makefile

# $NetBSD: Makefile,v 1.69 2019/11/25 18:24:49 adam Exp $
#
COMMENT= Monetary, financial and related applications
SUBDIR+= QuantLib
SUBDIR+= R-TTR
SUBDIR+= R-bayesm
SUBDIR+= R-fAsianOptions
SUBDIR+= R-fBasics
SUBDIR+= R-fOptions
SUBDIR+= R-quantmod
SUBDIR+= R-timeSeries
SUBDIR+= R-tseries
SUBDIR+= bitcoin
SUBDIR+= cpuminer
SUBDIR+= gkrellm-stock
SUBDIR+= gnucash
SUBDIR+= gnucash-docs
SUBDIR+= homebank
SUBDIR+= ledger
SUBDIR+= libofx
SUBDIR+= magento
SUBDIR+= moneyguru
SUBDIR+= p5-Algorithm-LUHN
SUBDIR+= p5-Data-Currency
SUBDIR+= p5-Finance-Currency-Convert-WebserviceX
SUBDIR+= p5-Finance-Quote
SUBDIR+= p5-Locale-Currency-Format
SUBDIR+= py-alpha_vantage
SUBDIR+= py-alphalens
SUBDIR+= py-backtrader
SUBDIR+= py-bitcoinlib
SUBDIR+= py-braintree
SUBDIR+= py-empyrical
SUBDIR+= py-fecon235
SUBDIR+= py-ofxparse
SUBDIR+= py-pyfolio
SUBDIR+= py-quickbooks
SUBDIR+= py-stripe
SUBDIR+= py-trytond-account
SUBDIR+= py-trytond-account-asset
SUBDIR+= py-trytond-account-be
SUBDIR+= py-trytond-account-credit-limit
SUBDIR+= py-trytond-account-de-skr03
SUBDIR+= py-trytond-account-deposit
SUBDIR+= py-trytond-account-dunning
SUBDIR+= py-trytond-account-dunning-fee
SUBDIR+= py-trytond-account-dunning-letter
SUBDIR+= py-trytond-account-fr
SUBDIR+= py-trytond-account-invoice
SUBDIR+= py-trytond-account-invoice-history
SUBDIR+= py-trytond-account-invoice-line-standalone
SUBDIR+= py-trytond-account-invoice-stock
SUBDIR+= py-trytond-account-payment
SUBDIR+= py-trytond-account-payment-clearing
SUBDIR+= py-trytond-account-payment-sepa
SUBDIR+= py-trytond-account-payment-sepa-cfonb
SUBDIR+= py-trytond-account-product
SUBDIR+= py-trytond-account-statement
SUBDIR+= py-trytond-account-stock-anglo-saxon
SUBDIR+= py-trytond-account-stock-continental
SUBDIR+= py-trytond-account-stock-landed-cost
SUBDIR+= py-trytond-account-stock-landed-cost-weight
SUBDIR+= py-trytond-account-tax-rule-country
SUBDIR+= py-trytond-analytic-account
SUBDIR+= py-trytond-analytic-invoice
SUBDIR+= py-trytond-analytic-purchase
SUBDIR+= py-trytond-analytic-sale
SUBDIR+= py-trytond-bank
SUBDIR+= py-trytond-commission
SUBDIR+= py-trytond-commission-waiting
SUBDIR+= py-trytond-currency
SUBDIR+= py-trytond-customs
SUBDIR+= py-trytond-product-cost-fifo
SUBDIR+= py-trytond-product-cost-history
SUBDIR+= py-trytond-product-price-list
SUBDIR+= py-trytond-purchase
SUBDIR+= py-trytond-purchase-invoice-line-standalone
SUBDIR+= py-trytond-purchase-request
SUBDIR+= py-trytond-purchase-requisition
SUBDIR+= py-trytond-purchase-shipment-cost
SUBDIR+= py-trytond-sale
SUBDIR+= py-trytond-sale-complaint
SUBDIR+= py-trytond-sale-credit-limit
SUBDIR+= py-trytond-sale-extra
SUBDIR+= py-trytond-sale-invoice-grouping
SUBDIR+= py-trytond-sale-opportunity
SUBDIR+= py-trytond-sale-price-list
SUBDIR+= py-trytond-sale-promotion
SUBDIR+= py-trytond-sale-shipment-cost
SUBDIR+= py-trytond-sale-shipment-grouping
SUBDIR+= py-trytond-sale-stock-quantity
SUBDIR+= py-trytond-sale-supply
SUBDIR+= py-trytond-sale-supply-drop-shipment
SUBDIR+= py-trytond-stock-supply
SUBDIR+= py-trytond-stock-supply-day
SUBDIR+= py-trytond-stock-supply-forecast
SUBDIR+= py-trytond-stock-supply-production
SUBDIR+= py-vatnumber
SUBDIR+= ruby-activemerchant
SUBDIR+= ruby-braintree
SUBDIR+= tclticker
SUBDIR+= tex-euro
SUBDIR+= tex-euro-doc
SUBDIR+= xfinans
SUBDIR+= xinvest
SUBDIR+= xquote
.include "../mk/misc/category.mk"