Page MenuHomePhabricator
Feed All Stories

Apr 29 2021

Joey King <joseph.roy.king@gmail.com> committed rABC93d59c134415: [Cashtab] bug fix in utxo diff check (authored by Joey King <joseph.roy.king@gmail.com>).
[Cashtab] bug fix in utxo diff check
Apr 29 2021, 15:00
bytesofman abandoned D9458: [Cashtab] Remove largest npm bundles and bug fix.
Apr 29 2021, 15:00
majcosta accepted D9459: [Cashtab] bug fix in utxo diff check.
Apr 29 2021, 14:55
bytesofman requested review of D9459: [Cashtab] bug fix in utxo diff check.
Apr 29 2021, 14:48
deadalnix requested changes to D9365: [avalanche] Add an option to import a delegation.
Apr 29 2021, 14:20
bytesofman updated the diff for D9458: [Cashtab] Remove largest npm bundles and bug fix.

Remove commented out import

Apr 29 2021, 13:23
bytesofman requested review of D9458: [Cashtab] Remove largest npm bundles and bug fix.
Apr 29 2021, 13:19
Fabien updated the diff for D9365: [avalanche] Add an option to import a delegation.

Update the error message

Apr 29 2021, 12:45
teamcity triaged T1605: Build Bitcoin-ABC / Master / Default Extended Tests is broken. as Unbreak Now! priority.
Apr 29 2021, 12:36
teamcity triaged T1604: Build Bitcoin-ABC / Master / Sanitizers / Undefined Behavior Sanitizer (UBSAN) is broken. as Unbreak Now! priority.
Apr 29 2021, 12:33
deadalnix requested changes to D9425: [avalanche] add an OrphanProofPool class.
Apr 29 2021, 12:16
PiRK added inline comments to D9369: [avalanche] implement a proof relay struct.
Apr 29 2021, 12:13
PiRK closed D9457: refactor: Drop ::HasWallets().
Apr 29 2021, 11:58
PiRK committed rABCd66b0479d499: refactor: Drop ::HasWallets() (authored by João Barbosa <joao.paulo.barbosa@gmail.com>).
refactor: Drop ::HasWallets()
Apr 29 2021, 11:57
deadalnix requested changes to D9369: [avalanche] implement a proof relay struct.

I conclude from the lack of answer that there is actually no reason to initialize the struct where it is.

Apr 29 2021, 11:57
PiRK closed D9456: refactor: Remove unused request.fHelp.
Apr 29 2021, 11:57
PiRK committed rABCb8f1ee76929b: refactor: Remove unused request.fHelp (authored by MarcoFalke <falke.marco@gmail.com>).
refactor: Remove unused request.fHelp
Apr 29 2021, 11:57
deadalnix accepted D9453: Ensure Axion can be reactivated consistently in abc_mining_basic.
Apr 29 2021, 11:56
deadalnix requested changes to D9454: [avalanche] Fail to delegate to self.

I don't see any reason this patch should exists, and the description provides none.

