| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | persist asset outputs and spent key imagesHEADmain | cenobite pinhead | 18 min. | 9 | -8/+385 |
| | | |||||
| * | bind asset inputs to CLSAG ownership proofs | cenobite pinhead | 47 min. | 5 | -6/+301 |
| | | |||||
| * | verify confidential per-asset conservation | cenobite pinhead | 50 min. | 7 | -0/+296 |
| | | |||||
| * | apply asset extensions to persistent chain state | cenobite pinhead | 58 min. | 5 | -0/+224 |
| | | |||||
| * | persist experimental asset registry in LMDB | cenobite pinhead | 62 min. | 5 | -1/+196 |
| | | |||||
| * | Validate asset extensions against native carriers | Monzero Build System | 80 min. | 5 | -0/+98 |
| | | |||||
| * | Define detached asset transaction extensions | Monzero Build System | 82 min. | 5 | -0/+193 |
| | | |||||
| * | Make block asset issuance atomic and reorg-safe | Monzero Build System | 85 min. | 5 | -0/+134 |
| | | |||||
| * | Add authenticated asset registry snapshots | Monzero Build System | 88 min. | 5 | -1/+235 |
| | | |||||
| * | Launch gated Monzero Studio beta | Monzero Build System | 90 min. | 6 | -1/+166 |
| | | |||||
| * | Add authenticated asset issuance payload | Monzero Build System | 94 min. | 5 | -0/+194 |
| | | |||||
| * | Add strict canonical asset descriptor decoding | Monzero Build System | 97 min. | 5 | -0/+160 |
| | | |||||
| * | Link website to public source service | Monzero Build System | 104 min. | 1 | -1/+2 |
| | | |||||
| * | Deploy read-only Monzero source service | Monzero Build System | 105 min. | 4 | -6/+95 |
| | | |||||
| * | Document public repository and signing bootstrap | Monzero Build System | 116 min. | 1 | -0/+74 |
| | | |||||
| * | Fail closed and brand reproducible build inputs | Monzero Build System | 118 min. | 7 | -26/+36 |
| | | |||||
| * | Document and verify Phase 0 source baselines | Monzero Build System | 2 hours | 2 | -0/+101 |
| | | |||||
| * | Establish Monzero Phase 0 and inactive assets baselinemonzero-phase0-assets-prototype-20260815 | Monzero Build System | 2 hours | 96 | -485/+5060 |
| | | |||||
| * | Merge pull request #10779v0.18.5.1 | tobtoht | 2026-06-30 | 7 | -9/+10 |
| |\ | | | | | | | | | | | d67a8d8 build: prepare v0.18.5.1 (selsta) ACKs: SNeedlewoods, plowsof | ||||
| | * | build: prepare v0.18.5.1 | selsta | 2026-06-29 | 7 | -9/+10 |
| | | | |||||
| * | | Merge pull request #10838 | tobtoht | 2026-06-30 | 1 | -32/+21 |
| |\ \ | | | | | | | | | | | | | | | | 05426c3 blockchain: improve incoming block scan table handling (selsta) ACKs: SChernykh, thomasbuilds, j-berman | ||||
| | * | | blockchain: improve incoming block scan table handling | selsta | 2026-06-29 | 1 | -32/+21 |
| | | | | |||||
| * | | | Merge pull request #10836 | tobtoht | 2026-06-30 | 1 | -3/+9 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | fc6e4af Optimized handle_notify_new_transactions's duplicate tx check - Check sha256 digests instead of full blobs (much less memory used) - Replace `find->insert` sequence with a single `insert` - 2x fewer hashset accesses - Preallocate the required size for the hashset (no full-table rehashes) (SChernykh) ACKs: selsta, j-berman | ||||
| | * | | | Optimized handle_notify_new_transactions's duplicate tx check | SChernykh | 2026-06-29 | 1 | -3/+9 |
| | |/ / | | | | | | | | | | | | | | | | - Check sha256 digests instead of full blobs (much less memory used) - Replace `find->insert` sequence with a single `insert` - 2x fewer hashset accesses - Preallocate the required size for the hashset (no full-table rehashes) | ||||
| * | | | Merge pull request #10611 | tobtoht | 2026-06-30 | 3 | -4/+13 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | 7c543c8 daemon: fix print_cn command when 0 connections (jeffro256) 528cbac Show IPv6 addresses in connection list (Guillaume Le Vaillant) ACKs: tobtoht, j-berman | ||||
| | * | | | daemon: fix print_cn command when 0 connections | jeffro256 | 2026-05-16 | 1 | -6/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Deferencing the result of `std::max_element()` when `res.connections` has 0 elements leads to UB, and segfaults in practice. Co-authored-by: iamamyth <user@example.com> | ||||
| | * | | | Show IPv6 addresses in connection list | Guillaume Le Vaillant | 2026-05-16 | 3 | -4/+16 |
| | | | | | |||||
| * | | | | Merge pull request #10598 | tobtoht | 2026-06-30 | 1 | -0/+2 |
| |\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | 12098ff p2p: restore safe sync mode when target height drops (selsta) ACKs: SChernykh, thomasbuilds, j-berman | ||||
| | * | | | p2p: restore safe sync mode when target height drops | selsta | 2026-06-24 | 1 | -0/+2 |
| | | | | | |||||
| * | | | | Merge pull request #10774 | tobtoht | 2026-06-28 | 2 | -71/+50 |
| |\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | 839dba2 wallet2: avoid linear scans in pool state updates (selsta) ACKs: j-berman*, SChernykh | ||||
| | * | | | wallet2: avoid linear scans in pool state updates | selsta | 2026-06-28 | 2 | -71/+50 |
| |/ / / | |||||
| * | | | Merge pull request #10769 | tobtoht | 2026-06-21 | 4 | -103/+376 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | d2e4cbc http: share deterministic header field parser (selsta) ACKs: SChernykh*, vtnerd | ||||
| | * | | | http: share deterministic header field parser | selsta | 2026-06-21 | 4 | -103/+376 |
| | | | | | |||||
| * | | | | Merge pull request #10776 | tobtoht | 2026-06-21 | 1 | -5/+8 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | ef7a86c wallet2: guard optimized coinbase refresh against empty vout (selsta) ACKs: tobtoht, SChernykh | ||||
| | * | | | | wallet2: guard optimized coinbase refresh against empty vout | selsta | 2026-06-15 | 1 | -5/+8 |
| | | |_|/ | |/| | | |||||
| * | | | | Merge pull request #10773 | tobtoht | 2026-06-21 | 1 | -0/+2 |
| |\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | b99d15f wallet2: reject non-monotonic rct output distributions (selsta) ACKs: jeffro256, vtnerd | ||||
| | * | | | wallet2: reject non-monotonic rct output distributions | selsta | 2026-06-15 | 1 | -0/+2 |
| | |/ / | |||||
| * | | | Merge pull request #10754 | tobtoht | 2026-06-16 | 2 | -26/+48 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | d6f0a4d wallet2: store multisig nonce erasure before returning signed txset (selsta) ACKs: UkoeHB, tobtoht | ||||
| | * | | | wallet2: store multisig nonce erasure before returning signed txset | selsta | 2026-06-09 | 2 | -26/+48 |
| | |/ / | |||||
| * | | | Merge pull request #10757 | tobtoht | 2026-06-16 | 3 | -2/+10 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | 4f6652f net: cap aggregate ZMQ receive size (selsta) ACKs: vtnerd, tobtoht | ||||
| | * | | | net: cap aggregate ZMQ receive size | selsta | 2026-06-10 | 3 | -2/+10 |
| | |/ / | |||||
| * | | | Merge pull request #10743 | tobtoht | 2026-06-15 | 1 | -1/+2 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | 0859397 Miner: fixed thread 0 always mining with secure JIT (worse performance) (SChernykh) ACKs: selsta, tobtoht | ||||
| | * | | | Miner: fixed thread 0 always mining with secure JIT (worse performance) | SChernykh | 2026-06-08 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | Merge pull request #10750 | tobtoht | 2026-06-15 | 1 | -3/+3 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | 8d0b73e depends: openssl: update to 3.0.21 (tobtoht) ACKs: selsta, plowsof | ||||
| | * | | | | depends: openssl: update to 3.0.21 | tobtoht | 2026-06-09 | 1 | -3/+3 |
| | | | | | | |||||
| * | | | | | Merge pull request #10746 | tobtoht | 2026-06-14 | 1 | -1/+1 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ad72a6c fix typo in hashchain bounds error (woodser) ACKs: selsta, tobtoht | ||||
| | * | | | | | fix typo in hashchain bounds error | woodser | 2026-06-08 | 1 | -1/+1 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #10718 | tobtoht | 2026-06-10 | 1 | -1/+2 |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | 2de5e82 Fix: check hwdev.generate_output_ephemeral_keys result (SChernykh) | ||||
| | * | | | | Fix: check hwdev.generate_output_ephemeral_keys result | SChernykh | 2026-06-04 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | If it fails, out_eph_public_key and view_tag remain uninitialized. | ||||
| * | | | | | Merge pull request #10543 | tobtoht | 2026-06-09 | 6 | -10/+14 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | 878c781 zmq: apply restricted-mode privacy filtering to get_transaction_pool (greatjourney589) | ||||
