Remove erroroneous inclusions
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Oct 5 2018
Oct 5 2018
Herald added a reviewer for D1892: Add a test case to ensure mempool accounting is correct: Restricted Project.
Update for clarity
Okay, so for fundrawtransaction, when fees are dropped, the first transaction sent in a series of fee checks is with a feerate of 100sat/kb. This results in a fee of 0.00000202. This is ceiled so as to not be under the minimum relay fee. It then proceeds to calculate expected fees based on multiples of this due to the dummy signatures that get added during fundraw transaction.
I actually ended up fixing a different cause of the failure.
Oct 4 2018
Oct 4 2018
schancel committed rABCfe6305d6b499: [qa] fundrawtransaction to use billable_size instead of count_bytes (authored by schancel).
[qa] fundrawtransaction to use billable_size instead of count_bytes
Oct 3 2018
Oct 3 2018
Herald added a reviewer for D1868: [qa] fundrawtransaction to use billable_size instead of count_bytes: Restricted Project.
Oct 2 2018
Oct 2 2018
schancel planned changes to D1860: Introduce and track a billable size in addition to real txn size.
Needs a test
Oct 1 2018
Oct 1 2018
Rebase
schancel updated the summary of D1860: Introduce and track a billable size in addition to real txn size.
schancel retitled D1801: Begin using billable txn size for wallet and mining from Introduce a tx billable size that is independent from the total size to Implement billable size usage in mining, relaying, and wallet transaction creation.
Herald added a reviewer for D1860: Introduce and track a billable size in addition to real txn size: Restricted Project.
Herald added a reviewer for D1859: [qa] use billable_size is testnode fee estimates: Restricted Project.
Herald added a reviewer for D1858: [qa] allow assert_fee to have a bit more wiggleroom: Restricted Project.
schancel committed rABCe9fa8fb7dc78: [ci] Check in existing gitian build script (authored by schancel).
[ci] Check in existing gitian build script
schancel updated subscribers of T316: Split TxID and TxHash and use them properly across the codebase.
@deadalnix Is this done?
Sep 29 2018
Sep 29 2018
schancel added inline comments to D1834: [refactor] Config handling refactoring in preparation for network-specific sections.
Add terminal newline
Sep 28 2018
Sep 28 2018
schancel added projects to T397: Added `trusted` to help of gettransaction RPC: Restricted Project, Bootcamp.
schancel closed T84: 0.19 BCC unspendable @0 conf, even though "Spend unconfirmed change" checkbox checked. 1 conf = it worked. as Wontfix.
Closing this. If it's still an issue, reopen it.
Looks like I've completed this one. doc.bitcoinabc.org is up.
schancel closed T39: Implement CI on each diffs, a subtask of T37: Setup 3 stage testing, as Resolved.
schancel closed T315: Remove partial transaction ordering requirement, a subtask of T253: Canonical Transaction Ordering, as Resolved.
schancel closed T188: Ensure master builds also perform a build with the wallet disabled. as Resolved.
schancel closed T335: Automate gitian builds, a subtask of T258: Quality Assurance Improvements, as Resolved.
schancel closed T184: Backport core PR11183: [tests] Add P2P interface to TestNode, a subtask of T126: Backports from Bitcoin Core, as Resolved.
schancel closed T182: Backport Core PR11121: TestNode tidyups, a subtask of T183: Backport Core PR11067: [qa] TestNode: Add wait_until_stopped helper method, as Resolved.
schancel closed T330: Build Bitcoin-ABC :: Miscellany :: Doxygen Documentation is broken. as Resolved.
schancel closed T342: Build Bitcoin-ABC :: Master :: Nightly Builds :: Nightly is broken. as Resolved.
schancel closed T374: Build Bitcoin-ABC / Master / Nightly Builds / Nightly - OSX is broken. as Resolved.
schancel closed T376: Build Bitcoin-ABC / Master / Nightly Builds / Nightly - Win is broken. as Resolved.
schancel closed T399: Build Bitcoin-ABC / Master / Bitcoin-ABC Master w/o Wallet is broken. as Resolved.
Sep 27 2018
Sep 27 2018
Fix fee estimate rounding errors
schancel committed rABC1254f95f79ec: Make sure to fund transactions with a ceil'd result (authored by schancel).
Make sure to fund transactions with a ceil'd result
Remove minTxFee from wallet
Remove whitespace change
schancel committed rSTAGINGba5f4570fb4a: Add callsign to .arcconfig for proper repo identification (authored by schancel).
Add callsign to .arcconfig for proper repo identification
schancel committed rSTAGING9d887dcc1bda: Rename DEFAULT_MIN_RELAY_TX_FEE for clarity (authored by schancel).
Rename DEFAULT_MIN_RELAY_TX_FEE for clarity
schancel committed rSTAGING2d73b06dd535: [qa] fix flakiness of bip68-sequence (authored by schancel).
[qa] fix flakiness of bip68-sequence
schancel committed rSTAGING44f7ceb5f303: Rename DEFAULT_BLOCK_MIN_TX_FEE for clarity (authored by schancel).
Rename DEFAULT_BLOCK_MIN_TX_FEE for clarity
schancel committed rSTAGING17962b1004a3: [qt] Add use available balance in send coins dialog (authored by CryptAxe <cryptaxe@gmail.com>).
[qt] Add use available balance in send coins dialog
schancel committed rSTAGINGab707c825e9a: [qa] rearrange assertion in wallet-accounts (authored by schancel).
[qa] rearrange assertion in wallet-accounts
[qa] wallet.py use billable_size
schancel committed rSTAGING7422d6e77585: Update berkeley-db prefix search for osx (authored by schancel).
Update berkeley-db prefix search for osx
[ci] fix build parallelization
Fix make check on darwin
schancel committed rSTAGING84e6ae9138a0: [qa] fix flaky abc-magnetic-anomaly-activation.py (authored by schancel).
[qa] fix flaky abc-magnetic-anomaly-activation.py
schancel committed rSTAGINGcd3c01418d9e: Use ceiling division for fees when funding transactions (authored by schancel).
Use ceiling division for fees when funding transactions
schancel committed rSTAGING87d967d48f27: Move CFeeRate into its own source files (authored by schancel).
Move CFeeRate into its own source files
schancel committed rSTAGING3ac42e84f48b: [qa] make create_confirmed_utxos calculate fees (authored by schancel).
[qa] make create_confirmed_utxos calculate fees
schancel committed rSTAGING1462272d6178: [qa] add cashaddr module, and fix send_big_transactions (authored by schancel).
[qa] add cashaddr module, and fix send_big_transactions
schancel committed rSTAGING9e2c9735be30: [qa] move and rename mine_large_block from util to blocktools (authored by schancel).
[qa] move and rename mine_large_block from util to blocktools
schancel committed rSTAGING4271fd9c0bf4: [qa] Fix assertions in fundrawtransaction (authored by schancel).
[qa] Fix assertions in fundrawtransaction
schancel committed rSTAGINGf3949a1489cd: [qa] make fundrawtransaction test calculate fees properly (authored by schancel).
[qa] make fundrawtransaction test calculate fees properly
schancel committed rSTAGINGc99367a12f71: [qa] move create_confirmed_utxos to blocktools.py from util.py (authored by schancel).
[qa] move create_confirmed_utxos to blocktools.py from util.py
schancel committed rSTAGING4fcdb4c2f859: Make transaction ordering tests easier to debug (authored by schancel).
Make transaction ordering tests easier to debug
schancel committed rSTAGINGe10cafb55058: Revert "Remove unecessary header in amount.h" (authored by schancel).
Revert "Remove unecessary header in amount.h"