Apr 29 2021, 11:56
PiRK closed D9455: wallet: Make RPC help compile-time static.
Apr 29 2021, 11:55
PiRK committed rABC1a57c26881e3: wallet: Make RPC help compile-time static (authored by MarcoFalke <falke.marco@gmail.com>).
wallet: Make RPC help compile-time static
Apr 29 2021, 11:55
PiRK closed D9452: refactor: Combine GetWalletForJSONRPCRequest and EnsureWalletIsAvailable functions.
Apr 29 2021, 11:54
PiRK committed rABC51c94b782d08: refactor: Combine GetWalletForJSONRPCRequest and EnsureWalletIsAvailable… (authored by Russell Yanofsky <russ@yanofsky.org>).
refactor: Combine GetWalletForJSONRPCRequest and EnsureWalletIsAvailable…
Apr 29 2021, 11:54
deadalnix accepted D9452: refactor: Combine GetWalletForJSONRPCRequest and EnsureWalletIsAvailable functions.
Apr 29 2021, 11:49
Joey King <joseph.roy.king@gmail.com> closed D9451: [Cashtab] Use wallet.state for balance on Send screen.
Apr 29 2021, 11:37
Joey King <joseph.roy.king@gmail.com> committed rABCc32043f396be: [Cashtab] Use wallet.state for balance on Send screen (authored by Joey King <joseph.roy.king@gmail.com>).
[Cashtab] Use wallet.state for balance on Send screen
Apr 29 2021, 11:37
Fabien accepted D9457: refactor: Drop ::HasWallets().
Apr 29 2021, 07:45
Fabien accepted D9456: refactor: Remove unused request.fHelp.
Apr 29 2021, 07:43
Fabien accepted D9455: wallet: Make RPC help compile-time static.
Apr 29 2021, 07:37
Fabien accepted D9451: [Cashtab] Use wallet.state for balance on Send screen.
Apr 29 2021, 07:19
abc-bot committed rABCe41dcedf767e: [Automated] Update timing.json (authored by abc-bot).
[Automated] Update timing.json
Apr 29 2021, 03:20
teamcity closed T1603: Build Bitcoin-ABC / Master / Sanitizers / Address Sanitizer (ASAN) is broken. as Resolved.
Apr 29 2021, 02:18
abc-bot committed rABC769b3cc423c2: [Automated] Update seeds (authored by abc-bot).
[Automated] Update seeds
Apr 29 2021, 02:13
abc-bot committed rABC52f2dd665bd5: [Automated] Update chainparams (authored by abc-bot).
[Automated] Update chainparams
Apr 29 2021, 02:06

Apr 28 2021

teamcity updated the summary of D9457: refactor: Drop ::HasWallets().
Apr 28 2021, 20:38
PiRK requested review of D9457: refactor: Drop ::HasWallets().
Apr 28 2021, 20:37
teamcity updated the summary of D9456: refactor: Remove unused request.fHelp.
Apr 28 2021, 20:36
PiRK requested review of D9456: refactor: Remove unused request.fHelp.
Apr 28 2021, 20:36
teamcity updated the summary of D9455: wallet: Make RPC help compile-time static.
Apr 28 2021, 20:33
PiRK requested review of D9455: wallet: Make RPC help compile-time static.
Apr 28 2021, 20:33
Fabien requested review of D9454: [avalanche] Fail to delegate to self.
Apr 28 2021, 19:37
PiRK requested review of D9452: refactor: Combine GetWalletForJSONRPCRequest and EnsureWalletIsAvailable functions.

We changed the convention recently, because now we have multiple repos to backport from (core, gui and secp256k1) : D9258

Apr 28 2021, 18:57
jasonbcox updated the test plan for D9453: Ensure Axion can be reactivated consistently in abc_mining_basic.
Apr 28 2021, 18:54
jasonbcox requested review of D9453: Ensure Axion can be reactivated consistently in abc_mining_basic.
Apr 28 2021, 18:52
teamcity triaged T1603: Build Bitcoin-ABC / Master / Sanitizers / Address Sanitizer (ASAN) is broken. as Unbreak Now! priority.
Apr 28 2021, 17:18
teamcity closed T1602: Build Bitcoin-ABC / Master / Build without ZMQ is broken. as Resolved.
Apr 28 2021, 17:12
jasonbcox closed D9414: Fix minerfund in GBT when cashaddr is disabled.
Apr 28 2021, 17:00
jasonbcox committed rABC4b89a7a531f9: Fix minerfund in GBT when cashaddr is disabled (authored by jasonbcox).
Fix minerfund in GBT when cashaddr is disabled
Apr 28 2021, 16:59
deadalnix requested changes to D9452: refactor: Combine GetWalletForJSONRPCRequest and EnsureWalletIsAvailable functions.

Can you use the common denomination for backports, so that this can be grepped for? I just realized that I greened several of these, I shouldn't have. This is making keeping track of things in git pretty much impossible.

