index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
[rpc] [wallet] Add 'hdmasterkeyid' alias return values.
John Newbery
2018-05-19
3
-1
/
+11
*
[refactor] manually change remaining instances of master key to seed.
John Newbery
2018-05-19
6
-34
/
+34
*
scripted-diff: Rename master key to seed
John Newbery
2018-05-19
11
-57
/
+57
*
Merge #13228: Add script to detect circular dependencies between source modules
MarcoFalke
2018-05-18
2
-0
/
+90
|
\
|
*
Add circular dependencies script
Pieter Wuille
2018-05-16
2
-0
/
+90
*
|
Merge #13176: Improve CRollingBloomFilter performance: replace modulus with F...
Wladimir J. van der Laan
2018-05-18
1
-2
/
+11
|
\
\
|
*
|
replace modulus with FastMod
Martin Ankerl
2018-05-06
1
-2
/
+11
*
|
|
Merge #13265: wallet: Exit SyncMetaData if there are no transactions to sync
Wladimir J. van der Laan
2018-05-18
1
-1
/
+3
|
\
\
\
|
*
|
|
wallet: Exit SyncMetaData if there are no transactions to sync
Wladimir J. van der Laan
2018-05-17
1
-1
/
+3
*
|
|
|
Merge #13097: ui: Support wallets loaded dynamically
Jonas Schnelli
2018-05-18
3
-17
/
+35
|
\
\
\
\
|
*
|
|
|
fixup! ui: Support wallets loaded dynamically
João Barbosa
2018-05-18
1
-2
/
+7
|
*
|
|
|
ui: Support wallets loaded dynamically
João Barbosa
2018-05-16
2
-13
/
+28
|
*
|
|
|
ui: Remove unnecessary variable fFirstWallet
João Barbosa
2018-05-16
1
-3
/
+1
*
|
|
|
|
Merge #13264: [qt] Satoshi unit
Jonas Schnelli
2018-05-18
2
-7
/
+20
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
[qt] Added satoshi unit
GreatSock
2018-05-17
2
-4
/
+12
|
*
|
|
|
[qt] BitcoinUnits::format with zero decimals
GreatSock
2018-05-17
1
-3
/
+8
|
|
/
/
/
*
|
|
|
Merge #13236: break circular dependency: random/sync -> util -> random/sync
MarcoFalke
2018-05-17
2
-5
/
+8
|
\
\
\
\
|
*
|
|
|
break circular dependency: random/sync -> util -> random/sync
Chun Kuan Lee
2018-05-17
2
-5
/
+8
*
|
|
|
|
Merge #13251: GUI: Rephrase Bech32 checkbox texts, and enable it with legacy ...
MarcoFalke
2018-05-17
2
-8
/
+10
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
GUI: Allow generating Bech32 addresses with a legacy-address default
Luke Dashjr
2018-05-17
1
-6
/
+8
|
*
|
|
|
GUI: Rephrase Bech32 checkbox text/tooltip
Luke Dashjr
2018-05-17
1
-2
/
+2
|
/
/
/
/
*
|
|
|
Merge #10740: [wallet] `loadwallet` RPC - load wallet at runtime
Wladimir J. van der Laan
2018-05-16
6
-57
/
+178
|
\
\
\
\
|
*
|
|
|
[docs] Add release notes for `loadwallet` RPC.
John Newbery
2018-05-16
1
-0
/
+8
|
*
|
|
|
[wallet] [tests] Test loadwallet
John Newbery
2018-05-16
1
-0
/
+41
|
*
|
|
|
[wallet] [rpc] Add loadwallet RPC
John Newbery
2018-05-16
1
-0
/
+48
|
*
|
|
|
[wallet] Pass error message back from CWallet::Verify()
John Newbery
2018-05-16
3
-22
/
+18
|
*
|
|
|
[wallet] Add CWallet::Verify function
John Newbery
2018-05-16
3
-42
/
+70
|
*
|
|
|
[wallet] setup wallet background flushing in WalletInit directly
John Newbery
2018-05-15
3
-13
/
+7
|
*
|
|
|
[wallet] Fix potential memory leak in CreateWalletFromFile
John Newbery
2018-05-15
1
-2
/
+8
*
|
|
|
|
Merge #13023: Fix some concurrency issues in ActivateBestChain()
Wladimir J. van der Laan
2018-05-16
6
-31
/
+251
|
\
\
\
\
\
|
*
|
|
|
|
Add unit tests for signals generated by ProcessNewBlock()
Jesse Cohen
2018-05-16
4
-2
/
+196
|
*
|
|
|
|
Fix concurrency-related bugs in ActivateBestChain
Jesse Cohen
2018-05-12
1
-0
/
+13
|
*
|
|
|
|
Do not unlock cs_main in ABC unless we've actually made progress.
Matt Corallo
2018-05-12
2
-29
/
+42
*
|
|
|
|
|
Merge #11491: [gui] Add proxy icon in statusbar
Jonas Schnelli
2018-05-16
9
-1
/
+120
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
[gui] Add proxy icon in statusbar
Cristian Mircea Messel
2018-05-15
9
-1
/
+120
|
/
/
/
/
/
*
|
|
|
|
Merge #13125: scheduler: Add Clang thread safety annotations for variables gu...
MarcoFalke
2018-05-15
1
-2
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
scheduler: Add Clang thread safety annotations for variables guarded by m_cs_...
practicalswift
2018-04-30
1
-2
/
+2
*
|
|
|
|
|
Merge #12881: Minor optimizations to bech32::Decode(); add tests.
Wladimir J. van der Laan
2018-05-15
2
-3
/
+6
|
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Tighten up bech32::Decode(); add tests.
murrayn
2018-04-12
2
-3
/
+6
*
|
|
|
|
|
Merge #13234: Break circular dependency: chain -> pow -> chain
Wladimir J. van der Laan
2018-05-15
3
-1
/
+3
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Break circular dependency: chain -> pow -> chain
Ben Woosley
2018-05-14
3
-1
/
+3
|
/
/
/
/
/
/
*
|
|
|
|
|
Merge #13158: [Qt]: Improve sendcoinsdialog readability
MarcoFalke
2018-05-14
1
-22
/
+29
|
\
\
\
\
\
\
|
*
|
|
|
|
|
[qt]: changes sendcoinsdialog's box layout for improved readability.
marcoagner
2018-05-08
1
-22
/
+29
*
|
|
|
|
|
|
Merge #12963: Fix Clang Static Analyzer warnings
MarcoFalke
2018-05-14
3
-11
/
+6
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Add assertion to guide static analyzers. Clang Static Analyzer needs this gui...
practicalswift
2018-04-12
1
-0
/
+1
|
*
|
|
|
|
|
|
Fix dead stores. Values were stored but never read. Limit scope.
practicalswift
2018-04-12
2
-11
/
+5
*
|
|
|
|
|
|
|
Merge #13197: util: warn about ignored recursive -includeconf calls
Wladimir J. van der Laan
2018-05-14
2
-2
/
+20
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
test: Ensure that recursive -includeconf produces appropriate warnings
Karl-Johan Alm
2018-05-10
1
-2
/
+2
|
*
|
|
|
|
|
|
|
util: warn about recursive -includeconf arguments in configuration files
Karl-Johan Alm
2018-05-10
1
-0
/
+18
*
|
|
|
|
|
|
|
|
Merge #11689: mempool: Fix missing locking in CTxMemPool::check(…) and CTxM...
MarcoFalke
2018-05-14
5
-20
/
+20
|
\
\
\
\
\
\
\
\
\
[next]