| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | Merge pull request #8553 | luigi1111 | 2022-09-09 | 1 | -1/+1 | |
| |\ \ \ | | | | | | | | | | | | | 625147e Fix missing semi-colon in error message (j-berman) | |||||
| | * | | | Fix missing semi-colon in error message | j-berman | 2022-09-06 | 1 | -1/+1 | |
| | |/ / | | | | | | | | | | Co-authored-by: woodser <woodser@protonmail.com> | |||||
| * | | | Merge pull request #8552 | luigi1111 | 2022-09-09 | 4 | -0/+24 | |
| |\ \ \ | | | | | | | | | | | | | 93db74a rpc: skip bootstrap nodes that are lower than last checkpoint (selsta) | |||||
| | * | | | rpc: skip bootstrap nodes that are lower than last checkpoint | selsta | 2022-09-06 | 4 | -0/+24 | |
| | |/ / | ||||||
| * | | | Merge pull request #8548 | luigi1111 | 2022-09-09 | 1 | -4/+4 | |
| |\ \ \ | | | | | | | | | | | | | 3679925 Windows: fix unicode file path support (tobtoht) | |||||
| | * | | | Windows: fix unicode file path support | tobtoht | 2022-09-02 | 1 | -4/+4 | |
| | |/ / | ||||||
| * | | | Merge pull request #8534 | luigi1111 | 2022-09-09 | 7 | -9/+10 | |
| |\ \ \ | |/ / |/| | | | | | 09ee781 build: prepare v0.18.1.1 (selsta) | |||||
| | * | | build: prepare v0.18.1.1 | selsta | 2022-09-06 | 7 | -9/+10 | |
| |/ / | ||||||
| * | | Merge pull request #8491 | luigi1111 | 2022-08-22 | 1 | -6/+7 | |
| |\ \ | |/ |/| | | | 876c08d Bump Gitian build instructions to v0.18.1.0 [Release Branch] (Seth For Privacy) | |||||
| | * | Bump Gitian build instructions to v0.18.1.0 [Release Branch] | Seth For Privacy | 2022-08-10 | 1 | -6/+7 | |
| |/ | ||||||
| * | Merge pull request #8492v0.18.1.0 | luigi1111 | 2022-08-09 | 1 | -0/+0 | |
| |\ | | | | | | | 1287074 randomx: update submodule (selsta) | |||||
| | * | randomx: update submodule | selsta | 2022-07-26 | 1 | -0/+0 | |
| | | | ||||||
| * | | Merge pull request #8467 | luigi1111 | 2022-08-09 | 2 | -5/+31 | |
| |\ \ | | | | | | | | | | fac7c43 continue pool pruning even if a tx can't be found (j-berman) | |||||
| | * | | continue pool pruning even if a tx can't be found | j-berman | 2022-07-26 | 2 | -5/+31 | |
| | |/ | ||||||
| * | | Merge pull request #8463 | luigi1111 | 2022-08-09 | 1 | -1/+1 | |
| |\ \ | | | | | | | | | | 265d6ca device: set ledger min app version (selsta) | |||||
| | * | | device: set ledger min app version | selsta | 2022-07-26 | 1 | -1/+1 | |
| | |/ | ||||||
| * | | Merge pull request #8470 | luigi1111 | 2022-08-09 | 7 | -14/+15 | |
| |\ \ | | | | | | | | | | 309f6ba build: prepare v0.18.1.0 (selsta) | |||||
| | * | | build: prepare v0.18.1.0 | selsta | 2022-07-28 | 7 | -14/+15 | |
| | |/ | ||||||
| * | | Merge pull request #8455 | luigi1111 | 2022-08-08 | 2 | -17/+56 | |
| |\ \ | | | | | | | | | | 099fc1f Fixed get_block_template_backlog performance (SChernykh) | |||||
| | * | | Fixed get_block_template_backlog performance | SChernykh | 2022-07-22 | 2 | -17/+56 | |
| | |/ | | | | | | | | | | | 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). | |||||
| * | | Merge pull request #8483 | luigi1111 | 2022-08-07 | 6 | -179/+230 | |
| |\ \ | | | | | | | | | | 6075be9 feat(trezor): add HF15 support, BP+ (Dusan Klinec) | |||||
| | * | | feat(trezor): add HF15 support, BP+ | Dusan Klinec | 2022-08-05 | 6 | -179/+230 | |
| | |/ | | | | | | | | | - BP+ support added for Trezor - old Trezor firmware version support removed, code cleanup | |||||
| * | | Merge pull request #8466 | luigi1111 | 2022-08-07 | 8 | -12/+94 | |
| |\ \ | | | | | | | | | | 2b83d00 ledger support for hf 15 (BP+, view tags) (j-berman) | |||||
| | * | | ledger support for hf 15 (BP+, view tags) | j-berman | 2022-08-06 | 8 | -12/+94 | |
| | |/ | ||||||
| * | | Merge pull request #8454 | luigi1111 | 2022-08-07 | 2 | -47/+55 | |
| |\ \ | | | | | | | | | | c0f3c5b Fix use of rtxn without a mdb_txn_safe wrapper (Howard Chu) | |||||
| | * | | Fix use of rtxn without a mdb_txn_safe wrapper | Howard Chu | 2022-07-22 | 2 | -47/+55 | |
| | |/ | ||||||
| * | | Merge pull request #8451 | luigi1111 | 2022-08-07 | 10 | -11/+142 | |
| |\ \ | |/ |/| | | | 8cc3c9a Publish submitted txs via zmq (j-berman) | |||||
| | * | Publish submitted txs via zmq | j-berman | 2022-07-21 | 10 | -11/+142 | |
| |/ | ||||||
| * | Merge pull request #8435v0.18.0.0 | luigi1111 | 2022-07-15 | 1 | -0/+10 | |
| |\ | | | | | | | cf3be99 Template hash func to fix compiler error on < gcc-6 (j-berman) | |||||
| | * | Template hash func to fix compiler error on < gcc-6 | j-berman | 2022-07-13 | 1 | -0/+10 | |
| | | | ||||||
| * | | Merge pull request #8426 | luigi1111 | 2022-07-15 | 6 | -833/+1472 | |
| |\ \ | | | | | | | | | | | | | | | | a82fba4 address PR comments (j-berman) 3be1dbd connection: fix implementation (anon) 724ff21 connection: add segfault and deadlocks demo (anon) | |||||
| | * | | address PR comments | j-berman | 2022-07-08 | 4 | -395/+390 | |
| | | | | ||||||
| | * | | connection: fix implementation | anon | 2022-07-05 | 5 | -834/+1228 | |
| | | | | ||||||
| | * | | connection: add segfault and deadlocks demo | anon | 2022-07-05 | 1 | -2/+252 | |
| | | | | ||||||
| * | | | Merge pull request #8425 | luigi1111 | 2022-07-15 | 11 | -15/+16 | |
| |\ \ \ | | | | | | | | | | | | | fe5d1be build: prepare v0.18.0.0 (selsta) | |||||
| | * | | | build: prepare v0.18.0.0 | selsta | 2022-07-13 | 11 | -15/+16 | |
| | |/ / | ||||||
| * | | | Merge pull request #8414 | luigi1111 | 2022-07-15 | 1 | -2/+4 | |
| |\ \ \ | | | | | | | | | | | | | 2ba391f hardforks: set mainnet and stagenet v15/16 fork height (selsta) | |||||
| | * | | | hardforks: set mainnet and stagenet v15/16 fork height | selsta | 2022-07-01 | 1 | -2/+4 | |
| | | | | | ||||||
| * | | | | Merge pull request #8433 | luigi1111 | 2022-07-14 | 1 | -9/+14 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | db8181a wallet2: force using output distribution for ringct outs (tobtoht) | |||||
| | * | | | | wallet2: force using output distribution for ringct outs | tobtoht | 2022-06-25 | 1 | -9/+14 | |
| | |/ / / | | | | | | | | | | | | | Co-authored-by: j-berman <justinberman@protonmail.com> | |||||
| * | | | | Merge pull request #8432 | luigi1111 | 2022-07-14 | 6 | -15/+147 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | edcc094 derive multisig tx secret keys from an entropy source plus the tx inputs' key images (koe) | |||||
| | * | | | | derive multisig tx secret keys from an entropy source plus the tx inputs' ↵ | koe | 2022-07-13 | 6 | -15/+147 | |
| | | |_|/ | |/| | | | | | | | | | | key images | |||||
| * | | | | Merge pull request #7986 | luigi1111 | 2022-07-14 | 1 | -2/+5 | |
| |\ \ \ \ | |/ / / |/| | | | | | | | 5770265 wallet2: keep around transaction prefix for confirmed transfers (tobtoht) | |||||
| | * | | | wallet2: keep around transaction prefix for confirmed transfers | tobtoht | 2021-10-01 | 1 | -2/+5 | |
| | | | | | ||||||
| * | | | | Merge pull request #8421 | luigi1111 | 2022-07-13 | 1 | -0/+2 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | bd1e7c5 wallet2: prevent crash when reading tx w/fewer outputs than expected (j-berman) | |||||
| | * | | | | wallet2: prevent crash when reading tx w/fewer outputs than expected | j-berman | 2022-07-05 | 1 | -0/+2 | |
| | | |/ / | |/| | | ||||||
| * | | | | Merge pull request #8149 | luigi1111 | 2022-07-13 | 24 | -383/+1853 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | c7b2944 multisig: fix critical vulnerabilities in signing (anon) | |||||
| | * | | | | multisig: fix critical vulnerabilities in signing | anon | 2022-06-30 | 24 | -383/+1853 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #8413 | luigi1111 | 2022-07-06 | 1 | -1/+1 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | 8e9c60a README: depends has only been tested on ubuntu 18.04 and 20.04 (selsta) | |||||
| | * | | | | README: depends has only been tested on ubuntu 18.04 and 20.04 | selsta | 2022-06-29 | 1 | -1/+1 | |
| | |/ / / | ||||||