Apr 28 2021, 15:55
teamcity updated the summary of D9452: refactor: Combine GetWalletForJSONRPCRequest and EnsureWalletIsAvailable functions.
Apr 28 2021, 15:49
PiRK requested review of D9452: refactor: Combine GetWalletForJSONRPCRequest and EnsureWalletIsAvailable functions.
Apr 28 2021, 15:49
PiRK updated the diff for D9425: [avalanche] add an OrphanProofPool class.

improve the test that adds variables sized proofs to actually check that the number of proofs and number of stakes are exactly as expected.

Apr 28 2021, 13:36
sellmyhousealabama updated sellmyhousealabama.
Apr 28 2021, 12:53
bytesofman requested review of D9451: [Cashtab] Use wallet.state for balance on Send screen.
Apr 28 2021, 12:43
teamcity triaged T1602: Build Bitcoin-ABC / Master / Build without ZMQ is broken. as Unbreak Now! priority.
Apr 28 2021, 09:26
PiRK closed D9345: [avalanche] set a minimum amount for a proof.
Apr 28 2021, 09:15
PiRK committed rABC6bcc0e609cb0: [avalanche] set a minimum amount for a proof (authored by PiRK).
[avalanche] set a minimum amount for a proof
Apr 28 2021, 09:15
micalwilson updated micalwilson.
Apr 28 2021, 06:14

Apr 27 2021

deadalnix added inline comments to D9345: [avalanche] set a minimum amount for a proof.
Apr 27 2021, 22:16
deadalnix accepted D9345: [avalanche] set a minimum amount for a proof.
Apr 27 2021, 22:15
PiRK updated the diff for D9345: [avalanche] set a minimum amount for a proof.

Use Decimal in the functional test.
Use a more plausible stake of 10 million coins in the unit test. The test should still fail less than once every 2 or 3 years if we assume 100 runs per day.

Apr 27 2021, 19:35
PiRK closed D9450: refactor: Use Mutex type for some mutexes in CNode class.
Apr 27 2021, 17:38
PiRK committed rABC7ae0a8a18881: refactor: Use Mutex type for some mutexes in CNode class (authored by Hennadii Stepanov <32963518+hebasto@users.noreply.github.com>).
refactor: Use Mutex type for some mutexes in CNode class
Apr 27 2021, 17:38
PiRK closed D9449: refactor: Replace RecursiveMutex with Mutex in rpc/server.cpp.
Apr 27 2021, 17:32
PiRK committed rABC19cb47be44e1: refactor: Replace RecursiveMutex with Mutex in rpc/server.cpp (authored by Hennadii Stepanov <32963518+hebasto@users.noreply.github.com>).
refactor: Replace RecursiveMutex with Mutex in rpc/server.cpp
Apr 27 2021, 17:31
PiRK closed D9448: refactor: Use Mutex type for g_cs_recent_confirmed_transactions.
Apr 27 2021, 17:20
PiRK committed rABCcbf849a1c177: refactor: Use Mutex type for g_cs_recent_confirmed_transactions (authored by Hennadii Stepanov <32963518+hebasto@users.noreply.github.com>).
refactor: Use Mutex type for g_cs_recent_confirmed_transactions
Apr 27 2021, 17:20
PiRK closed D9441: [avalanche] improve stake generation in functional test.
Apr 27 2021, 17:11
PiRK committed rABC6aba8b30bd60: [avalanche] improve stake generation in functional test (authored by PiRK).
[avalanche] improve stake generation in functional test
Apr 27 2021, 17:10
teamcity closed T1600: Build Bitcoin-ABC / Master / Cross Builds / Cross Build Windows 64-bit is broken. as Resolved.
Apr 27 2021, 16:16
teamcity closed T1601: Build Bitcoin-ABC / Master / Sanitizers / Thread Sanitizer (TSAN) is broken. as Resolved.
Apr 27 2021, 16:08
teamcity triaged T1601: Build Bitcoin-ABC / Master / Sanitizers / Thread Sanitizer (TSAN) is broken. as Unbreak Now! priority.
Apr 27 2021, 15:40
Joey King <joseph.roy.king@gmail.com> closed D9443: [Cashtab] load wallet from storage before calling API.
Apr 27 2021, 15:40
Joey King <joseph.roy.king@gmail.com> committed rABCb612be7f9aec: [Cashtab] load wallet from storage before calling API (authored by Joey King <joseph.roy.king@gmail.com>).
[Cashtab] load wallet from storage before calling API
Apr 27 2021, 15:39
Fabien accepted D9443: [Cashtab] load wallet from storage before calling API.
Apr 27 2021, 15:30
majcosta closed D9444: [refactor] extract function for past activation tests.
Apr 27 2021, 15:24
majcosta committed rABCd7f5657808e3: [refactor] extract function for past activation tests (authored by majcosta).
[refactor] extract function for past activation tests
Apr 27 2021, 15:24
majcosta accepted D9448: refactor: Use Mutex type for g_cs_recent_confirmed_transactions.
Apr 27 2021, 15:21
deadalnix accepted D9441: [avalanche] improve stake generation in functional test.

