- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Sep 27 2018
Sep 27 2018
schancel committed rSTAGINGd685f64625d5: [qa] Use proper fee accounting in mempool_limit (authored by schancel).
[qa] Use proper fee accounting in mempool_limit
schancel committed rSTAGING23e15185df78: [qa] use calculate_fee for prioritise_transaction (authored by schancel).
[qa] use calculate_fee for prioritise_transaction
schancel committed rSTAGING1ab9230f5c56: [qa] change bip68 sequence to use calculate_fee (authored by schancel).
[qa] change bip68 sequence to use calculate_fee
schancel committed rSTAGING9c6f4b94b4a1: Remove blockFinished from BlockAssembler (authored by schancel).
Remove blockFinished from BlockAssembler
Couple of code nits in miner.cpp
schancel committed rSTAGING184cf2684319: Create a typedef for handling mapDeltas in the mempool. (authored by schancel).
Create a typedef for handling mapDeltas in the mempool.
schancel committed rSTAGING815bd4800dcc: [qa] change abandonconflict to explicitly calculate fees (authored by schancel).
[qa] change abandonconflict to explicitly calculate fees
schancel committed rSTAGINGf1fc09579f02: [qa] Fix error in calculating transaction fees. (authored by schancel).
[qa] Fix error in calculating transaction fees.
schancel committed rSTAGINGfee84fb954d8: Make comments in abandonconflict legible. (authored by schancel).
Make comments in abandonconflict legible.
schancel committed rSTAGING48d1311f1dc6: Make get_srcdir more intelligent and robust (authored by schancel).
Make get_srcdir more intelligent and robust
schancel committed rSTAGING37fb1629e725: Move get_srcdir to where it is used (authored by schancel).
Move get_srcdir to where it is used
schancel committed rSTAGING23cd4f896e48: Couple of nits in net_processing.cpp (authored by schancel).
Couple of nits in net_processing.cpp
Drop minimum fee to 250sat/kb
schancel committed rSTAGING1b4c979a2632: Add log for clearing the mempool during reorg (authored by schancel).
Add log for clearing the mempool during reorg
schancel committed rSTAGINGb983ebdcaba0: Use a modified size for transaction minimum fee calculation. (authored by schancel).
Use a modified size for transaction minimum fee calculation.
schancel committed rSTAGING3e35da18440c: [qa] change default number of rpc test jobs (authored by schancel).
[qa] change default number of rpc test jobs
schancel committed rSTAGING911d89718992: Add a NUM2BIN test with a 5 byte operand (authored by danconnolly).
Add a NUM2BIN test with a 5 byte operand
schancel committed rSTAGINGa05bfba6a467: [qa] parallelize tests suite rather than polling subprocesses (authored by schancel).
[qa] parallelize tests suite rather than polling subprocesses
schancel committed rSTAGING3951fbe93e0c: Add BCLog::NET category to disconnect ban message (authored by schancel).
Add BCLog::NET category to disconnect ban message
Update version number to 0.17.3
schancel committed rSTAGING4fd0b1ba6189: Update chainparams for release 0.17.2 (authored by schancel).
Update chainparams for release 0.17.2
schancel committed rSTAGING61c84e3109b2: [qa] Add a fee calculation helper for CTransaction (authored by schancel).
[qa] Add a fee calculation helper for CTransaction
schancel committed rSTAGINGbb1586d321ab: Move minRelayFee into Config handler (authored by schancel).
Move minRelayFee into Config handler
Remove incremental relay fee.
schancel committed rSTAGINGa95b44134c18: [qa] cause test_framework to mine the initial chain *now* (authored by schancel).
[qa] cause test_framework to mine the initial chain *now*
Fix a bunch of clang warnings.
schancel committed rSTAGINGe8494dcc5a8a: [qa] bump test timeout when running on the build system (authored by schancel).
[qa] bump test timeout when running on the build system
schancel committed rSTAGING91a4dd5fdbe0: [qa] replace specific unit test checks with `make check` (authored by schancel).
[qa] replace specific unit test checks with `make check`
schancel committed rSTAGING4c623ad0b671: [qa] add monolithactivationtime to mempool reorg to ensure it works (authored by schancel).
[qa] add monolithactivationtime to mempool reorg to ensure it works
schancel committed rSTAGING7080027ed44f: [policy] remove deprecated estimateSmartPriority function (authored by schancel).
[policy] remove deprecated estimateSmartPriority function
schancel committed rSTAGING703d6b381cfa: [mempool] remove use of deprecated estimateSmartPriority function (authored by schancel).
[mempool] remove use of deprecated estimateSmartPriority function
schancel committed rSTAGING713915afdac4: [cmake] support using brew for finding path prefixes on OSX (authored by schancel).
[cmake] support using brew for finding path prefixes on OSX
schancel committed rSTAGING62a8db68373b: [qa] remove now-broken `smartfees.py` test (authored by schancel).
[qa] remove now-broken `smartfees.py` test
schancel committed rSTAGING194ccf30bd90: Remove unused fAllowFree variable from coincontrolwallet.cpp (authored by schancel).
Remove unused fAllowFree variable from coincontrolwallet.cpp
[rpc] remove missed rpc parameters
[rpc] remove estimatesmartfee api
schancel committed rSTAGINGb79291a69958: [cmake] add functional tests to cmake (authored by schancel).
[cmake] add functional tests to cmake
schancel committed rSTAGING6d85f0424486: Remove support for `-sendfreetransactions` (authored by schancel).
Remove support for `-sendfreetransactions`
schancel committed rSTAGING04ae2a85085b: [ci] minor improvements to the IBD script (authored by schancel).
[ci] minor improvements to the IBD script
schancel committed rSTAGING46a3d9cd6b77: Remove errorneous command from build.sh (authored by schancel).
Remove errorneous command from build.sh
schancel committed rSTAGING51ee0d9ec5b4: [rpc] Remove deprecated estimateSmartPriority functionality (authored by schancel).
[rpc] Remove deprecated estimateSmartPriority functionality
schancel committed rSTAGING45ba86437b58: Ensure teamcity runs more of the unit tests. (authored by schancel).
Ensure teamcity runs more of the unit tests.
schancel committed rSTAGINGf8181f403973: Remove mempool dependency on minRelayFee (authored by schancel).
Remove mempool dependency on minRelayFee
schancel committed rSTAGINGc6028facb5a9: [wallet] remove use of deprecated estimateSmartPriority (authored by schancel).
[wallet] remove use of deprecated estimateSmartPriority
schancel committed rSTAGINGd0fb55cdf701: Ensure checks are enforced in core_read.cpp for all push types (authored by schancel).
Ensure checks are enforced in core_read.cpp for all push types
schancel committed rSTAGING0a4fe4b690e7: [cmake] move json test generation script out of cmake (authored by schancel).
[cmake] move json test generation script out of cmake
schancel committed rSTAGING053945a474ad: Remove deprecated estimatePriority functionality (authored by schancel).
Remove deprecated estimatePriority functionality
Update version number to 0.17.2
schancel committed rSTAGINGa80912c6bf3e: [cmake] add openssl includes for tests to compile properly (authored by schancel).
[cmake] add openssl includes for tests to compile properly
schancel committed rSTAGING174685646ebc: [cmake] Add OPENSSL_INCLUDE_DIR to util target (authored by schancel).
[cmake] Add OPENSSL_INCLUDE_DIR to util target
schancel committed rSTAGING0698df7e1066: [cmake] Properly include public BerkeleyDB headers with wallet library (authored by schancel).
[cmake] Properly include public BerkeleyDB headers with wallet library
schancel committed rSTAGINGe1fa952678c6: Prepare release notes, and minimum space required, for 0.17.1 (authored by schancel).
Prepare release notes, and minimum space required, for 0.17.1
schancel committed rSTAGINGe0c19f65a608: Fix vagrant box, for gitian builds, provisioning script (authored by schancel).
Fix vagrant box, for gitian builds, provisioning script
Fix a couple of nits in miner.cpp
schancel committed rSTAGINGb00eb5bde21c: Make PUSHDATA opcodes have names in ParseScript (authored by schancel).
Make PUSHDATA opcodes have names in ParseScript
schancel committed rSTAGINGfa7f0bba1284: Make PUSHDATA opcodes have names in ParseScript (authored by schancel).
Make PUSHDATA opcodes have names in ParseScript
schancel committed rSTAGING81c8fef18aeb: Update developer notes and link to it from contributing docs (authored by schancel).
Update developer notes and link to it from contributing docs
schancel committed rSTAGING90ce4fff78f1: Make script_tests.cpp output verbose errors. (authored by schancel).
Make script_tests.cpp output verbose errors.
Fix GMT time in release notes
schancel committed rSTAGINGf66412ed9892: Fix several tests in script_tests.json (authored by schancel).
Fix several tests in script_tests.json
schancel committed rSTAGINGea91b58aac8b: Prepare a flag for charging for excessive utxo creation (authored by schancel).
Prepare a flag for charging for excessive utxo creation
schancel committed rSTAGING6a77ad830f8e: Add note about incrementing cmake version to release process docs. (authored by schancel).
Add note about incrementing cmake version to release process docs.
schancel committed rSTAGINGdf4a6b2207c6: Fix bitcoin-abc website link in README.md (authored by schancel).
Fix bitcoin-abc website link in README.md
schancel committed rSTAGINGce324e2911c7: Add note about cmake to release-notes.md (authored by schancel).
Add note about cmake to release-notes.md
Update release files for 0.17.0
schancel committed rSTAGINGcb05fb4c2d8c: Add helper function for disabled opcodes (authored by schancel).
Add helper function for disabled opcodes
schancel committed rSTAGING2b3932f10d03: Pull minimal check out of CScriptNum constr. into IsMinimalArray (authored by schancel).
Pull minimal check out of CScriptNum constr. into IsMinimalArray
schancel committed rSTAGING29fdbb8c25ff: Remove unused variable from undo_tests.cpp (authored by qshuai).
Remove unused variable from undo_tests.cpp
schancel committed rSTAGINGef4ee06f6d0f: Remove unused `plTxnReplaced` parameter to AcceptToMemoryPool (authored by schancel).
Remove unused `plTxnReplaced` parameter to AcceptToMemoryPool
Bump version number to 0.18.3
schancel committed rABCb10e567986f2: Move some static functions out of wallet.h/cpp (authored by Russell Yanofsky <russ@yanofsky.org>).
Move some static functions out of wallet.h/cpp
schancel retitled D1816: Make sure to fund transactions with a ceil'd result from Make sure to fund transactions with ceiling to Make sure to fund transactions with a ceil'd result.
Fix whitespace nits
Thanks sublime text and your smart parens.
Herald added a reviewer for D1816: Make sure to fund transactions with a ceil'd result: Restricted Project.
Clean up some extraneous changes
Sep 26 2018
Sep 26 2018
Rebase on staging fix
schancel committed rABCba5f4570fb4a: Add callsign to .arcconfig for proper repo identification (authored by schancel).
Add callsign to .arcconfig for proper repo identification
Herald added a reviewer for D1814: Add callsign to .arcconfig for proper repo identification: Restricted Project.
Fix ../init.h include
This got updated with the wrong patch contents.
schancel committed rABC9d887dcc1bda: Rename DEFAULT_MIN_RELAY_TX_FEE for clarity (authored by schancel).
Rename DEFAULT_MIN_RELAY_TX_FEE for clarity
[qa] fix flakiness of bip68-sequence
Sep 25 2018
Sep 25 2018
Remove extraneous line from coincontroldialog
Rebased auxilliary changes away
Sep 24 2018
Sep 24 2018