Commit Graph

4438 Commits (26a42fe54ae0a7e6f348c205cfc7d7b4bf3c012b)

Author SHA1 Message Date
luigi1111 473d984d88
Merge pull request #3921
6 years ago
luigi1111 1eddabf0a4
Merge pull request #3677
6 years ago
luigi1111 ff7dc087ae
Merge pull request #3407
6 years ago
moneromooo-monero 87e158b5b9
device_ledger: factor the prologue code
6 years ago
moneromooo-monero 41b4bf9d6d
tx_pool: cache check_tx_inputs results
6 years ago
einsteinsfool 7cdd147da5 Changed URLs to HTTPS
6 years ago
moneromooo-monero 34de7bc267
device_ledger: fix buffer underflow on bad data from device
6 years ago
moneromooo-monero 41e9cab4e1
device: misc cleanup
6 years ago
moneromooo-monero 3b4dec2d12
device_ledger: fix potential buffer overflow from bad size calc
6 years ago
moneromooo-monero 9d7f6e6089
simplewallet: init trusted daemon flag to false when autodetecting
6 years ago
moneromooo-monero df9d50a8a4
wallet2: fix read buffer overflow in import_key_images
6 years ago
ordtrogen d45cd37c53 fix typos in language files and rpc_args.cpp
6 years ago
moneromooo-monero 3e46db97e5
rpc: add a non binary get_transaction_pool_hashes RPC
6 years ago
stoffu 46e90b7780
Wallet API: add support for wallet creation from hardware device
6 years ago
stoffu 248310de06
Move parse_subaddress_lookahead() from simplewallet.cpp to util.cpp
6 years ago
stoffu 8fc0cdb96f
wallet2: lower default for subaddress lookahead when restoring with hardware
6 years ago
stoffu 66df13a58b
wallet-rpc.getaddress: throw if index is out of bound
6 years ago
moneromooo-monero e5592c4bab
rpc: add blockchain disk size to getinfo
6 years ago
luigi1111 ffab67004c
Merge pull request #3784
6 years ago
cryptochangements34 7bf99a2376 fix string handling for donation message
6 years ago
luigi1111 9a3712541e
Merge pull request #3939
6 years ago
luigi1111 34c57d071f
Merge pull request #3938
6 years ago
luigi1111 3721298cf6
Merge pull request #3932
6 years ago
luigi1111 7935bc5f6b
Merge pull request #3924
6 years ago
luigi1111 9eb51887b0
Merge pull request #3919
6 years ago
luigi1111 5a221c0e48
Merge pull request #3904
6 years ago
luigi1111 81a2ff768b
Merge pull request #3903
6 years ago
luigi1111 51cdd76bbd
Merge pull request #3897
6 years ago
luigi1111 034b0c7adb
Merge pull request #3896
6 years ago
luigi1111 17fd575fe4
Merge pull request #3888
6 years ago
luigi1111 36aeaa7545
Merge pull request #3757
6 years ago
stoffu 0c4148845b
miner: show id and height when a block is found
6 years ago
stoffu bd9e4e3149
daemon: show a bit more info with print_block
6 years ago
moneromooo-monero 2a19697bd4
wallet2: fix double header in unsigned transfer file
6 years ago
luigi1111 896512b2b6
Merge pull request #3878
6 years ago
luigi1111 cb130c7590
Merge pull request #3861
6 years ago
luigi1111 9a3bd88b9f
Merge pull request #3851
6 years ago
luigi1111 61f3916b4a
Merge pull request #3844
6 years ago
luigi1111 d841339b09
Merge pull request #3829
6 years ago
luigi1111 50bc95519e
Merge pull request #3828
6 years ago
luigi1111 f62399b88d
Merge pull request #3821
6 years ago
moneromooo-monero 09f43b9a6b
crypto: add a README pointing to the SUPERCOP licence
6 years ago
moneromooo-monero 6cb97076ce
simplewallet: remove leftover global debug trace
6 years ago
luigi1111 cfd66dae4b
Merge pull request #3691
6 years ago
moneromooo-monero 5b5828fcec
zmq_server: fix bind call when address and/or port are empty
6 years ago
luigi1111 9226acca4b
Merge pull request #3804
6 years ago
luigi1111 fceb774344
Merge pull request #3798
6 years ago
luigi1111 4e7897e57c
Merge pull request #3780
6 years ago
luigi1111 e3012444fb
Merge pull request #3762
6 years ago
luigi1111 7af0b7fffc
Merge pull request #3735
6 years ago
luigi1111 fb2b16f10a
Merge pull request #3732
6 years ago
luigi1111 abfff766e5
Merge pull request #3737
6 years ago
luigi1111 b3363e8e0a
Merge pull request #3726
6 years ago
luigi1111 42e7f31613
Merge pull request #3725
6 years ago
luigi1111 aada0670ba
Merge pull request #3538
6 years ago
Howard Chu b85acb4cb8
Fix RPC crashes that didn't check for an open wallet
6 years ago
moneromooo-monero bc443494f3
wallet2: fix out of sync account tag cache
6 years ago
stoffu 149da420e9 db_lmdb: enable batch transactions by default
6 years ago
moneromooo-monero 8db23df581
wallet: on first refresh, start off with a quantized height
6 years ago
stoffu 63d0ab09b5
mlog: --max-log-files to set the max number of rotated log files
6 years ago
stoffu 798dfcfe79
wallet: allow unspendable unmixable outputs to be discarded
6 years ago
luigi1111 62f3f0480a
Merge pull request #3701
6 years ago
luigi1111 a915d49307
Merge pull request #3700
6 years ago
luigi1111 6be2516140
Merge pull request #3687
6 years ago
luigi1111 41d04a87b2
Merge pull request #3648
6 years ago
luigi1111 ed139efc5d
Merge pull request #3643
6 years ago
stoffu 0a5292c339
wallet2: use decoded amount when reporting repeated output key
6 years ago
stoffu 25c15dca5c
wallet2: use correct fee for split txes
6 years ago
moneromooo-monero 2d10830cfb
db_ldmb: print db version when complaining about incompatibility
6 years ago
Jean Pierre Dudey b628503bad Remove old logic saved in comments.
6 years ago
stoffu 0cf80baea4
net_node: resolve host for node addresses given via command line flags
6 years ago
stoffu 08b85a8e00
cryptonote_config: add get_config to refactor x = testnet ? config::testnet::X : stagenet ? config::stagenet::X : config::X
6 years ago
stoffu 362f5e6eb8
simplewallet: don't confirm missing payment ID when sending to only subaddresses
6 years ago
moneromooo-monero 03096150c6
device_ledger: fix bad memory access on connect error
6 years ago
moneromooo-monero 2d5921eefa
blockchain: avoid duplicate db query for height
6 years ago
moneromooo-monero 1789b76b5d
cryptonote_protocol_handler: log when dropping a peer
6 years ago
moneromooo-monero f4e329583e
simplewallet: set_ring can now take a file with rings
6 years ago
moneromooo-monero 948c48271a
simplewallet: grammar fix in warning message
6 years ago
moneromooo-monero 284fe6438d
db_lmdb: warn about slowness when running off a spinning disk
6 years ago
luigi1111 2619d966c6
Merge pull request #3908
6 years ago
luigi1111 6884db7b31
Merge pull request #3599
6 years ago
luigi1111 00635bd68b
Merge pull request #3598
6 years ago
luigi1111 22c8730261
Merge pull request #3450
6 years ago
luigi1111 5321769b65
Merge pull request #3444
6 years ago
luigi1111 9e5f2738fd
Merge pull request #3428
6 years ago
luigi1111 03b4cca6c2
Merge pull request #3910
6 years ago
luigi1111 5bfe03804c
Merge pull request #3892
6 years ago
luigi1111 8a1f0d7d13
Merge pull request #3940
6 years ago
luigi1111 48fcf76be9
Merge pull request #3911
6 years ago
luigi1111 e1a940806a
Merge pull request #3899
6 years ago
luigi1111 1af890287b
Merge pull request #3890
6 years ago
moneromooo-monero 2bb2c1b9d7
password: flush cout when prompting for password without newline
6 years ago
moneromooo-monero d7a6b72c15
wallet2: fix bulletproof cold signing
6 years ago
moneromooo-monero c367609447
blockchain_import: warn+delay about using --dangerous-unverified-import
6 years ago
stoffu bf26920f27
wallet2: fix get_approximate_blockchain_height for stagenet
6 years ago
moneromooo-monero f24cbc5245
blockchain: fix deadlock with the difficulty cache
6 years ago
moneromooo-monero 62c8c07c47
wallet: do not log by default if we're not asked to log to console
6 years ago
moneromooo-monero 01cc978722
ringct: remove an unnecessary scalarmultBase in zeroCommit
6 years ago
cryptochangements34 4764929ecb use deterministic viewkey if not supplied
6 years ago
moneromooo-monero d81e042306
tx_pool: initialize bitflags padding since it gets written to storage
6 years ago
moneromooo-monero 941a608d52
util: consider Tor/I2P addresses to be non local
6 years ago
moneromooo-monero 8962f0032f
simplewallet: add optional trusted/untrusted argument to set_daemon
6 years ago
stoffu ace2edacb6
blockchain: pop forked blocks only when DB is not read-only
6 years ago
S afed9787cd Fixes #3645: error on freebsd lambda return values forced to std::string
6 years ago
moneromooo-monero f2cb56a2eb
protocol: drop (and increase fails) if most blocks hashes are invalid
6 years ago
Dusan Klinec 9c2a7b4638 wallet-rpc: watch-only and cold wallet features added
6 years ago
moneromooo-monero f0322a083a
blockchain: demote a hash-of-hashes validation warning to debug
6 years ago
Riccardo Spagni 95ccf508cd update checkpoints.dat for point release
6 years ago
Riccardo Spagni 827ca3fd3b bump version for 0.12.2 point release
6 years ago
moneromooo-monero 2b0c632f32
tx_pool: hold off parsing a tx blob till we actually need it
6 years ago
moneromooo-monero 4f3a4fb701
blockchain: return error when requesting non existent output
6 years ago
moneromooo-monero ab87e7fdae
rpc: the cache is still for non cumulative on that branch
6 years ago
stoffu 6b8568e9a1
simplewallet.sign_transfer: rename export to export_raw, add help message
6 years ago
luigi1111 503d2693fd
Merge pull request #3640
6 years ago
luigi1111 3ee6a1b706
Merge pull request #3635
6 years ago
luigi1111 b6eb7484d1
Merge pull request #3592
6 years ago
luigi1111 40dd59fb8e
Merge pull request #3583
6 years ago
luigi1111 737712c0c6
Merge pull request #3561
6 years ago
luigi1111 c8378933ae
Merge pull request #3543
6 years ago
luigi1111 3a373c3d3a
Merge pull request #3489
6 years ago
luigi1111 64adb566e5
Merge pull request #3499
6 years ago
luigi1111 9fde7aafe8
Merge pull request #3882
6 years ago
moneromooo-monero d3447364d0
rpc: convert distribution to cumulative after caching
6 years ago
moneromooo-monero f80b1571c6
wallet2: don't ask for pruned txes yet, we still parse the entire tx
6 years ago
moneromooo-monero 1aae39dff2
daemon: fix readline interfering with std::cerr usage
6 years ago
stoffu 0da5d37bf3
wallet: fix shared ring db path
6 years ago
luigi1111 9bc8f76924
Merge pull request #3525
6 years ago
luigi1111 f03bf36c85
Merge pull request #3491
6 years ago
luigi1111 a7ea14dc6a
Merge pull request #3876
6 years ago
luigi1111 4267a0bb51
Merge pull request #3731
6 years ago
moneromooo-monero b665bab1d6
rpc: fix get_output_distribution cache for the cumulative case
6 years ago
moneromooo-monero e09710f76e
blockchain_blackball: also blackball N N-sized duplicate rings
6 years ago
moneromooo-monero 66f4700f57
blockchain_blackball: add incremental mode
6 years ago
moneromooo-monero b26cd26333
blockchain_utilities: do not link against unneeded p2p lib
6 years ago
stoffu 98cf62cc45
hardfork: fix get_next_version()
6 years ago
stoffu a79fc219b7
hardfork: fix get_earliest_ideal_height_for_version() to support non-existent versions
6 years ago
luigi1111 c534fe8d19
Merge pull request #3251
6 years ago
luigi1111 c4907d24cb
Merge pull request #3477
6 years ago
luigi1111 8e1b322a15
Merge pull request #3470
6 years ago
luigi1111 ed72f35e9a
Merge pull request #3446
6 years ago
luigi1111 764340d112
Merge pull request #3420
6 years ago
luigi1111 5b189ce2a8
Merge pull request #3405
6 years ago
moneromooo-monero 5a412b7a3f
disable file size sanity check when loading the wallet cache
6 years ago
moneromooo-monero e942d34d54
protocol: do not switch to unsafe sync mode for just a few blocks
6 years ago
moneromooo-monero 740da1ba95
core: fix automatic safe db sync mode switching
6 years ago
stoffu a6b8d3fee1
tx_pool: remove old comment from fill_block_template()
6 years ago
moneromooo-monero a87980f6c2
fix build with GCC 8.1.0
6 years ago
moneromooo-monero de1ffe07b1
p2p: warn when no incoming connections are seen for a while
6 years ago
moneromooo-monero b9389e582e
db_lmdb: save pruned and prunable tx data separately
6 years ago
Riccardo Spagni 45975fd8eb update checkpoints
6 years ago