Commit Graph

  • f9a7f2a136 Merge pull request #8945 luigi1111 2024-02-24 09:56:28 -05:00
  • c97c2ec01c docs: omit i2p port number from ANONYMITY_NETWORKS selsta 2024-02-21 01:03:11 +01:00
  • 51d7a6921c wallet: feature: transfer amount with fee included jeffro256 2023-05-14 11:41:59 -05:00
  • f2360a725e build: prepare v0.18.3.2 selsta 2024-01-27 20:08:59 +01:00
  • 0cc8f7aaa3 cryptonote_core: early out on out of bounds scaling parameter selsta 2024-02-20 15:20:38 +01:00
  • b987870553 depends: openssl: update to 3.0.13 tobtoht 2024-02-13 18:45:59 +01:00
  • 3aabfcfce5 depends: unbound: update to 1.19.1 tobtoht 2024-02-13 16:12:06 +01:00
  • 8322f9c4f5 depends: expat: update to 2.6.0 tobtoht 2024-02-13 18:19:31 +01:00
  • 606580a173 Interim checkin This code contains working "return address" semantics for CONVERT and YIELD. Some Random Crypto Guy 2024-02-16 11:02:11 +00:00
  • fbd0b19fc8 remove ARCH=x86-64 from release-static woodser 2024-02-10 08:37:35 -05:00
  • 33e3f72d24 serialization: fix infinite loops and clean up dispatching jeffro256 2023-11-17 02:19:45 -06:00
  • 052df1b28c Zero initialize rctSigBase elements Lee *!* Clagett 2024-02-06 12:47:47 -05:00
  • 98ee46f249 Disable/fix ports with I2P Lee Clagett 2024-01-29 21:10:00 -05:00
  • a3a7f686f3 Added functions to cache and manage yield calculations Removed "tx.amount_locked" field - "tx.amount_burnt" is technically correct for all cases. Removed invalid checkpoint data. Some Random Crypto Guy 2024-01-30 14:22:46 +00:00
  • f5b86342e8 Add <cstdint> to aligned test Lee *!* Clagett 2024-01-29 21:40:50 -05:00
  • dfb990e8bb wallet: mitigate statistical dependence for decoy selection within rings jeffro256 2023-10-15 17:25:15 -07:00
  • 8eab181fe1 Merge pull request #9080 luigi1111 2024-01-18 18:03:43 -05:00
  • 9a70f43440 Merge pull request #9053 luigi1111 2024-01-18 17:57:54 -05:00
  • a0d2044b5d fixed a bug with serialization of the pricing record when communicating between daemon and wallet for conversions Some Random Crypto Guy 2024-01-17 14:54:41 +00:00
  • 3a032c58a4 Fixed a number of issues with serialization of pricing_record entries. Some Random Crypto Guy 2024-01-17 12:43:10 +00:00
  • 8657823a72 Merge branch 'uniqueness' into develop v0.0.1 Some Random Crypto Guy 2024-01-10 23:27:42 +00:00
  • 5ba22c2ec9 Far too many changes to track, but the key ones are: Some Random Crypto Guy 2024-01-10 23:21:56 +00:00
  • 6b791a3df2 Improved documentation in the code. Designed, but not implemented, the mechanism for yield - see db_lmdb.cpp Some Random Crypto Guy 2023-12-27 19:33:28 +00:00
  • a06b121dde First completed round trip test of sFUL/FUSD -> FULM After all of the trials and tribulations, we finally have a viable prototype! Some Random Crypto Guy 2023-12-22 21:43:07 +00:00
  • 6d08d5aabf A whole host of changes to start supporting more unified approach to uniqueness Lots of refactoring still to be done in the codebase, and currently TRANSFER method does not work - the daemon does not send the real output for some reason. Lots still to do - please be patient. This code is NOT ready for use. Or testing. Or anything else. Some Random Crypto Guy 2023-12-20 01:06:23 +00:00
  • 8bf55dbfef This code is hacky in the extreme, but it appears to contain a fairly complete implementation of knaccc's "return address scheme" (for more information on this, please see https://github.com/monero-project/research-lab/issues/53). Some Random Crypto Guy 2023-12-14 20:17:36 +00:00
  • f30c8be9c6 Fixed some comments and some debugging statements for improved accuracy. Some Random Crypto Guy 2023-12-13 14:56:11 +00:00
  • 6787d1d018 This is a big update towards working protocol transactions. Some Random Crypto Guy 2023-12-13 14:41:59 +00:00
  • 4955910886 this code is a hot mess of confusion with transfer_details and public_keys being scattered to the four winds. this code is NOT safe to use in its current format Some Random Crypto Guy 2023-12-07 21:17:04 +00:00
  • 93f589a785 added reporting of balances by asset_type in wallet Some Random Crypto Guy 2023-11-29 22:27:37 +00:00
  • 47d8899c90 Fix missing checks for IsObject in ZMQ jsonrpc reading Lee Clagett 2023-11-28 18:05:15 -05:00
  • f433d0d043 improved output formatting, to include asset type; created asset indexing function in wallet Some Random Crypto Guy 2023-11-28 22:54:26 +00:00
  • ccdbfbe397 with all security checks in place, the code is now accepting protocol_tx outputs as valid in-wallet; only the asset_type is misreported now Some Random Crypto Guy 2023-11-27 23:06:35 +00:00
  • be8e0f7327 Fixed the key definition for circ_supply to allow duplicate tx_ids Updated the CLI wallet to remove the "address" parameter from CONVERT. Reordered processing of CONVERT vs PROTOCOL TXs, so that the PROTOCOL TXs have the necessary data to decode the destination address. Some Random Crypto Guy 2023-11-22 06:25:25 +00:00
  • c1f5dd42e8 change is once again working in the wallet - this only leaves the converted amounts to be paid out, and yield TXs to be supported Some Random Crypto Guy 2023-11-21 21:22:21 +00:00
  • ef27f6380e updated to support propagation of the transaction type - this was necessary to distinguish between YIELD and TRANSFER type Some Random Crypto Guy 2023-11-17 17:43:21 +00:00
  • 7f6b8daa49 placeholder checkin because of so many changes having been made - let's use github as a backup site Some Random Crypto Guy 2023-11-09 18:53:09 +00:00
  • c09062087e Merge pull request #9051 luigi1111 2023-11-06 09:39:19 -05:00
  • 9a5f8431b4 Merge pull request #9047 luigi1111 2023-11-06 09:36:08 -05:00
  • 79107ff68f Merge pull request #9046 luigi1111 2023-11-06 09:35:37 -05:00
  • 646c3fb0d9 Merge pull request #9043 luigi1111 2023-11-06 09:34:13 -05:00
  • c193c5e85d Merge pull request #9039 luigi1111 2023-11-06 09:32:18 -05:00
  • d5c667a5ad Merge pull request #9036 luigi1111 2023-11-06 09:29:03 -05:00
  • 2fe5a5e073 Merge pull request #9034 luigi1111 2023-11-06 09:27:51 -05:00
  • 95e4fc3602 Merge pull request #9029 luigi1111 2023-11-06 09:25:51 -05:00
  • e7d51e5583 JH hash compiler workarounds SChernykh 2023-10-27 14:09:58 +02:00
  • fe746dca4e Fix EAGAIN bug in ZMQ-RPC/ZMQ-PUB Lee *!* Clagett 2023-11-04 13:39:37 -04:00
  • fe47806afb wallet: fix multisig key memory leak jeffro256 2023-11-02 02:58:50 -05:00
  • 6c38c21dfd heed NO_COLOR environment variable moneromooo-monero 2023-01-01 10:24:12 +00:00
  • 5435202450 readline_buffer: disable bracketed paste escape sequences Jeffrey Ryan 2023-01-02 13:36:32 -06:00
  • aefeb0f83a so this commit contains a new GENESIS TX with the revised TX format - no pricing_record_height etc. Lots of reworking of tests because of changes to function prototypes, etc Some Random Crypto Guy 2023-10-27 06:14:59 +01:00
  • d9b765a3af Merge pull request #9027 luigi1111 2023-10-25 21:41:27 -04:00
  • 72d2a610cd Merge pull request #9022 luigi1111 2023-10-25 21:40:36 -04:00
  • 2e9542d01a Merge pull request #9020 luigi1111 2023-10-25 21:40:12 -04:00
  • 0f75585f64 multisig: better errors for small malformed kex msgs jeffro256 2023-08-08 12:01:37 -05:00
  • eb4df0aa1c Merge pull request #8992 luigi1111 2023-10-25 21:38:01 -04:00
  • eae62a07e0 ringct: make rctSigBase serialization follow strict aliasing rule jeffro256 2023-10-23 16:28:02 -05:00
  • 14ae81246d cryptonote_config: include cstdint jeffro256 2023-10-22 18:02:54 -05:00
  • 5b0c27430f gitian: add riscv64 support selsta 2023-10-21 16:02:55 +02:00
  • 09a88cc00e Update RandomX to 1.2.1 tevador 2023-10-20 16:58:28 +02:00
  • 8e2c6a81df the premine now works and is spendable; transfers are now working correctly Some Random Crypto Guy 2023-10-18 19:59:59 +01:00
  • 0b3633ccdc working premine; empty first version of PROTOCOL_TX in block Some Random Crypto Guy 2023-10-18 10:48:16 +01:00
  • bdebf680bd wallet2: ensure transfers and sweeps use same fee calc logic j-berman 2023-05-27 06:07:54 -07:00
  • e0b2123c32 http_client: reduce number of packets sent for small bodies jeffro256 2023-03-18 20:06:24 -05:00
  • 2656cdf505 Merge pull request #9014 v0.18.3.1 luigi1111 2023-10-02 15:28:11 -04:00
  • 1c12d305d6 Merge pull request #9012 luigi1111 2023-10-02 15:26:18 -04:00
  • 83d0d2338f Merge pull request #9011 luigi1111 2023-10-02 15:25:24 -04:00
  • 69de381526 add a test for the long term weight cache Boog900 2023-10-02 01:38:10 +01:00
  • 810f6a6cd2 Fix: long term block weight cache The long term block weight cache was doing a wrong calculation when adding a new block to the cache. Boog900 2023-10-01 13:40:06 +01:00
  • fbcd8da082 build: prepare v0.18.3.1 selsta 2023-10-02 12:59:37 +02:00
  • 03d51b7cc4 wallet2: fix refresh function parameters selsta 2023-10-01 19:30:17 +02:00
  • f9b81a589e Merge pull request #9001 v0.18.3.0 luigi1111 2023-09-30 14:45:43 -04:00
  • 41157dbc82 Merge pull request #8999 luigi1111 2023-09-30 14:44:32 -04:00
  • 9a89e2d9e4 wallet2: call on_reorg callback in handle_reorg j-berman 2023-09-26 20:37:11 -07:00
  • 1df5630f23 wallet2: add on_reorg callback Crypto City 2019-11-17 21:12:46 +00:00
  • 3f9140e754 storages: change error log category to serialization selsta 2023-09-22 19:05:55 +02:00
  • 205c80427b wallet: store watch-only wallet correctly when change_password() is called jeff 2023-09-21 22:33:00 -05:00
  • 0c04018718 depends: openssl: update to 3.0.11 tobtoht 2023-09-19 15:51:28 +02:00
  • 533bbc3208 Merge pull request #8988 luigi1111 2023-09-14 22:21:06 -05:00
  • 6e7bd68b18 Merge pull request #8977 luigi1111 2023-09-14 22:20:38 -05:00
  • 031d318ca2 Merge pull request #8941 luigi1111 2023-09-14 22:19:27 -05:00
  • 61e664a258 Merge pull request #8938 luigi1111 2023-09-14 22:18:22 -05:00
  • d186cf95c1 added the initial framework for the Fulmo-specific commands in the CLI wallet; more branding / renaming work Some Random Crypto Guy 2023-09-14 11:55:29 +01:00
  • 08539345d2 little bit of branding Some Random Crypto Guy 2023-09-13 17:45:43 +01:00
  • 64ed9385a2 build: prepare v0.18.3.0 selsta 2023-09-10 15:55:30 +02:00
  • ba98269ca5 wallet2: fix store_to() and change_password() jeffro256 2023-07-07 12:55:02 -05:00
  • 7dbb14b02a functional_tests: fix multisig tests noutputs assertion jeffro256 2023-08-19 22:09:51 -05:00
  • 356e6877dc wallet_rpc_server: chunk refresh to keep responding to RPC while refreshing moneromooo-monero 2022-05-25 09:30:58 +00:00
  • 633e1b7359 wallet_rpc_server: add --no-initial-sync flag for quicker network binding moneromooo-monero 2022-05-25 09:02:27 +00:00
  • eac1b86bb2 Merge pull request #8957 luigi1111 2023-08-17 10:26:52 -05:00
  • 3bebcc4a7d Merge pull request #8953 luigi1111 2023-08-17 10:25:27 -05:00
  • 9d5c5b5634 Merge pull request #8942 luigi1111 2023-08-17 10:24:16 -05:00
  • 894adef295 Merge pull request #8891 luigi1111 2023-08-17 10:18:12 -05:00
  • 6c7640eb74 Merge pull request #8800 luigi1111 2023-08-17 10:09:28 -05:00
  • 6ab0e31c4a Update README.md - name change for project somerandomcryptoguy 2023-08-11 11:13:04 +01:00
  • 78348bcddd wallet-rpc: restore from multisig seed jeffro256 2023-06-22 09:15:12 +02:00
  • b51f4a9244 scan_tx: fix custom comparator for == case; fixes #8951 j-berman 2023-07-18 16:06:01 -07:00
  • ed05ac6872 wallet2: when checking frozen multisig tx set, don't assume order jeffro256 2023-07-16 13:29:52 -05:00
  • dac963ca27 added asset_type handling to TX outputs Some Random Crypto Guy 2023-07-16 22:00:53 +01:00
  • 18ec1ad834 changed trezor version Some Random Crypto Guy 2023-07-16 22:00:53 +01:00