I'm going to green this for the sake of progress and this is fairly contained, but I think there are still problems in the API.

Apr 27 2021, 15:20
deadalnix accepted D9449: refactor: Replace RecursiveMutex with Mutex in rpc/server.cpp.
Apr 27 2021, 15:19
deadalnix accepted D9448: refactor: Use Mutex type for g_cs_recent_confirmed_transactions.
Apr 27 2021, 15:18
deadalnix accepted D9450: refactor: Use Mutex type for some mutexes in CNode class.
Apr 27 2021, 15:17
deadalnix accepted D9444: [refactor] extract function for past activation tests.
Apr 27 2021, 15:17
teamcity updated the summary of D9450: refactor: Use Mutex type for some mutexes in CNode class.
Apr 27 2021, 14:06
PiRK requested review of D9450: refactor: Use Mutex type for some mutexes in CNode class.
Apr 27 2021, 14:06
teamcity updated the summary of D9449: refactor: Replace RecursiveMutex with Mutex in rpc/server.cpp.
Apr 27 2021, 14:01
PiRK requested review of D9449: refactor: Replace RecursiveMutex with Mutex in rpc/server.cpp.
Apr 27 2021, 14:00
teamcity updated the summary of D9448: refactor: Use Mutex type for g_cs_recent_confirmed_transactions.
Apr 27 2021, 13:33
PiRK requested review of D9448: refactor: Use Mutex type for g_cs_recent_confirmed_transactions.
Apr 27 2021, 13:33
judithnoland915 updated judithnoland915.
Apr 27 2021, 12:06
majcosta updated the diff for D9444: [refactor] extract function for past activation tests.

corrected missing line between functions, made testPastActivation static

Apr 27 2021, 10:58
PiRK updated the diff for D9441: [avalanche] improve stake generation in functional test.

Rebase. The test failure is an unrelated failure in a leveldb unit test. It is a rare intermittent failure (see D6751).

Apr 27 2021, 06:56

Apr 26 2021

Mengerian closed D9446: [website] Remove link to splitbch.com coin splitting service..
Apr 26 2021, 22:07
Mengerian committed rABCWEB3ab4cc5f11e7: [website] Remove link to splitbch.com coin splitting service. (authored by Mengerian).
[website] Remove link to splitbch.com coin splitting service.
Apr 26 2021, 22:07
Mengerian updated the diff for D9446: [website] Remove link to splitbch.com coin splitting service..

Rebase

Apr 26 2021, 22:05
Mengerian closed D9447: [website] Add warning about coin splitting scams.
Apr 26 2021, 22:01
Mengerian committed rABCWEB39a6d3b0d7e2: [website] Add warning about coin splitting scams (authored by Mengerian).
[website] Add warning about coin splitting scams
Apr 26 2021, 22:01
bytesofman accepted D9447: [website] Add warning about coin splitting scams.
Apr 26 2021, 21:47
Mengerian requested review of D9447: [website] Add warning about coin splitting scams.
Apr 26 2021, 21:41
deadalnix added a comment to D9369: [avalanche] implement a proof relay struct.

The approach looks sensible, but there are no test for anything. It seems like this does too little to constitute a unit.

Apr 26 2021, 21:33