aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-06-28Merge bitcoin/bitcoin#27949: http: update libevent workaround to correct versionfanquake
2023-06-28test: Use same timeout for all index syncMarcoFalke
2023-06-28kernel: Add fatalError method to notificationsTheCharlatan
2023-06-28kernel: Add flushError method to notificationsTheCharlatan
2023-06-28scripted-diff: Rename FatalError to FatalErrorfTheCharlatan
2023-06-28kernel: Pass interrupt reference to chainmanTheCharlatan
2023-06-28util: Add SignalInterrupt class and use in shutdown.cppTheCharlatan
2023-06-27Merge bitcoin/bitcoin#24914: wallet: Load database records in a particular orderRyan Ofsky
2023-06-27Merge bitcoin/bitcoin#27896: Remove the syscall sandboxAndrew Chow
2023-06-27Merge bitcoin/bitcoin#27334: util: implement `noexcept` move assignment & mov...Andrew Chow
2023-06-27walletdb: Remove loading code where the database is iteratedAndrew Chow
2023-06-27walletdb: refactor decryption key loadingAndrew Chow
2023-06-27walletdb: refactor defaultkey and wkey loadingAndrew Chow
2023-06-27walletdb: refactor active spkm loadingAndrew Chow
2023-06-27walletdb: refactor tx loadingAndrew Chow
2023-06-27walletdb: refactor address book loadingAndrew Chow
2023-06-27walletdb: Refactor descriptor wallet records loadingAndrew Chow
2023-06-27walletdb: Refactor legacy wallet record loading into its own functionAndrew Chow
2023-06-27Merge bitcoin/bitcoin#27929: Added static_assert to check that base_blob is u...fanquake
2023-06-27Use only Span{} constructor for byte-like types where possibleMarcoFalke
2023-06-27util: Allow std::byte and char Span serializationMarcoFalke
2023-06-26bumpfee: Allow original change position to be specifiedAndrew Chow
2023-06-26Merge bitcoin/bitcoin#27479: BIP324: ElligatorSwift integrationsAndrew Chow
2023-06-26Merge bitcoin/bitcoin#27947: MaybePunishNodeForTx: Remove unused message arg ...fanquake
2023-06-26Merge bitcoin/bitcoin#27957: net: remove unused `CConnmanTest`fanquake
2023-06-26Merge bitcoin/bitcoin#27914: feerate: For GetFeePerK() return nSatoshisPerK i...fanquake
2023-06-23Merge bitcoin/bitcoin#26969: net, refactor: net_processing, add `ProcessCompa...Andrew Chow
2023-06-23Merge bitcoin/bitcoin#27577: p2p: give seednodes time before falling back to ...Andrew Chow
2023-06-23net: remove unused `CConnmanTest`brunoerg
2023-06-23Merge bitcoin/bitcoin#27846: [coinselection] Increase SRD target by change_feeAndrew Chow
2023-06-23wallet: Give deprecation warning when loading a legacy walletAndrew Chow
2023-06-23Merge bitcoin/bitcoin#26828: assumeutxo: catch and log fs::remove error inste...Andrew Chow
2023-06-23gui: Add File > Migrate WalletAndrew Chow
2023-06-23Bench test for EllSwift ECDHPieter Wuille
2023-06-23gui: Optionally return passphrase after unlockingAndrew Chow
2023-06-23Bench tests for CKey->EllSwiftdhruv
2023-06-23Fuzz test for Ellswift ECDHdhruv
2023-06-23Fuzz test for CKey->EllSwift->CPubKey creation/decodingdhruv
2023-06-23Unit test for ellswift creation/decoding roundtripdhruv
2023-06-23Add ElligatorSwift key creation and ECDH logicPieter Wuille
2023-06-23gui: Disable and uncheck blank when private keys are disabledAndrew Chow
2023-06-23http: update libevent workaround to correct versionstickies-v
2023-06-23MaybePunishNodeForTx: Remove unused message arg and loggingGreg Sanders
2023-06-23GUI: TransactionRecord: When time/index/etc match, sort send before receiveLuke Dashjr
2023-06-23Bugfix: Ignore ischange flag when we're not the senderLuke Dashjr
2023-06-23GUI: Remove SendToSelf TransactionRecord typeLuke Dashjr
2023-06-23GUI: TransactionRecord: Refactor to turn send-to-self into send+receive pairsLuke Dashjr
2023-06-23GUI: TransactionRecord: Use "any from me" as the criteria for deciding whethe...Luke Dashjr
2023-06-22Merge bitcoin/bitcoin#27862: validation: Stricter assumeutxo error handling w...Andrew Chow
2023-06-22test: Run fuzz tests on macOSMarcoFalke