pkgsrc/finance
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
..
bitcoin bitcoin: updated to 0.18.1 2019-09-20 16:57:28 +00:00
cpuminer Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
gkrellm-stock Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
gnucash gnucash: remove -Werror 2019-11-19 16:54:19 +00:00
gnucash-docs gnucash-docs: update to 3.4.0.1. 2019-01-01 22:33:34 +00:00
homebank finance: align variable assignments 2019-11-02 16:08:47 +00:00
ledger Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
libofx libofx: Fix build on NetBSD 9.99.17 2019-10-25 09:23:37 +00:00
magento *: update email for fhajny 2018-12-15 21:12:18 +00:00
moneyguru finance: align variable assignments 2019-11-02 16:08:47 +00:00
p5-Algorithm-LUHN Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Data-Currency Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Finance-Currency-Convert-WebserviceX Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Finance-Quote Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Locale-Currency-Format finance: align variable assignments 2019-11-02 16:08:47 +00:00
py-alpha_vantage py-alpha_vantage: updated to 2.1.0 2019-06-17 19:54:07 +00:00
py-alphalens py-alphalens: updated to 0.3.6 2019-06-17 05:31:49 +00:00
py-backtrader py-backtrader: updated to 1.9.74.123 2019-06-17 05:43:02 +00:00
py-bitcoinlib py-bitcoinlib: updated to 0.10.2 2019-11-25 18:24:49 +00:00
py-braintree py-braintree: updated to 3.57.1 2019-10-16 14:31:23 +00:00
py-empyrical py-empyrical: updated to 0.5.0 2019-06-17 15:24:34 +00:00
py-fecon235 py-fecon235: mark as incompatible with Python 2.7 2019-06-17 20:50:02 +00:00
py-ofxparse py-ofxparse: updated to 0.20 2018-12-04 13:18:54 +00:00
py-pyfolio py-pyfolio: updated to 0.9.2 2019-06-17 15:31:09 +00:00
py-quickbooks finance: align variable assignments 2019-11-02 16:08:47 +00:00
py-stripe py-stripe: updated to 2.35.1 2019-08-26 14:26:43 +00:00
py-trytond-account Reset maintainer 2017-09-16 19:26:41 +00:00
py-trytond-account-asset finance: align variable assignments 2019-11-02 16:08:47 +00:00
py-trytond-account-be Reset maintainer 2017-09-16 19:26:41 +00:00
py-trytond-account-credit-limit Reset maintainer 2017-09-16 19:26:41 +00:00
py-trytond-account-de-skr03 Reset maintainer 2017-09-16 19:26:41 +00:00
py-trytond-account-deposit Reset maintainer 2017-09-16 19:26:41 +00:00
py-trytond-account-dunning Reset maintainer 2017-09-16 19:26:41 +00:00
py-trytond-account-dunning-fee Reset maintainer 2017-09-16 19:26:41 +00:00
py-trytond-account-dunning-letter Reset maintainer 2017-09-16 19:26:41 +00:00
py-trytond-account-fr It's time to make Tryton great again. This update is YUGE. There are 71 2016-12-04 21:12:58 +00:00
py-trytond-account-invoice Reset maintainer 2017-09-16 19:26:41 +00:00
py-trytond-account-invoice-history It's time to make Tryton great again. This update is YUGE. There are 71 2016-12-04 21:12:58 +00:00
py-trytond-account-invoice-line-standalone It's time to make Tryton great again. This update is YUGE. There are 71 2016-12-04 21:12:58 +00:00
py-trytond-account-invoice-stock It's time to make Tryton great again. This update is YUGE. There are 71 2016-12-04 21:12:58 +00:00
py-trytond-account-payment It's time to make Tryton great again. This update is YUGE. There are 71 2016-12-04 21:12:58 +00:00
py-trytond-account-payment-clearing It's time to make Tryton great again. This update is YUGE. There are 71 2016-12-04 21:12:58 +00:00
py-trytond-account-payment-sepa finance: align variable assignments 2019-11-02 16:08:47 +00:00
py-trytond-account-payment-sepa-cfonb It's time to make Tryton great again. This update is YUGE. There are 71 2016-12-04 21:12:58 +00:00
py-trytond-account-product Reset maintainer 2017-09-16 19:26:41 +00:00
py-trytond-account-statement It's time to make Tryton great again. This update is YUGE. There are 71 2016-12-04 21:12:58 +00:00
py-trytond-account-stock-anglo-saxon Reset maintainer 2017-09-16 19:26:41 +00:00
py-trytond-account-stock-continental It's time to make Tryton great again. This update is YUGE. There are 71 2016-12-04 21:12:58 +00:00
py-trytond-account-stock-landed-cost Reset maintainer 2017-09-16 19:26:41 +00:00
py-trytond-account-stock-landed-cost-weight Reset maintainer 2017-09-16 19:26:41 +00:00
py-trytond-account-tax-rule-country Reset maintainer 2017-09-16 19:26:41 +00:00
py-trytond-analytic-account Switch py-dateutils to plain DEPENDS. 2017-02-20 17:00:35 +00:00
py-trytond-analytic-invoice It's time to make Tryton great again. This update is YUGE. There are 71 2016-12-04 21:12:58 +00:00
py-trytond-analytic-purchase It's time to make Tryton great again. This update is YUGE. There are 71 2016-12-04 21:12:58 +00:00
py-trytond-analytic-sale It's time to make Tryton great again. This update is YUGE. There are 71 2016-12-04 21:12:58 +00:00
py-trytond-bank finance: align variable assignments 2019-11-02 16:08:47 +00:00
py-trytond-commission Reset maintainer 2017-09-16 19:26:41 +00:00
py-trytond-commission-waiting Reset maintainer 2017-09-16 19:26:41 +00:00
py-trytond-currency Reset maintainer 2017-09-16 19:26:41 +00:00
py-trytond-customs Reset maintainer 2017-09-16 19:26:41 +00:00
py-trytond-product-cost-fifo It's time to make Tryton great again. This update is YUGE. There are 71 2016-12-04 21:12:58 +00:00
py-trytond-product-cost-history It's time to make Tryton great again. This update is YUGE. There are 71 2016-12-04 21:12:58 +00:00
py-trytond-product-price-list It's time to make Tryton great again. This update is YUGE. There are 71 2016-12-04 21:12:58 +00:00
py-trytond-purchase It's time to make Tryton great again. This update is YUGE. There are 71 2016-12-04 21:12:58 +00:00
py-trytond-purchase-invoice-line-standalone It's time to make Tryton great again. This update is YUGE. There are 71 2016-12-04 21:12:58 +00:00
py-trytond-purchase-request Reset maintainer 2017-09-16 19:26:41 +00:00
py-trytond-purchase-requisition Reset maintainer 2017-09-16 19:26:41 +00:00
py-trytond-purchase-shipment-cost Reset maintainer 2017-09-16 19:26:41 +00:00
py-trytond-sale It's time to make Tryton great again. This update is YUGE. There are 71 2016-12-04 21:12:58 +00:00
py-trytond-sale-complaint Reset maintainer 2017-09-16 19:26:41 +00:00
py-trytond-sale-credit-limit Reset maintainer 2017-09-16 19:26:41 +00:00
py-trytond-sale-extra Reset maintainer 2017-09-16 19:26:41 +00:00
py-trytond-sale-invoice-grouping Reset maintainer 2017-09-16 19:26:41 +00:00
py-trytond-sale-opportunity Reset maintainer 2017-09-16 19:26:41 +00:00
py-trytond-sale-price-list Reset maintainer 2017-09-16 19:26:41 +00:00
py-trytond-sale-promotion Reset maintainer 2017-09-16 19:26:41 +00:00
py-trytond-sale-shipment-cost Reset maintainer 2017-09-16 19:26:41 +00:00
py-trytond-sale-shipment-grouping Reset maintainer 2017-09-16 19:26:41 +00:00
py-trytond-sale-stock-quantity Reset maintainer 2017-09-16 19:26:41 +00:00
py-trytond-sale-supply Reset maintainer 2017-09-16 19:26:41 +00:00
py-trytond-sale-supply-drop-shipment Reset maintainer 2017-09-16 19:26:41 +00:00
py-trytond-stock-supply It's time to make Tryton great again. This update is YUGE. There are 71 2016-12-04 21:12:58 +00:00
py-trytond-stock-supply-day Reset maintainer 2017-09-16 19:26:41 +00:00
py-trytond-stock-supply-forecast Reset maintainer 2017-09-16 19:26:41 +00:00
py-trytond-stock-supply-production Reset maintainer 2017-09-16 19:26:41 +00:00
py-vatnumber finance: align variable assignments 2019-11-02 16:08:47 +00:00
QuantLib Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
R-bayesm R-bayesm: initial commit 2019-08-09 15:39:04 +00:00
R-fAsianOptions Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-fBasics Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-fOptions Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-quantmod Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-timeSeries Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-tseries Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-TTR Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
ruby-activemerchant Add SHA512 digests for distfiles for finance category 2015-11-03 00:12:12 +00:00
ruby-braintree Add SHA512 digests for distfiles for finance category 2015-11-03 00:12:12 +00:00
tclticker all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
tex-euro Add SHA512 digests for distfiles for finance category 2015-11-03 00:12:12 +00:00
tex-euro-doc Add SHA512 digests for distfiles for finance category 2015-11-03 00:12:12 +00:00
xfinans Comment out dead sites. 2017-09-06 10:40:25 +00:00
xinvest Sort PLIST files. 2018-01-01 22:29:15 +00:00
xquote finance: align variable assignments 2019-11-02 16:08:47 +00:00
Makefile py-bitcoinlib: updated to 0.10.2 2019-11-25 18:24:49 +00:00