Rafael Sadowski
787695cb6b
Fix build with Boost 1.77.0
...
BOOST_FILESYSTEM_C_STR changed to accept the path as an argument
9 months ago
NamecoinGithub
3904aebec6
Fix Broken Linux Compiling Dependancies Instruction
...
Add libssl-dev which is required for Linux Compiling
9 months ago
David Burkett
4714137fe3
bitcoind.pid => litecoind.pid
9 months ago
rustyx
308f254c98
Fix ODR issues in CHDChain
9 months ago
David Burkett
953811f77a
Remove 'GUARDED_BY(NetEventsInterface::g_msgproc_mutex)' to avoid gitian build failures
2 years ago
David Burkett
47334552aa
Updating bitcoin ports to litecoin's equivalent
...
(cherry picked from commit f69578127b
)
2 years ago
David Burkett
c5ad2ae43c
0.21.2.2: Updating version, release notes, and manpages
...
(cherry picked from commit 7960291598
)
2 years ago
David Burkett
a8f12c2615
Rate limit the processing of rumoured addresses. Ref: https://github.com/bitcoin/bitcoin/pull/22387
...
(cherry picked from commit 8b256769fd
)
2 years ago
Loshan T
32a108600d
Merge pull request #822 from litecoin-project/fix-upgraded-wallets
...
v0.21.2.1
2 years ago
David Burkett
fce5d459f0
Adding release notes and bumping version
2 years 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
b91e0b2fab
Merge pull request #816 from losh11/fix-upgraded-wallets
...
docs: add libfmt as a required dependancy
2 years ago
losh11
cad62d8979
docs: add libfmt as a required dependancy
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
...
(cherry picked from commit 4b45fdf7f3cb8e113c1c04970e7e33751b7d7473)
2 years ago
losh11
bb242e3355
fix v0.21.2 release-notes
3 years ago
David Burkett
d314b5cd9f
Adding more mainnet seeds and re-tagging 0.21.2
3 years ago
David Burkett
eef63f7034
v0.21.2
3 years ago
David Burkett
2944bf24af
Improving coin control display
3 years ago
David Burkett
8cb54c5454
pegout_indices ordering fix
3 years ago
David Burkett
3604cb5b9f
Including pegouts in transaction info dialog
3 years ago
David Burkett
8803ee72fc
Checking pegouts when calculating fAllToMe.
3 years ago
David Burkett
82ab2849c9
* Throwing recoverable error when transaction amount is too small to pay the MWEB recipient
...
* Checking ismine filter for pegouts in GetCredit
3 years ago
David Burkett
405b1ec5ca
More accurate filtering of transactions not belonging to wallet
3 years ago
David Burkett
b7c384ff11
* Only require 6 block maturity for pegouts in wallet
...
* Display correct stealth address in coin list
3 years ago
David Burkett
8634cc1c25
Don't track spends of coins we sent
3 years ago
David Burkett
e1edf6ba30
Fix pegin transactions not showing up in transaction list.
3 years ago
David Burkett
450fe234f5
Don't create change when pegging out available balance.
3 years ago
David Burkett
a753b740e0
Call CheckTransaction as a sanity check on newly created transactions.
3 years ago
David Burkett
dd4263abc8
GetSpendKey() -> GetSpendSecret()
3 years ago
David Burkett
aa0e722dfa
Quick rc6 fixes
3 years ago
David Burkett
05584f0352
* Add comment documenting serialization format for mw::Coin
...
* Always serialize mw:Coins in the latest format
* Fail when attempting to deserialize coins in an unsupported format
3 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.
...
* Update chainparamsseeds.h to include some additional MWEB-capable public nodes
* Only set NODE_MWEB service flag when NODE_WITNESS is set
3 years ago
David Burkett
cca9cfe7c8
* Adding mweb_wtx_info to WalletTxToJSON
...
* Better handling of conflicting wallet tx data during rescan
* Fix create tx dialog for txs using subtract fee from amount
* Safer MWEB block undo logic
3 years ago
David Burkett
e07a311aeb
Fixing miner crashes by adding support for spending unconfirmed outputs
3 years ago
David Burkett
b05226fe1b
Fixing crash found by Anton
3 years ago
David Burkett
bdae021b11
More createtx cleanup
3 years ago
David Burkett
30aa04815c
* txrecord refactor and introduction of txlist
...
* createtransaction rewrite (TxAssembler)
* added listwallettransactions rpc method
3 years ago
David Burkett
768e3e8621
Add doc/mweb/mining-changes.md
3 years ago
David Burkett
63147da911
Support partial rewind of outputs for locked wallets, and UpgradeCoins() function to finish rewinding once unlocked.
3 years ago
David Burkett
c59ac6d8a5
Small cleanup
3 years ago
Loshan T
ac398fe074
update signapple tool for runtime hardening
3 years ago
Andrew Chow
a52a7e1043
gitian: Remove codesign_allocate and pagestuff from MacOS build
3 years ago
Andrew Chow
d48cabde70
gitian: use signapple to create the MacOS code signature
3 years ago
Andrew Chow
f9ecb1345b
gitian: use signapple to apply the MacOS code signature
3 years ago
Andrew Chow
0d6e794d51
gitian: install signapple in gitian-osx-signer.yml
3 years ago
fanquake
eb92ebd9b3
build: remove cdrkit package from depends
3 years ago
fanquake
12ac5ee4d3
build: Replace genisoimage with xorriso
...
xorriso and its mkisofs/genisoimage emulation alter-ego xorrisofs are
more maintained, and has the right toggles for us to achieve output
determinism without using blunt tools like faketime.
In this commit, we use xorrisofs from the build environment rather than
building it ourselves using depends. This is not necessary and can be
changed in the future.
From https://wiki.debian.org/genisoimage?action=recall&rev=11 :
> The classical command line interface for production of ISO 9660
> filesystem images is the option set established by program mkisofs.
> For reasons of licensing and other problems with its author, Debian
> ships a fork of mkisofs, called genisoimage, which was split off in
> 2006 and then developed independently.
>
> Meanwhile, genisoimage gets no new features and not even bug fixes. It
> is first choice only if its options -udf or -hfs are needed.
>
> Replacement in most uses cases, especially for bootable ISO 9660
> filesystems, archiving, and backup, is xorrisofs which starts the -as
> mkisofs emulation mode of program xorriso.
3 years ago
Carl Dong
85baf03f17
build: Run libdmg-hfsplus's DMG tool in make deploy
...
Previously, the compression of the .iso file to a .dmg file was done
outside of `make deploy' in order to use the faketime-wrapped version of
libdmg-hfsplus's DMG tool.
Specifying the faketime-wrapped version of the DMG tool to ./configure
fixes this and simplifies build scripts.
3 years ago