Commit Graph

17426 Commits (master)

Author SHA1 Message Date
David Burkett 0bf2b05804 Adding additional peers
1 month ago
David Burkett 917312bb68 Add context menu option for rebroadcasting unconfirmed transactions
1 month ago
losh11 f1c0ecf841
revert "qt: Use "fusion" style on macOS Big Sur with old Qt"
1 month ago
losh11 c3e3fe1c91
add torv3 fixed seeds
2 months ago
losh11 c33d608c4b
update fixed peers
2 months ago
losh11 c2a4fc36d2
disable schnorrsigs test in secp256k1-zkp
2 months ago
Hector Chu a7b5cd6b51
Fix secp256k1 build
2 months ago
losh11 2170c245ee
backport: Improve performance of p2p inv to send queues #27610
2 months ago
losh11 260de8480f
fix: secp-zkp refs + VG_CHECK test + block_assemble bench
2 months ago
Loshan T 8e16ef3c61
fix #942
2 months ago
Otto Kohulak 41b4c1676d Add missing includes
2 months ago
losh11 50f084b872
adjust NODE_MWEB_LIGHT_CLIENT bit to 1 << 23
2 months ago
losh11 53dbe584fd
disable unfinshed test & fix missing ismweb from testfiles
2 months ago
Hector Chu 8925697f15 remove block height from netutxo & changed segment.leaves to vector<Leaf>
2 months ago
Hector Chu 4c3d4f278a enable peerblockfilters by default & add NODE_MWEB_LIGHT_CLIENT service flag & blockheight to netutxos + more
2 months ago
David Burkett 1049218e66 Segment & PMMR cleanup, plus some documentation
2 months ago
David Burkett a14c94f8d2 Added "getmwebutxos" and "mwebutxos" p2p messages
2 months ago
David Burkett ae2987593c Added "mwebleafset" getdata type and CMWEBLeafsetMsg response
2 months ago
David Burkett 215edcfaa8 Added "mwebheader" getdata type and CMerkleBlockWithMWEB response
2 months ago
Rafael Sadowski 787695cb6b Fix build with Boost 1.77.0
2 months ago
David Burkett 4714137fe3 bitcoind.pid => litecoind.pid
2 months ago
rustyx 308f254c98 Fix ODR issues in CHDChain
2 months ago
David Burkett 953811f77a Remove 'GUARDED_BY(NetEventsInterface::g_msgproc_mutex)' to avoid gitian build failures
1 year ago
David Burkett 47334552aa Updating bitcoin ports to litecoin's equivalent
1 year ago
David Burkett a8f12c2615 Rate limit the processing of rumoured addresses. Ref: https://github.com/bitcoin/bitcoin/pull/22387
1 year ago
David Burkett 4871bae163 Adding functional test for MWEB functionality after upgrading non-HD wallet
2 years ago
David Burkett f7b893485c New seed format and added TOR seeds
2 years ago
David Burkett 8dc9bc09ae Add testnet checkpoint
2 years ago
David Burkett 6678264538 Stop using pre_split_keypool for MWEB keys in upgraded wallets, and support recovering coins sent to stealth addresses generated from pre_split_keypool
2 years ago
David Burkett d314b5cd9f Adding more mainnet seeds and re-tagging 0.21.2
2 years ago
David Burkett eef63f7034 v0.21.2
2 years ago
David Burkett 2944bf24af Improving coin control display
2 years ago
David Burkett 8cb54c5454 pegout_indices ordering fix
2 years ago
David Burkett 3604cb5b9f Including pegouts in transaction info dialog
2 years ago
David Burkett 8803ee72fc Checking pegouts when calculating fAllToMe.
2 years ago
David Burkett 82ab2849c9 * Throwing recoverable error when transaction amount is too small to pay the MWEB recipient
2 years ago
David Burkett 405b1ec5ca More accurate filtering of transactions not belonging to wallet
2 years ago
David Burkett b7c384ff11 * Only require 6 block maturity for pegouts in wallet
2 years ago
David Burkett 8634cc1c25 Don't track spends of coins we sent
2 years ago
David Burkett e1edf6ba30 Fix pegin transactions not showing up in transaction list.
2 years ago
David Burkett 450fe234f5 Don't create change when pegging out available balance.
2 years ago
David Burkett a753b740e0 Call CheckTransaction as a sanity check on newly created transactions.
2 years ago
David Burkett dd4263abc8 GetSpendKey() -> GetSpendSecret()
2 years ago
David Burkett aa0e722dfa Quick rc6 fixes
2 years ago
David Burkett 05584f0352 * Add comment documenting serialization format for mw::Coin
2 years ago
David Burkett 8340829bc8 * Remove temporary g_desire_mweb_flag hack and always just require NODE_MWEB. There are enough MWEB-capable public nodes now, so this is no longer necessary.
2 years ago
David Burkett cca9cfe7c8 * Adding mweb_wtx_info to WalletTxToJSON
2 years ago
David Burkett e07a311aeb Fixing miner crashes by adding support for spending unconfirmed outputs
2 years ago
David Burkett b05226fe1b Fixing crash found by Anton
2 years ago
David Burkett bdae021b11 More createtx cleanup
2 years ago