Commit Graph

1623 Commits (106e3dc3d4151ff2b9836ead3177892de92df2ce)

Author SHA1 Message Date
moneromooo-monero ada527558f
Use the supplied hard fork version in validate_miner_transaction
8 years ago
moneromooo-monero acbe06d8e9
wallet: update spent status when an accepted tx disappears
8 years ago
moneromooo-monero 089df4af83
wallet: reset output spent status on blockchain reorg
8 years ago
moneromooo-monero 73d59f17e1
ringct: catch errors from ge_frombytes_vartime
8 years ago
moneromooo-monero 359f46901e
ringct: add missing size check for ecdhInfo
8 years ago
moneromooo-monero 229968eafc
ringct: change asserts to return false for boolean functions
8 years ago
moneromooo-monero dc4aad7eb5
add rct to the protocol
8 years ago
moneromooo-monero 211d1db762
db_lmdb: update reset for recent db changes
8 years ago
moneromooo-monero dee42d6dac
ringct: add functions to commit to an amount
8 years ago
moneromooo-monero cc7f449d57
make rct tx serialization work
8 years ago
moneromooo-monero e70e8a69f4
crypto: error out where appropriate
8 years ago
moneromooo-monero 54f7429cf6
ringct: allow no outputs, and add tests for this and fees
8 years ago
moneromooo-monero e99904ac31
ringct: make fee optional
8 years ago
Shen Noether f8c04ad94f
ringct: txn fee stuff
8 years ago
moneromooo-monero 66f96260b2
ringct: new {gen,decode}Rct APIs for convenience
8 years ago
moneromooo-monero 789b2e21f6
ringct: add more convenience functions
8 years ago
moneromooo-monero 98564439f8
core: link against libringct
8 years ago
moneromooo-monero 4258dab4d6
core: new /getrandom_rctouts.bin binary RPC call
8 years ago
moneromooo-monero c3a2e1450a
ringct: add convenience functions to bridge ringct and cryptonote
8 years ago
moneromooo-monero eb56d0f994
blockchain_db: add functions for adding/removing/getting rct commitments
8 years ago
moneromooo-monero 82072e701a
ringct: restore verRange check in debug mode
8 years ago
moneromooo-monero 63856cad29
ringct: add check for destinations/amount size being equal
8 years ago
moneromooo-monero e816a09292
ringct: fix off by 1 in mixin usage
8 years ago
moneromooo-monero 09c5ea43a2
ringct: simplify random key generation
8 years ago
Shen Noether 56f6549962
ringct: cosmetic fixes
8 years ago
Shen Noether 55ff136e12
ringct: changes to hashToPointSimple to calcualte H2 values
8 years ago
Shen Noether 63733b1785
ringct: compare keys with bitwise equality, not crypto ops
8 years ago
Shen Noether 98f4c6f7eb
ringct: fix size argument to cn_fast_hash
8 years ago
Shen Noether 09fb9f4b75
Fix sc_0 to skGen in ProveRange
8 years ago
moneromooo-monero d37c1db032
ringct: add a few consts where appropriate
8 years ago
moneromooo-monero 700248f59e
tests: more ringct range proof tests
8 years ago
moneromooo-monero d02f9995a8
rct: add serialization machinery to rct types
8 years ago
moneromooo-monero 0ff8305426
serialization: declare do_serialize specializations before use
8 years ago
Shen Noether 8b135e7aa3
Added note on generating H2
8 years ago
Shen Noether 4d639d90ca
Fixed missing last index H2
8 years ago
moneromooo-monero 9e82b694da
remove original Cryptonote blockchain_storage blockchain format
8 years ago
moneromooo-monero 86b4426191
ringct: lock access to the PRNG
8 years ago
moneromooo-monero 4d7f073491
ringct: add simple input validation
8 years ago
moneromooo-monero b656001030
ringct: add convenience operators to key
8 years ago
moneromooo-monero 9b1afe5f2d
ringct: import of Shen Noether's ring confidential transactions
8 years ago
Riccardo Spagni a569b264bc
Merge pull request #991
8 years ago
moneromooo-monero f88029e72a
db_lmdb: do not try to modify the database in read only mode
8 years ago
Riccardo Spagni 2702e4999a
Merge pull request #984
8 years ago
Riccardo Spagni 7000ed45ec
Merge pull request #982
8 years ago
Riccardo Spagni 9308b4e8b9
Merge pull request #978
8 years ago
Riccardo Spagni 391c567f37
Merge pull request #976
8 years ago
Thomas Winget 78035d2b6c
Fix fake 'network synchronized, begin using' messages
8 years ago
guzzi_jones 65238d281c fix #691 removed help about leaving wallet name empty on --generate-new-wallet
8 years ago
Ilya Kitaev bcf7b67cd6 libwallet_api: Wallet::amountFromString fixed
8 years ago
Ilya Kitaev 32bc7b41c0 libwallet_api: helper method to return maximumAllowedAmount
8 years ago