Commit Graph

16981 Commits (826acc9a3d023ca1fa49fcb9daa82dea454032d5)
 

Author SHA1 Message Date
Wladimir J. van der Laan 39e0c65b29
Merge #12988: Hold cs_main while calling UpdatedBlockTip() signal
7 years ago
Wladimir J. van der Laan 434150aef7
Merge #12977: Refactor g_wallet_init_interface to const reference
7 years ago
Jonas Schnelli 3076993048
Merge #12899: macOS: Prevent Xcode 9.3 build warnings
7 years ago
Evan Klitzke 6a3b0d3d1a Print to console by default when not run with -daemon
7 years ago
Jesse Cohen d86edd3d30 Hold cs_main while calling UpdatedBlockTip() and ui.NotifyBlockTip
7 years ago
Thomas Snider 2c084a6609 net: Minor accumulated cleanups
7 years ago
MarcoFalke 07825088f9
Merge #12972: Add python3 script shebang lint
7 years ago
Wladimir J. van der Laan 4366f61cc9
Merge #11862: Network specific conf sections
7 years ago
John Newbery 3db1ba01c7 [tests] Set -deprecatedrpc=accounts in tests
7 years ago
John Newbery 4e671f0353 [tests] Rename rpc_listtransactions.py to wallet_listtransactions.py
7 years ago
John Newbery a28b907f8a [wallet] [rpc] Remove duplicate entries in rpcwallet.cpp's CRPCCommand table
7 years ago
Chun Kuan Lee 67bf2aa68e
qt:Show the entire Window when double clicking on taskbar
7 years ago
MarcoFalke 6a278e0640
Merge #12996: tests: Remove redundant bytes(…) calls
7 years ago
MarcoFalke fe8fa22d7a
Merge #12987: tests/tools: Enable additional Python flake8 rules for automatic linting via Travis
7 years ago
Matt Corallo 150b2f0265 Default to defining endian-conversion DECLs in compat w/o config
7 years ago
MarcoFalke fad29582c4
[doc] build-windows: Switch to Artful, since Zesty is EOL
7 years ago
practicalswift 9db48c5634 tests: Remove redundant bytes²
7 years ago
practicalswift 643aad17fa Enable additional flake8 rules
7 years ago
practicalswift f020aca297 Minor Python cleanups to make flake8 pass with the new rules enabled
7 years ago
Wladimir J. van der Laan 0d6992168c
Merge #12993: tests: Remove compatibility code not needed now when we're on Python 3
7 years ago
practicalswift b95f9a61e0 tests: Remove compatibility code not needed now when we're on Python 3
7 years ago
Wladimir J. van der Laan 6df0c6cb41
Merge #12951: [doc] Fix comment in FindForkInGlobalIndex
7 years ago
Wladimir J. van der Laan 3fef58c82d
Merge #12986: Trivial: Corrected comment array name from pnSeeds6 to pnSeed6
7 years ago
okayplanet d1b828bb46
correcting the array name from pnSeeds6 to pnSeed6
7 years ago
Wladimir J. van der Laan e76acf3384
Merge #12946: depends: Fix Qt build with XCode 9.3
7 years ago
Wladimir J. van der Laan dec61152d6
Merge #12973: Avoid std::locale/imbue madness in DateTimeStrFormat
7 years ago
JeremyRand 7d8a8cc25f
Avoid launching as admin when NSIS installer ends.
7 years ago
Russell Yanofsky cd0e1e91dd Fix inconsistent namespace formatting guidelines
7 years ago
Matt Corallo 9e50c337c7 Note new weight field in release-notes.
7 years ago
Matt Corallo d0d9112b79 Test new weight field in p2p_segwit
7 years ago
Matt Corallo 2874709a9f Expose a transaction's weight via RPC
7 years ago
Jonas Schnelli 5f2a39946f
Merge #11200: Allow for aborting rescans in the GUI
7 years ago
John Newbery 2bff472992 [contrib] convert test-security-check to python3
7 years ago
practicalswift 958bf40489 add lint tool to check python3 shebang
7 years ago
Wladimir J. van der Laan 23e7fe8be8
Merge #12569: net: Increase signal-to-noise ratio in debug.log by adjusting log level when logging failed non-manual connect():s
7 years ago
Pieter Wuille 54a5a21158 [MOVEONLY] Turn CScript::GetOp2 into a function and move to cpp
7 years ago
Pieter Wuille 6a7456ad60 [MOVEONLY] Move CSCript::FindAndDelete to interpreter
7 years ago
Pieter Wuille 33a8ecfbce Delete unused non-const-iterator CSCript::GetOp overloads
7 years ago
Pieter Wuille 2fb168b55d Make iterators in CScript::FindAndDelete const
7 years ago
Wladimir J. van der Laan e625548e7c
Merge #12950: bitcoin-tx: Flatten for loop over one element
7 years ago
Suhas Daftuar 8b56fc0b91 [qa] Test that v0 segwit outputs can't be spent pre-activation
7 years ago
Suhas Daftuar ccb8ca42a4 Always enforce SCRIPT_VERIFY_WITNESS with P2SH
7 years ago
Suhas Daftuar 5c31b20a35 [qa] Remove some pre-activation segwit tests
7 years ago
Suhas Daftuar 95749a5836 Separate NULLDUMMY enforcement from SEGWIT enforcement
7 years ago
Suhas Daftuar ce650182f4 Use P2SH consensus rules for all blocks
7 years ago
Wladimir J. van der Laan 94deb09349
Merge #12969: Drop dead code CScript::Find
7 years ago
João Barbosa 6ec78f1461 wallet: Refactor g_wallet_init_interface to const reference
7 years ago
João Barbosa 1936125671 wallet: Make WalletInitInterface members const
7 years ago
Wladimir J. van der Laan e87fefc60f test: Add rpc_bind test to default-run tests
7 years ago
Pieter Wuille 1527015681 Avoid std::locale/imbue in DateTimeStrFormat
7 years ago