| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| | |
fac7c43 continue pool pruning even if a tx can't be found (j-berman)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
265d6ca device: set ledger min app version (selsta)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
309f6ba build: prepare v0.18.1.0 (selsta)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
099fc1f Fixed get_block_template_backlog performance (SChernykh)
|
| | |/
| |
| |
| |
| |
| | |
Before the fix, it processed all transactions in the mempool which could be very slow when mempool grows to several MBs in size. I observed `get_block_template_backlog` taking up to 15 seconds of CPU time under high mempool load.
After the fix, only transactions that can potentially be mined in the next block will be processed (a bit more than the current block median weight).
|
| |\ \
| | |
| | |
| | | |
6075be9 feat(trezor): add HF15 support, BP+ (Dusan Klinec)
|
| | |/
| |
| |
| |
| | |
- BP+ support added for Trezor
- old Trezor firmware version support removed, code cleanup
|
| |\ \
| | |
| | |
| | | |
2b83d00 ledger support for hf 15 (BP+, view tags) (j-berman)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
c0f3c5b Fix use of rtxn without a mdb_txn_safe wrapper (Howard Chu)
|
| | |/ |
|
| |/ |
|
| |\
| |
| |
| | |
fe5d1be build: prepare v0.18.0.0 (selsta)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
2ba391f hardforks: set mainnet and stagenet v15/16 fork height (selsta)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
db8181a wallet2: force using output distribution for ringct outs (tobtoht)
|
| | |/ /
| | |
| | |
| | | |
Co-authored-by: j-berman <justinberman@protonmail.com>
|
| |\ \ \
| | | |
| | | |
| | | | |
edcc094 derive multisig tx secret keys from an entropy source plus the tx inputs' key images (koe)
|
| | | | |
| | | |
| | | |
| | | | |
key images
|
| |\ \ \ \
| |/ / /
|/| | |
| | | | |
5770265 wallet2: keep around transaction prefix for confirmed transfers (tobtoht)
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
bd1e7c5 wallet2: prevent crash when reading tx w/fewer outputs than expected (j-berman)
|
| | | |/ /
| |/| | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
c7b2944 multisig: fix critical vulnerabilities in signing (anon)
|
| | |/ / / |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
09a597b wallet2: don't use DNS to obtain segregation heights (tobtoht)
|
| | |/ / / |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
50ccc7e wallet2: remove obsolete rpc version check (tobtoht)
|
| | |/ / / |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
4278a3a cryptonote_basic: catch crypto api errors (moneromooo-monero)
|
| | |/ / / |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
41b1a6b simplewallet: print usage when given no args (hinto.janaiyo)
|
| | |/ / / |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
04c0da2 Chunk /gettransactions to avoid hitting restricted RPC limit (tobtoht)
|
| | |/ / / |
|
| |\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | | |
16f8e04 Remove erraneous commas (Luke Parker)
da0715e Improve consistency between on_money_received and on_money_received_unconfirmed (Luke Parker)
|
| | | | | |
|
| | |/ /
| | |
| | |
| | |
| | |
| | | |
unconfirmed solely uses a - b, and received now accepts b so it can
provide more detailed logs on what occurred (printing a - b, yet with a
and b).
|
| |\ \ \
| | | |
| | | |
| | | | |
8460fcc Revert 'Merge pull request #7937' (j-berman)
|
| | |/ /
| | |
| | |
| | |
| | | |
This reverts commit 50410d1f7d04bf60053f2263410c39e81d3ddad1, reversing
changes made to d054def63f9b8950fe20b2d8e841f5a9ae09418f.
|
| |\ \ \
| | | |
| | | |
| | | | |
de2f0d0 wallet_api: add scanTransactions function (selsta)
|
| | | | | |
|
| |\ \ \ \
| |_|/ /
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
ade464a ITS#9385 fix using MDB_NOSUBDIR with nonexistent file (Kris Zyp)
033a32a Remove check is_directory check on lmdb path (Howard Chu)
b096e16 Revert 'db_lmdb: test for mmap support at init time' (Howard Chu)
493577a Silence spurious fallthru warning (Howard Chu)
b46a60e Fix rawpart flag collision (Howard Chu)
4e7586c More RAWPART support (Howard Chu)
747f5d3 Preliminary raw partition support (Howard Chu)
|
| | | | |
| | | |
| | | |
| | | | |
The check interferes with raw device/partition support.
|
| | |/ /
| | |
| | |
| | |
| | |
| | | |
This reverts commit bd96536637724413173271e8d5df1777f7879c29.
The check interferes with raw device/partition support.
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
08080df unit_tests: add more sha256sum test cases (Jeffrey Ryan)
a66a52d common: update sha256sum to use OpenSSL 3.0 API (Jeffrey Ryan)
|