AdamISZ
2eb3a8737d
Revert "Python 3 style conversion"
...
This reverts commit c08b69ba75 .
8 years ago
James Hilliard
c08b69ba75
Python 3 style conversion
8 years ago
James Hilliard
089f75c0a3
Replace deprecated py.test syntax with pytest.
8 years ago
AdamISZ
382ba1e648
release notes for 0.4.1
8 years ago
AdamISZ
2461c9a5f3
release notes for 0.4.0
8 years ago
undeath
03ee77b96b
fix issues highlighted by flake8
8 years ago
undeath
1451c9e3ae
remove unused imports
8 years ago
undeath
995c123eec
replace old wallet implementation with new one
8 years ago
AdamISZ
a2d2616fd9
update docs and versions for 0.3.5
8 years ago
AdamISZ
d00be363bf
add 3rd vector for bip32 (leading null byte)
8 years ago
AdamISZ
ced064bc2b
update docs for release 0.3.4
8 years ago
undeath
589ed31fde
fix bug in segwit SIGHASH_SINGLE signing
8 years ago
Adam Gibson
bf9685e8e8
update versions to 0.3.3
8 years ago
AdamISZ
2916d528fe
bech32 destination addresses and script conversions
...
jmclient validate_address update for bech32 and test
add_tx_notify supports/handles bech32 outputs
bugfix Qt for bech32 address validation
8 years ago
AdamISZ
6679f92eba
Add full BIP143 semantics for custom sighash flags
9 years ago
AdamISZ
a6576c3be7
update to v0.3.2 and release notes
9 years ago
AdamISZ
07dbbc26e3
add opcodes to jmbitcoin for downstream custom scripts
9 years ago
AdamISZ
06283b3df7
Update package version numbers to 0.3.1
...
Update joinmarket-qt version numbers
Remove erroneous line from release notes 0.3.1
Update default config for electrum-server
9 years ago
AdamISZ
836dbc8d37
Full tx flow working on regtest/electrumX
...
taker side tx watcher fixed, detect p2pkh scripts in jmbitcoin
9 years ago
Adam Gibson
b58b8fcbcd
Fix tests, fix bug in mixed-transaction signing (not used in JM)
...
More on bug: when signing txs with SW and non-SW inputs, the
existing signature_form for non-SW inputs didnt pay attention
to whether the tx serialization was SW or non-SW style, so if
a SW-style tx serialization was passed in, it was kept in SW
form after passing through signature_form, resulting in an attempt
to create a signature based on SW style sighashing. The fix here
just ensures that signature_form always enforces the tx format
to be non-SW style, so allowing callers to sign() to get a valid
signature whatever they pass in.
9 years ago
Adam Gibson
590d0517a4
fix sighashing bug (don't check flag bytes for sighash in segwit)
9 years ago
Adam Gibson
65478ad539
Bump version 0.3.0, fix yieldgenerator bugs,
...
disable *-qt script until updated
9 years ago
Adam Gibson
e5075141f9
support new txid style
9 years ago
Adam Gibson
caac18734d
wallet-tool and directsend segwit working
9 years ago
Adam Gibson
73cdad08dd
initial sw-wallet support
9 years ago
Adam Gibson
6ad114d1da
bump version for segwit backend support
9 years ago
Adam Gibson
671e689495
segwit backend support
9 years ago
Adam Gibson
28912acb5f
add signmessage to wallet, update version
9 years ago
Adam Gibson
118d1aeda7
update version and set interdependency
9 years ago
Adam Gibson
519d29e90c
add primitive p2sh tx estimation support
9 years ago
Adam Gibson
9779074470
remove custom nonce code until I can figure out how to build the binary with it
9 years ago
Adam Gibson
0ea2dc5301
Completed coverage of jmbitcoin, jmbase, jmclient
...
Includes moving coverage and pytest files to root directory.
10 years ago
Adam Gibson
285f146446
Add tests for packages; bitcoin tests working, others in progress
...
Slight modification to install process, using pip install to avoid
polluting directories with build data.
Added general regression test support files to test/ (distinct from
planned package-level unit tests), this 2 levels of test should
function much better.
10 years ago
Adam Gibson
d171681f31
refactor dir structure for new setupall script
10 years ago
Adam Gibson
be916781ac
rename packages to jm*
10 years ago