Commit Graph

40 Commits (675b87984414651fde76becf1901a5b427c2fa6e)

Author SHA1 Message Date
wowario 675b879844
initial commit
6 years ago
Riccardo Spagni 1c91963dcd
Merge pull request #4308
6 years ago
moneromooo-monero 6844ae1b8d
tx_pool: avoid parsing a whole tx if only the prefix is needed
6 years ago
moneromooo-monero 9907ea0694
cryptonote: sort tx_extra fields
6 years ago
Riccardo Spagni 7addabce8f
Merge pull request #4330
6 years ago
moneromooo-monero 044dff5a30
bulletproofs: scale points by 8 to ensure subgroup validity
6 years ago
moneromooo-monero d1591853bf
cryptonote_basic: check output type before using it
6 years ago
moneromooo-monero 5ffb2ff9b7
v8: per byte fee, pad bulletproofs, fixed 11 ring size
6 years ago
moneromooo-monero 2a8fcb421b
Bulletproof aggregated verification and tests
6 years ago
moneromooo-monero 93e7627d5a
cryptonote_format_utils: do not early out on invalid tx pubkeys
6 years ago
moneromooo-monero b9389e582e
db_lmdb: save pruned and prunable tx data separately
6 years ago
moneromooo-monero 6f859e4328
cryptonote: make sure outPk setup always happens
6 years ago
stoffu 27a196b126
device: untangle cyclic depenency
6 years ago
stoffu c9b38b4765
device: made function prototypes consistent with pre-#3303 codebase
6 years ago
moneromooo-monero 608fd6f14a
Monero Cryptonight variants, and add one for v7
6 years ago
cslashm e745c1e38d Code modifications to integrate Ledger HW device into monero-wallet-cli.
6 years ago
moneromooo-monero f2c4c39971
wallet2: speed up subaddress generation (by about a third)
6 years ago
xmr-eric 18216f19dd Update 2018 copyright
6 years ago
Riccardo Spagni f9c66ba67c
Merge pull request #2990
6 years ago
moneromooo-monero 2d17feb060
factor STL container serialization
7 years ago
moneromooo-monero 2305bf260d
check return value for generate_key_derivation and derive_public_key
7 years ago
moneromooo-monero fa5697127f
make multisig work with subaddresses
7 years ago
moneromooo-monero 09ce03d612
move includes around to lessen overall load
7 years ago
moneromooo-monero 3dffe71b72
new wipeable_string class to replace std::string passphrases
7 years ago
moneromooo-monero 54a4c1cbf7
cryptonote: do not overwrite const data
7 years ago
moneromooo-monero 383ff4f689
remove "using namespace std" from headers
7 years ago
Jaquee fd773d88cd refactor cryptonote_basic::add_tx_pub_key_to_extra
7 years ago
kenshi84 53ad5a0f42
Subaddresses
7 years ago
moneromooo-monero 5d65a75b69
move checkpoints in a separate library
7 years ago
moneromooo-monero 651baaec46
wallet: add encrypted seed functionality
7 years ago
moneromooo-monero 5b63246813
core: fix blob size cache, and reenable hash and blob size caches
7 years ago
moneromooo-monero a96f9baeb4
core: disable tx/block hash cache
7 years ago
moneromooo-monero 6d315459b6
core: avoid possible reordering bugs wth tx/bloch hash cache
7 years ago
moneromooo-monero f065234b71
core: cache tx and block hashes in the respective classes
7 years ago
lethos3 d18ff58a1c format_utils: fix typo in assert message
7 years ago
Riccardo Spagni d35d626181
Merge pull request #1826
7 years ago
moneromooo-monero 2c468dd429
allow user I/O in millinero, micronero, nanonero, piconero
7 years ago
moneromooo-monero f113b92b93
core: add functions to serialize base tx info
7 years ago
Riccardo Spagni c3599fa7b9
update copyright year, fix occasional lack of newline at line end
7 years ago
kenshi84 8027ce0c75 extract some basic code from libcryptonote_core into libcryptonote_basic
7 years ago