Commit graph

  • f5465d8246
    Condition v2 txes on v3 hard fork moneromooo-monero 2016-06-29 23:00:20 +0100
  • 59a66e209a
    move the rct commitments to the output_amounts database moneromooo-monero 2016-06-29 19:55:49 +0100
  • 6d0e47148b
    rct: add the tx prefix hash into the MLSAG moneromooo-monero 2016-06-28 16:03:28 +0100
  • 35dce5c70c
    ringct: fix size unit mismatch calling keccak moneromooo-monero 2016-06-28 15:37:58 +0100
  • 20e50ec7f7
    ringct: do not serialize what can be reconstructed moneromooo-monero 2016-06-29 18:18:18 +0100
  • 106e3dc3d4
    Add rct core tests moneromooo-monero 2016-06-27 18:56:19 +0100
  • ada527558f
    Use the supplied hard fork version in validate_miner_transaction moneromooo-monero 2016-06-25 22:52:18 +0100
  • acbe06d8e9
    wallet: update spent status when an accepted tx disappears moneromooo-monero 2016-06-17 23:21:27 +0100
  • 089df4af83
    wallet: reset output spent status on blockchain reorg moneromooo-monero 2016-06-16 23:58:54 +0100
  • 73d59f17e1
    ringct: catch errors from ge_frombytes_vartime moneromooo-monero 2016-06-24 17:46:24 +0100
  • 161551e13b
    tests: test for ringct rctSig data sizes moneromooo-monero 2016-06-17 21:29:21 +0100
  • 359f46901e
    ringct: add missing size check for ecdhInfo moneromooo-monero 2016-06-17 21:28:56 +0100
  • 229968eafc
    ringct: change asserts to return false for boolean functions moneromooo-monero 2016-06-17 20:48:36 +0100
  • dc4aad7eb5
    add rct to the protocol moneromooo-monero 2016-06-15 23:37:13 +0100
  • 211d1db762
    db_lmdb: update reset for recent db changes moneromooo-monero 2016-06-25 09:59:21 +0100
  • dee42d6dac
    ringct: add functions to commit to an amount moneromooo-monero 2016-06-15 22:47:09 +0100
  • cc7f449d57
    make rct tx serialization work moneromooo-monero 2016-06-14 17:25:00 +0100
  • e70e8a69f4
    crypto: error out where appropriate moneromooo-monero 2016-08-28 21:24:19 +0100
  • 54f7429cf6
    ringct: allow no outputs, and add tests for this and fees moneromooo-monero 2016-06-14 17:15:49 +0100
  • e99904ac31
    ringct: make fee optional moneromooo-monero 2016-06-12 22:41:40 +0100
  • f8c04ad94f
    ringct: txn fee stuff Shen Noether 2016-06-12 21:53:01 +0100
  • 66f96260b2
    ringct: new {gen,decode}Rct APIs for convenience moneromooo-monero 2016-06-12 21:13:12 +0100
  • 789b2e21f6
    ringct: add more convenience functions moneromooo-monero 2016-06-10 20:15:01 +0100
  • 98564439f8
    core: link against libringct moneromooo-monero 2016-06-10 20:14:20 +0100
  • 4258dab4d6
    core: new /getrandom_rctouts.bin binary RPC call moneromooo-monero 2016-06-05 10:46:18 +0100
  • c3a2e1450a
    ringct: add convenience functions to bridge ringct and cryptonote moneromooo-monero 2016-06-05 11:24:04 +0100
  • eb56d0f994
    blockchain_db: add functions for adding/removing/getting rct commitments moneromooo-monero 2016-06-04 14:18:37 +0100
  • 82072e701a
    ringct: restore verRange check in debug mode moneromooo-monero 2016-06-04 09:38:36 +0100
  • 63856cad29
    ringct: add check for destinations/amount size being equal moneromooo-monero 2016-06-04 09:38:12 +0100
  • e816a09292
    ringct: fix off by 1 in mixin usage moneromooo-monero 2016-06-04 09:37:38 +0100
  • 09c5ea43a2
    ringct: simplify random key generation moneromooo-monero 2016-06-02 19:20:54 +0100
  • 53cdf4df5e
    tests: new ringct test for checking H2 values Shen Noether 2016-06-02 19:04:10 +0100
  • 56f6549962
    ringct: cosmetic fixes Shen Noether 2016-06-02 19:03:35 +0100
  • 55ff136e12
    ringct: changes to hashToPointSimple to calcualte H2 values Shen Noether 2016-06-02 19:02:54 +0100
  • 63733b1785
    ringct: compare keys with bitwise equality, not crypto ops Shen Noether 2016-06-02 17:24:42 +0100
  • 98f4c6f7eb
    ringct: fix size argument to cn_fast_hash Shen Noether 2016-06-02 17:23:30 +0100
  • 720ac85553
    tests: zero inputs/outputs are in fact supposed to be accepted moneromooo-monero 2016-06-01 23:33:23 +0100
  • 84948eabae
    ringct: add a test for prooveRange being non deterministic moneromooo-monero 2016-05-30 08:56:23 +0100
  • 09fb9f4b75
    Fix sc_0 to skGen in ProveRange Shen Noether 2016-05-29 18:34:43 -0600
  • d37c1db032
    ringct: add a few consts where appropriate moneromooo-monero 2016-05-28 11:34:32 +0100
  • 700248f59e
    tests: more ringct range proof tests moneromooo-monero 2016-05-27 19:40:18 +0100
  • d02f9995a8
    rct: add serialization machinery to rct types moneromooo-monero 2016-05-27 16:05:24 +0100
  • 0ff8305426
    serialization: declare do_serialize specializations before use moneromooo-monero 2016-05-27 16:02:27 +0100
  • 8b135e7aa3
    Added note on generating H2 Shen Noether 2016-05-27 15:47:41 +0100
  • 4d639d90ca
    Fixed missing last index H2 Shen Noether 2016-05-27 15:46:44 +0100
  • 9e82b694da
    remove original Cryptonote blockchain_storage blockchain format moneromooo-monero 2016-05-26 21:48:18 +0100
  • 86b4426191
    ringct: lock access to the PRNG moneromooo-monero 2016-05-15 00:11:03 +0100
  • 4d7f073491
    ringct: add simple input validation moneromooo-monero 2016-05-14 21:58:31 +0100
  • 57779abe27
    tests: add some more ringct building block tests moneromooo-monero 2016-05-14 12:21:53 +0100
  • b656001030
    ringct: add convenience operators to key moneromooo-monero 2016-05-14 12:21:08 +0100
  • 2d6303fb2c
    tests: add Shen Noether's basic ringct tests moneromooo-monero 2016-05-14 10:30:11 +0100
  • 9b1afe5f2d
    ringct: import of Shen Noether's ring confidential transactions moneromooo-monero 2016-05-13 20:45:20 +0100
  • dc411ea3b7 Change default db-sync-mode to fast, not fastest Howard Chu 2016-08-28 12:07:00 +0100
  • 1c7d3b05a9 cmake: define ARM var for all ARM arch variants redfish 2016-08-28 07:28:05 -0400
  • d321c02830
    minor README changes, also I wanted to grab PR #1000 Riccardo Spagni 2016-08-28 14:13:52 +0200
  • 6fe543dcd4 cmake: ARM: exclude libunwind in static build redfish 2016-08-28 07:12:36 -0400
  • 397b720069 make: remove NO_AES from arm targets redfish 2016-08-28 05:42:06 -0400
  • 57ca3f3f64 make: make the ARM release targets statically linked redfish 2016-08-28 05:35:27 -0400
  • 43c07a1cfa readme: editted install/build instructions for clarity redfish 2016-08-28 04:15:55 -0400
  • a0d40587ea Revert "makefile: remove unnecessary ARM-specific targets" redfish 2016-08-28 01:44:33 -0400
  • c2bc34b736 Revert "Interpret x86_64 as x86-64 for architecture" redfish 2016-08-28 01:42:59 -0400
  • c54b9a1a05 cmake: don't set ARCH from CMAKE_SYSTEM_PROCESSOR redfish 2016-08-28 01:37:34 -0400
  • 94de4b040c cmake: pass -static when STATIC=ON on Windows redfish 2016-08-27 18:47:07 -0400
  • ff6b8f2e59
    Build: move Travis IRC notification channel anonimal 2016-08-27 18:09:31 +0000
  • f1ba51cf89 remove -Wall from coverage arguments Jacob Torrey 2016-08-27 06:29:19 -0600
  • f017fecde9 Build the core_tests under Travis Jacob Torrey 2016-08-27 06:22:57 -0600
  • cf6654c178 contrib: example systemd service and config file redfish 2016-08-24 23:05:30 -0400
  • e0bf02a6ce Streamline release-test target Jacob Torrey 2016-08-26 13:50:03 -0600
  • baf4574ad5 Update badge to point to monero's coveralls Jacob Torrey 2016-08-26 13:48:03 -0600
  • d1dc2c31c7 Re-enable Travis IRC notifications Jacob Torrey 2016-08-26 13:46:29 -0600
  • 9c71b9e9ce Silence coveralls to prevent 4MB logs Jacob Torrey 2016-08-22 21:10:33 -0600
  • 65041fbbf8 Disabled libwallet_api_test until Issue #895 resolved Jacob Torrey 2016-08-22 20:17:57 -0600
  • a4501384bf Disable core_tests on Travis-CI Jacob Torrey 2016-08-22 18:41:17 -0600
  • 650afacc1f Added -j2 to Makefile and clean up matrix Jacob Torrey 2016-08-22 18:11:36 -0600
  • 256dec0601 Streamline test building target Jacob Torrey 2016-08-22 17:43:43 -0600
  • 14915c24d7 Ensure tests are built prior to testing Jacob Torrey 2016-08-22 16:40:02 -0600
  • fe4992b1dc Added coverage g++ commands Jacob Torrey 2016-08-22 15:26:52 -0600
  • 497b24f25f Update .travis.yml Jacob Torrey 2016-08-22 15:18:57 -0600
  • 678467d5b0 Update for the current make environment Jacob Torrey 2016-08-22 14:34:31 -0600
  • abcac26e9b Fixed tab/space issue on YAML Jacob Torrey 2016-08-22 14:33:32 -0600
  • 7351a1174b Converted to a build matrix for testing and release Jacob Torrey 2016-08-22 13:56:59 -0600
  • 342dbfb705 Prep for coveralls Jacob Torrey 2016-08-22 10:39:47 -0600
  • a569b264bc
    Merge pull request #991 Riccardo Spagni 2016-08-26 20:39:21 +0200
  • f88029e72a
    db_lmdb: do not try to modify the database in read only mode moneromooo-monero 2016-08-26 19:33:25 +0100
  • 416c1da51c
    Merge pull request #989 Riccardo Spagni 2016-08-26 10:34:29 +0200
  • 009bea43ce
    Merge pull request #986 Riccardo Spagni 2016-08-26 10:34:00 +0200
  • 2702e4999a
    Merge pull request #984 Riccardo Spagni 2016-08-26 10:33:10 +0200
  • 7000ed45ec
    Merge pull request #982 Riccardo Spagni 2016-08-26 10:32:30 +0200
  • 9308b4e8b9
    Merge pull request #978 Riccardo Spagni 2016-08-26 10:32:00 +0200
  • 391c567f37
    Merge pull request #976 Riccardo Spagni 2016-08-26 10:31:24 +0200
  • 0ed35f7d8d README.md: Boost version updated for windows tobiasw2 2016-08-25 01:41:58 +0200
  • 2c544257f5
    Merge pull request #988 Riccardo Spagni 2016-08-24 18:09:50 +0200
  • 5f873eaea0
    added Symas as a sponsor Riccardo Spagni 2016-08-24 17:47:53 +0200
  • 73ec1e6421
    Merge pull request #981 Riccardo Spagni 2016-08-24 17:46:15 +0200
  • b63d04fb84
    Merge branch 'ranok-patch-1' Riccardo Spagni 2016-08-24 17:45:28 +0200
  • 68039eccc2
    resolved conflicts in readme.md Riccardo Spagni 2016-08-24 17:45:09 +0200
  • da58422bae Update README.i18n arb0r 2016-08-24 17:01:32 +0200
  • 78035d2b6c
    Fix fake 'network synchronized, begin using' messages Thomas Winget 2016-08-23 22:52:25 -0400
  • 65238d281c fix #691 removed help about leaving wallet name empty on --generate-new-wallet guzzi_jones 2016-08-24 00:03:36 +0000
  • 3729ac81c9
    Docs: re-introduce Boost 1.58 min req from 2a2b655 anonimal 2016-08-23 22:20:01 +0000