Commit Graph

5356 Commits (38c49b7a356db0479f93dbe523404e811adc611a)

Author SHA1 Message Date
jw 65940b75f7
Merge pull request #155 from wowario/upstream
6 years ago
moneromooo-monero 0138a9a2b9
blockchain: fix wrong hf version when popping multiple blocks
6 years ago
moneromooo-monero b0fda7c551
blockchain: use the version passed as parameter, not a new one
6 years ago
moneromooo-monero d50f2f5ac1
hardfork: remove batch transactions setup
6 years ago
moneromooo-monero 9a82e73e5d
p2p: don't stop the idle thread when no gray peers are found
6 years ago
moneromooo-monero 816c223a05
wallet: do not display daemon controlled text if untrusted
6 years ago
moneromooo-monero 8cafa0bc1c
daemon: add a +hex option to print_block
6 years ago
moneromooo-monero dd280789cd
wallet_rpc_server: add all field to export_key_images
6 years ago
Dusan Klinec fef9c01bb7
device/trezor: store tx_prefix_hash in tx key aux
6 years ago
moneromooo-monero 935831a7f9
wallet2: fix accessing unwound stack on exception
6 years ago
moneromooo-monero d81e9178b8
daemon: print human friendly timestamp too
6 years ago
Howard Chu d140d13603
Add --restore-date param
6 years ago
Tadeas Moravec 87300a2f6a
Wallet: Initialize members without default ctor.
6 years ago
moneromooo-monero d41415ec48
epee: better network buffer data structure
6 years ago
doy-lee 4f8c3b771f
Remove unused hash in export_key_images
6 years ago
selsta 7e339ea873
wallet api/device: set estimated restore height if none is provided
6 years ago
naughtyfox 0acdc0fe0c
Sync hashchain bug fixed
6 years ago
selsta 35d09f896b
wallet api: don't truncate address in subaddress_account
6 years ago
binaryFate 64c7ced3ed
Update 2019 copyright
6 years ago
rbrunner7 e543d779d8
simplewallet: Show new address after going multisig
6 years ago
Lee Clagett 99533d4592
Remove boost::lexical_cast for uuid and unused uuid function
6 years ago
stoffu 79d614652a
simplewallet: fix help text of rescan_bc to mention the "hard" option
6 years ago
stoffu 59614f874a
blockchain_blackball: make log file name consistent with executable
6 years ago
stoffu 7ea53abfdf
ringct: remove duplicate rv.mixRing = mixRing; in genRctSimple
6 years ago
moneromooo-monero e3718d7c03
ringct: avoid repeated point conversion
6 years ago
moneromooo-monero 314e24d0ff
blockchain_db: speedup tx output gathering
6 years ago
moneromooo-monero fb3f6e723d
wallet2: cut down on the number of useless derivation threads
6 years ago
moneromooo-monero ccaffcfbb5
blockchain: fix block rate check for empty blockchains
6 years ago
moneromooo-monero 6f53b0f14e
wallet2: finalize_multisig now rejects non N-1/N multisig wallets
6 years ago
moneromooo-monero b2cb640b11
simplewallet: fix show_transfers colouring, and add red for failed
6 years ago
moneromooo-monero 3f4fc508ff
cryptonote_core: revert extra_tx_map
6 years ago
moneromooo-monero 1151ce6e6b
simplewallet: don't subtract 1 to estimate blockchain height
6 years ago
moneromooo-monero 880d14db91
i18n: filter LANG/LC_LANG for valid characters, and handle @
6 years ago
moneromooo-monero d0953fb2b7
common: set MONERO_DEFAULT_LOG_CATEGORY for notify and spawn
6 years ago
moneromooo-monero a9ef699472
notify: warn if the spec contains one of '"\
6 years ago
moneromooo-monero bfd24d58c6
notify: handle arbitrary tags
6 years ago
moneromooo-monero 267e656d8b
blockchain: add --reorg-notify
6 years ago
moneromooo-monero a17a81b3a7
wallet: do not check txpool in background mode
6 years ago
moneromooo-monero e789d7c324
crptonote_core: do not error out sending unparsable extra field
6 years ago
moneromooo-monero 83072c2165
core, wallet: remember original text version of destination address
6 years ago
moneromooo-monero 4411a412be
core: include a dummy encrypted payment id when no payment is used
6 years ago
wowario 2439d2a39d
update checkpoints
6 years ago
jw d85d908ddc
Merge pull request #153 from wowario/upstream
6 years ago
moneromooo-monero 6cbafa9dd9
wallet_api: fix usage of LOG_ERROR
6 years ago
moneromooo-monero 842bcffbb8
blocks: fix checkpoint code generation on OpenBSD
6 years ago
moneromooo-monero c946a35985
message_store: fix error message adding const char * with offset
6 years ago
moneroexamples 41e12d4d29
Make get_output_key method const
6 years ago
moneromooo-monero 6c76c778e7
wallet2: clear all payments on soft rescan_bc
6 years ago
moneromooo-monero 34daa571e3
perf_timer: check allowed categories before logging
6 years ago
moneromooo-monero 70e4e4382e
perf_timer: add a way to get and reset the current time
6 years ago
moneromooo-monero af2d19cf70
perf_timer: only log to file
6 years ago
moneromooo-monero 28477c75a3
p2p: use vector instead of list for peer lists
6 years ago
moneromooo-monero 0c87b55670
protocol: change standby mode to not wait sleeping
6 years ago
moneromooo-monero 4422b14ac0
epee: avoid string allocation when parsing a pod from string
6 years ago
moneromooo-monero aad10a6cb0
wallet2: speedup output tracking
6 years ago
moneromooo-monero ed5b588ca3
wallet: optionally keep track of owned outputs uses
6 years ago
Jethro Grassie 9eedf5f087
ignore child process when exec
6 years ago
moneromooo-monero 8ef2437e5d
perf_timer: make all logs Info level
6 years ago
moneromooo-monero e2095e00ba
singleton: fix missing *this return value in operator=
6 years ago
moneromooo-monero b494943a10
cryptonote: don't serialize for blob size if already known
6 years ago
selsta d40acef20b
simplewallet: donate command validate amount
6 years ago
moneromooo-monero 36da8397f8
tx_pool: add a few std::move where it can make a difference
6 years ago
moneromooo-monero 7bb6c00b5e
cryptonote: set tx hash on newly parsed txes when known
6 years ago
moneromooo-monero f97b2edb3c
db_lmdb: avoid pointless division
6 years ago
moneromooo-monero 1b0fe29ee3
db_lmdb: inline check_open, it's trivial and called everywhere
6 years ago
moneromooo-monero c3fae517a4
blockchain_db: allocate known size vector only once
6 years ago
moneromooo-monero 442b30eee9
blockchain_db: remove a couple unused functions
6 years ago
Dusan Klinec 8f7add0a05
build: protobuf dependency fixes, libusb build
6 years ago
moneromooo-monero e1355ecd3e
util: use fcntl instead of flock, for compatibility
6 years ago
moneromooo-monero a44d54645e
util: set MONERO_DEFAULT_LOG_CATEGORY
6 years ago
moneromooo-monero 4bd63dab9d
blockchain: call deinit in dtor
6 years ago
TheCharlatan 0ad6583329
Add glibc back compat code
6 years ago
moneromooo-monero 636ffdc7a1
blockchain: fix race between two external mining threads
6 years ago
moneromooo-monero e55621dbd2
Remove -Werror
6 years ago
Tadeas Moravec 40d658a327
Simplewallet: Unify usage messages.
6 years ago
jw 4ba5309da0
Merge pull request #143 from wowario/simple
6 years ago
jw 751c6beca2
Merge pull request #142 from wowario/cmake
6 years ago
jw cf94656674
Merge pull request #141 from wowario/warning
6 years ago
jw d984bd95d7
Merge pull request #140 from wowario/pid
6 years ago
jw 23b1e28b8d
Merge pull request #138 from fuwa0529/fix-V-clear
6 years ago
wowario 929e210ad2
update no payment ID message
6 years ago
wowario 9f2ea08a8e
make simplewallet simple
6 years ago
wowario 50fea66409
move utility binaries to cmake debug
6 years ago
wowario 61d21bd236
add warning to wallet rpc
6 years ago
moneromooo-monero ec18a0df32
simplewallet: remove ability to transfer with detached short payment ids
6 years ago
wowario 2b66b27fe5
remove payment_id and integrated_address
6 years ago
wowario 98031957e1
remove warning about reusing keys
6 years ago
fuwa c786fb5a13 remove V.clear, fix:
6 years ago
wowario 2e6174addd
rename to wownero
6 years ago
rbrunner7 afc77b45ba
MMS (Multisig Messaging System): Initial version
6 years ago
jw 48ef3ff466
Merge pull request #136 from wowario/cumulative_difficulty
6 years ago
wowario 1a8353dd90
add cumulative difficulty to diff command
6 years ago
wowario 28100fbd68
update checkpoints
6 years ago
jw 389d2bc53e
Merge pull request #134 from wowario/old_bp
6 years ago
fuwa 8e428f8ef6
fix output by reverting b9b307d
6 years ago
wowario 27c0af7295
get base fee
6 years ago
wowario 72904ee107
update difficulty
6 years ago
fuwa 65d056aeae
use the predefined diff variable for next-diff
6 years ago
fuwa fbc506b1f5
fix logic for choosing timestamp-check-window-version
6 years ago
fuwa 54040da1a1
use fee-estimate function to calculate min_fee
6 years ago