Commit Graph

5757 Commits (294e858d57670e9b01e45f6dacc3e5d91d02703e)

Author SHA1 Message Date
Dusan Klinec 827f52add0
wallet: API changes to enable passphrase entry
5 years ago
moneromooo-monero cbf3224180
rpc: make wide_difficulty hexadecimal
5 years ago
moneromooo-monero 089c7637a6
cryptonote: rework block blob size sanity check
5 years ago
moneromooo-monero a2561653cb
wallet: new option to start background mining
5 years ago
moneromooo-monero b40392fb02
wallet2: add --no-dns flag
5 years ago
stoffu a2195b9b7f
crypto: replace rand<T>()%N idiom with unbiased rand_idx(N)
5 years ago
stoffu a299dc96f7
rpc.gettransactions: fill as_json with partial tx in pruned mode
5 years ago
moneromooo-monero 15f27c80b9
wallet2: support multi out txes without change in sanity check
5 years ago
selsta 8bb253b0db
libwallet_merged: add missing net target
5 years ago
moneromooo-monero 0be5b2ee78
simplewallet: new unset_ring command
5 years ago
stoffu d3018d0f0b
api/wallet: fix some wrong namespace
5 years ago
moneromooo-monero c12b43cb5a
wallet: add number of blocks required for the balance to fully unlock
5 years ago
moneromooo-monero 3f1e9e84c0
wallet2: set confirmations to 0 for pool txes in proofs
5 years ago
moneromooo-monero 36c037ec47
wallet_rpc_server: error out on getting the spend key from a hot wallet
5 years ago
moneromooo-monero cd1eaff29e
wallet_rpc_server: always fill out subaddr_indices in get_transfers
5 years ago
moneromooo-monero def4016171 miner: fix race when stopping mining with start mining enabled
5 years ago
moneromooo-monero 113e487739
blockchain_stats: fix sign in formatting function
5 years ago
moneromooo-monero adaea3ea3c
various: remove unused variables
5 years ago
moneromooo-monero 631ef00e76
blockchain: some debug info when adding txes-from-block fails
5 years ago
Riccardo Spagni b6726aaa6c
Merge pull request #5319
5 years ago
moneromooo-monero f825055d22
wallet_rpc_server: error out on getting the spend key from a hot wallet
5 years ago
moneromooo-monero 67aa4adcfc
wallet_rpc_server: add a set_daemon RPC
5 years ago
moneromooo-monero 705acbac4d
wallet2: init some variables to default values if loading old wallets
5 years ago
moneromooo-monero f82bc29ec2
wallet_rpc_server: always fill out subaddr_indices in get_transfers
5 years ago
moneromooo-monero 01efdc6a7e
wallet_rpc_server: set confirmations to 0 for pending/pool txes
5 years ago
cslashm 83fc45a413 Add NanoX support
5 years ago
Riccardo Spagni 0eb2c7b272
Merge pull request #5339
5 years ago
Riccardo Spagni 6e0242f861
Merge pull request #5334
5 years ago
Riccardo Spagni 286dec012d
Merge pull request #5333
5 years ago
Riccardo Spagni b8ab510f23
Merge pull request #5332
5 years ago
Riccardo Spagni 3b52940471
Merge pull request #5349
5 years ago
Riccardo Spagni 29e4e70f30
Merge pull request #5352
5 years ago
Riccardo Spagni 3b1fa543ca
Merge pull request #5329
5 years ago
Riccardo Spagni 1ed6441925
Merge pull request #5327
5 years ago
Riccardo Spagni a69b71dc41
Merge pull request #5326
5 years ago
Riccardo Spagni 4f3f15edba
Merge pull request #5325
5 years ago
Riccardo Spagni 13f414cb9f
Merge pull request #5322
5 years ago
Riccardo Spagni 55d7eb06a8
Merge pull request #5317
5 years ago
Riccardo Spagni 97831e5f8b
Merge pull request #5308
5 years ago
Riccardo Spagni 5a71fb74f0
Merge pull request #5307
5 years ago
Riccardo Spagni c994dc7ec0
Merge pull request #5306
5 years ago
Riccardo Spagni 8b57e33789
Merge pull request #5305
5 years ago
Riccardo Spagni 30a3a73609
Merge pull request #5303
5 years ago
Riccardo Spagni 94880540e7
Merge pull request #5302
5 years ago
Riccardo Spagni b09f1bdb8f
Merge pull request #5299
5 years ago
Riccardo Spagni 4a06b3ee62
Merge pull request #5298
5 years ago
Riccardo Spagni f13d38350a
Merge pull request #5297
5 years ago
Riccardo Spagni 89fb0e3cd6
Merge pull request #5295
5 years ago
Riccardo Spagni cabd848efa
Merge pull request #5294
5 years ago
Riccardo Spagni 6cb0a26d9d
Merge pull request #5292
5 years ago
Riccardo Spagni a6b798e72f
Merge pull request #5291
5 years ago
Riccardo Spagni 574c399386
Merge pull request #5288
5 years ago
Riccardo Spagni 7ec799c542
Merge pull request #5287
5 years ago
Riccardo Spagni e55b3f9dda
Merge pull request #5239
5 years ago
moneromooo-monero eda2661aa2
Allow pruning before v10
5 years ago
Howard Chu c746f45d3e
Add hash of top block to /getheight RPC
5 years ago
moneromooo-monero 5e1a3e48ba
lmdb: fix size_t size issues on 32 bit
5 years ago
moneromooo-monero aff80e7043
blockchain: fix returned height in create_block_template
5 years ago
moneromooo-monero 07b716bfea
util: name replace_file arguments better
5 years ago
Dusan Klinec c2f271d13a
device/trezor: increase live-refresh timeout
5 years ago
italocoin 383c38fdb1 fix init warning on whatever compiler version
5 years ago
moneromooo-monero ae6885f6b4
blockchain: incremental long term block weight cache
5 years ago
moneromooo-monero 9b687c7873
blockchain: simple cache for the long term block weights
5 years ago
cslashm 7c44091541 Add get_tx_proof support, needed for new sanity check
5 years ago
cslashm 98fdcb2aa5 Add support for V11 protocol with BulletProofV2 and short amount.
5 years ago
cslashm 3a981a3313 Add application version compatibility check.
5 years ago
moneromooo-monero b0c552f50f
cryptonote_protocol_handler: add block/tx hashes in notify logs
5 years ago
moneromooo-monero ef92620c1d
socks: fix build with boost 1.70
5 years ago
moneromooo-monero 050bb337d7
wallet2: factor the watchonly/multisig/etc fields on creation
5 years ago
moneromooo-monero f1a3796a43
wallet2: fix tx sanity check change test for the sweep_all case
5 years ago
moneromooo-monero d45b85e170
wallet2: skip derivation precalc for blocks we know we'll skip
5 years ago
moneromooo-monero c84ea2993f
cryptonote_basic: some more minor speedups
5 years ago
moneromooo-monero e40eb2ad9d
cryptonote_basic: speedup calculate_block_hash
5 years ago
moneromooo-monero 547a9708de
cryptonote: block parsing + hash calculation speedup
5 years ago
moneromooo-monero 11604b6da6
blockchain: avoid unneeded block copy
5 years ago
moneromooo-monero 8461df0405
save some database calls when getting top block hash and height
5 years ago
moneromooo-monero 3bbc366147
Avoid repeated (de)serialization when syncing
5 years ago
moneromooo-monero 678262ab65
wallet_rpc_server: allow english/local language names in create_wallet
5 years ago
moneromooo-monero a8b98a0bd7
wallet: fix memory only wallets
5 years ago
fuwa 1d14b3f072 ringct: fix capitalization for scaler mult
5 years ago
Lee Clagett 7acfa9f3cc Added socks proxy (tor/i2pd/kovri) support to wallet
5 years ago
moneromooo-monero 1730a44f90
core: improve block rate monitor trigger probabilities
5 years ago
moneromooo-monero cafa15b904
wallet2: set confirmations to 0 for pool txes in proofs
5 years ago
moneromooo-monero 91f4c7f45f
Make difficulty 128 bit instead of 64 bit
5 years ago
moneromooo-monero 849a768f36
perf_timer: move some debug levels to info for consistency
5 years ago
Riccardo Spagni e4b049da05
Merge pull request #5286
5 years ago
Riccardo Spagni 4176a399de
Merge pull request #5282
5 years ago
Riccardo Spagni 8cb4293e82
Merge pull request #5277
5 years ago
Riccardo Spagni 0920ac7642
Merge pull request #5207
5 years ago
Riccardo Spagni de4ca3f14e
Merge pull request #5324
5 years ago
Riccardo Spagni 0965b101f2
Merge pull request #5321
5 years ago
rbrunner7 c23ea7962d New interactive daemon command 'print_net_stats': Global traffic stats
5 years ago
moneromooo-monero 16eda54b38
wallet: use original user address if we have a short payment id
5 years ago
Nathan Dorfman 9f49722c4d Fix build on FreeBSD
5 years ago
moneromooo-monero 19f8089fca
p2p: don't lookup seed nodes when offline
5 years ago
moneromooo-monero 18faa6da0c
wallet: add freeze/thaw/frozen commands
5 years ago
moneromooo-monero e9519e9876
cryptonote: fix calculating coinbase tx hash
5 years ago
moneromooo-monero 023f2c7747
wallet_rpc_server: remove mixin from transfer RPCs
5 years ago
moneromooo-monero adf6d7730f
wallet: fix offline signing calling a daemon RPC
5 years ago
moneromooo-monero b05f10f82e
wallet2: sanity check new tx before sending
5 years ago
Riccardo Spagni cac4c3103a
Merge pull request #5271
5 years ago
Riccardo Spagni e0a05837ba
Merge pull request #5270
5 years ago
Riccardo Spagni dcfd5a8892
Merge pull request #5266
5 years ago
Riccardo Spagni 5ac46c5310
Merge pull request #5256
5 years ago
Riccardo Spagni 6c0c7d796d
Merge pull request #5252
5 years ago
Riccardo Spagni 39107e18d5
Merge pull request #5251
5 years ago
Riccardo Spagni 56feda84d3
Merge pull request #5250
5 years ago
Riccardo Spagni 30e823e7cd
Merge pull request #5248
5 years ago
Riccardo Spagni df50181ab2
Merge pull request #5237
5 years ago
Riccardo Spagni 5e03bd06c1
Merge pull request #5235
5 years ago
Riccardo Spagni f9b1c4f962
Merge pull request #5213
5 years ago
Riccardo Spagni 48e3a341f8
Merge pull request #5211
5 years ago
moneromooo-monero efb2bdd309
slow-hash: default to JIT on x86_64
5 years ago
moneromooo-monero dc20d77459
rpc: add miner tx hash to block header response
5 years ago
moneromooo-monero 223c6b0796
dns_utils: really add default DNSSEC servers on failure
5 years ago
moneromooo-monero 760d3a2a0c
daemon: init public_port in all ctors
5 years ago
Dusan Klinec a1fd1d499c
device/trezor: HF10 support added, wallet::API
5 years ago
Dusan Klinec d74d26f2c9
crypto: hmac_keccak added
5 years ago
rbrunner7 85f2f8c933 Fix daemon startup parameter '--limit-rate' processing after parameter defaults
5 years ago
Lee Clagett 0c7e7bce18 Adding classes, functions, and utilities for common LMDB operations.
5 years ago
Riccardo Spagni f2f725d8db
Merge pull request #5201
5 years ago
Riccardo Spagni 695d51a481
Merge pull request #5203
5 years ago
Riccardo Spagni acc7211b5b
Merge pull request #5199
5 years ago
Riccardo Spagni 2900f6a3ca
Merge pull request #5198
5 years ago
Riccardo Spagni bf0f85221b
Merge pull request #5195
5 years ago
Riccardo Spagni 38dcd975f2
Merge pull request #4889
5 years ago
moneromooo-monero a7211793ba
rpc: quantize db size up to 5 GB in restricted mode
5 years ago
moneromooo-monero e99b2b12fd
simplewallet: make the long payment ids warnigns more warney
5 years ago
Riccardo Spagni c3de019f56
Merge pull request #5192
5 years ago
Riccardo Spagni 848591c4d8
Merge pull request #5190
5 years ago
Riccardo Spagni 429930534d
Merge pull request #5185
5 years ago
Riccardo Spagni e1be617ea2
Merge pull request #5182
5 years ago
Riccardo Spagni 6031a1f5b4
Merge pull request #5179
5 years ago
Riccardo Spagni fd231226b9
Merge pull request #5177
5 years ago
Riccardo Spagni 761ef99e77
Merge pull request #5168
5 years ago
Riccardo Spagni 47c278c90f
Merge pull request #5166
5 years ago
Riccardo Spagni 6d5849d9bb
Merge pull request #5165
5 years ago
Riccardo Spagni 50d48d6118
Merge pull request #5135
5 years ago
Riccardo Spagni 4c91eb23a0
Merge pull request #5061
5 years ago
Howard Chu 8a97563a93
Use threadpool instead of new threads for DNS queries
5 years ago
moneromooo-monero 4500236f25
wallet2: make use_fork_rules handle chain heights lower than leeway
5 years ago
moneromooo-monero 0a6cb30d62
wallet: flush output cache upon reorg
5 years ago
moneromooo-monero 23fb056a72
wallet_rpc_server: new auto_refresh RPC
5 years ago
Riccardo Spagni e063615a0e
Merge pull request #5249
5 years ago
Riccardo Spagni 03d1dbc2ad
Merge pull request #5280
5 years ago
moneromooo-monero 4ee156556d
wallet_rpc_server: fix buffer read overflow in string assignment
5 years ago
moneromooo-monero 8fd7452b6e
wallet: move light wallet RPC out of core RPC
5 years ago
Dusan Klinec f42263ebb6
wallet: adds rescan_bc option with preserving key images
5 years ago
moneromooo-monero 2b10f22ae6
mnemonics: fix half length seed to bytes conversion
5 years ago
moneromooo-monero 77e9815db7
blockchain: do not try to pop the genesis block
5 years ago