Commit Graph

1074 Commits (b8cc6d46bdd4d916064c4678580eca91918bf82e)

Author SHA1 Message Date
Riccardo Spagni 64ff3c7201
Merge pull request #543
9 years ago
Riccardo Spagni 45249d92a7
Merge pull request #542
9 years ago
moneromooo-monero 01e92ebdb0
replace std::auto_ptr with std::unique_ptr
9 years ago
moneromooo-monero 63cb1a59aa
move another non user useful log to L1
9 years ago
moneromooo-monero 02827d5155
p2p: minor log formatting fix
9 years ago
moneromooo-monero 9b4f8b4b7e
wallet: save to a temporary file, then rename
9 years ago
Riccardo Spagni f7d41d6e28
Merge pull request #541
9 years ago
Riccardo Spagni 814c8241cd
Merge pull request #536
9 years ago
warptangent 5131b263ed Replace tabs and remove trailing whitespace
9 years ago
warptangent 0d40de48c2
Optionally restrict DNS queries to TCP
9 years ago
warptangent 9079a32c07
Fix typo
9 years ago
warptangent 3796941d8e
blockchain.cpp: Change indentation from 4 to 2 spaces
9 years ago
warptangent 725acc7f17
Replace tabs with two spaces for consistency with rest of codebase
9 years ago
Riccardo Spagni 0576ff42b5
Merge pull request #540
9 years ago
Riccardo Spagni 617b8c4376
Merge pull request #538
9 years ago
Riccardo Spagni 4550717464
Merge pull request #537
9 years ago
Riccardo Spagni ba7a01646d
Merge pull request #535
9 years ago
Javier Smooth 75fd96dcda Revert connection limit to more customary 8
9 years ago
moneromooo-monero d462c62343
db_lmdb: always use a batch tx if possible
9 years ago
moneromooo-monero cb4ee1b50d
Tone down L0 logs during daemon sync some more
9 years ago
moneromooo-monero a74cc1bee2
hardfork: only accept major versions we know about
9 years ago
moneromooo-monero 217792351d
Tone down a bit L0 logs during daemon sync
9 years ago
moneromooo-monero fefc0b5556
daemon: fix crash exiting with ^C
9 years ago
Riccardo Spagni 3a4db6346b
Merge pull request #533
9 years ago
Riccardo Spagni 0eb3b6645c
Merge pull request #532
9 years ago
Riccardo Spagni bdf738bc7f
Merge pull request #531
9 years ago
Riccardo Spagni 281c1c1639
Merge pull request #530
9 years ago
moneromooo-monero 7f77b23da8
posix_daemonizer: only create the main daemon object in the last child
9 years ago
warptangent 79ff6a5a56
Add LMDB error string to database transaction exception message
9 years ago
moneromooo-monero 10da0a0b7c
add a --fakechain argument for tests
9 years ago
moneromooo-monero 595893fcba
blockchain: log block (not chain) height in "BLOCK SUCCESFULLY ADDED"
9 years ago
moneromooo-monero 2369968dc3
blockchain: fix off by one in get_blocks
9 years ago
moneromooo-monero 8af913a3d1
db_lmdb: implement BlockchainLMDB::reset
9 years ago
moneromooo-monero 4833f4f96f
db_bdb: implement BlockchainBDB::reset
9 years ago
moneromooo-monero 18bf06e4a5
tx_pool: fix "minumim" typo in message
9 years ago
moneromooo-monero 1494557633
db_lmdb: create all needed directories, not just the leaf one
9 years ago
moneromooo-monero 015b68a2be
db_bdb: create all needed directories, not just the leaf one
9 years ago
luigi1111 0198306473 Stop displaying internal commands for --help
9 years ago
luigi1111 189d516dae simplewallet help & error cleanup
9 years ago
Howard Chu d98d5e79cb Fix data refs in read-only txns
9 years ago
Riccardo Spagni e175205e6e
Merge pull request #527
9 years ago
moneromooo-monero 336b37580f
Register daemon command line arguments to core if they're used in core
9 years ago
Riccardo Spagni b87f073a60
Merge pull request #526
9 years ago
Riccardo Spagni 45191c3b30
Merge pull request #525
9 years ago
Riccardo Spagni 8a5ba475cb
Merge pull request #524
9 years ago
Riccardo Spagni 1fc1bfb677
Merge pull request #523
9 years ago
Riccardo Spagni e7872656bc
Merge pull request #522
9 years ago
Riccardo Spagni d5496f72e5
Merge pull request #520
9 years ago
moneromooo-monero 2c83055597
net_node: add a --offline argument
9 years ago
moneromooo-monero f7464343ea
daemon: add mining status to the status command
9 years ago
moneromooo-monero 1c8262c527
db_bdb: move log_set_config call before open
9 years ago
moneromooo-monero 8620b31019
db_bdb: support for libdb without DB_FORCESYNC
9 years ago
moneromooo-monero 34e388949d
p2p: failure to load p2pstate.bin is not fatal anymore
9 years ago
moneromooo-monero a98e976f9e
blockchain_db: fixup missing key images in early DB version
9 years ago
moneromooo-monero c6cfe0f26d
wallet: make the wallet refresh type a wallet setting
9 years ago
moneromooo-monero fef2493617
wallet: default auto-refresh to true for old wallets
9 years ago
Riccardo Spagni 0252ffc37b
Merge pull request #518
9 years ago
moneromooo-monero a3c5ca077c
blockchain_db: make the indexing base a BlockchainDB virtual function
9 years ago
moneromooo-monero 1965fce402
wallet: add a stop_wallet RPC call
9 years ago
moneromooo-monero a702118426
blockchain_dump: fix output key dump for BDB 1-based indices
9 years ago
moneromooo-monero 3bf35e14e3
db_bdb: read 32 bit heights from keys
9 years ago
Riccardo Spagni 2bed53cb6b
Merge pull request #515
9 years ago
moneromooo-monero 41029d6d74
wallet2: default auto-refresh to true for preexisting wallets
9 years ago
Riccardo Spagni 2ea8d7345f Revert "Merge pull request #506"
9 years ago
Riccardo Spagni f78f9c5480
Merge pull request #512
9 years ago
moneromooo-monero d68a63e404
wallet: cancellable refresh
9 years ago
Riccardo Spagni 8289975e22
Merge pull request #511
9 years ago
moneromooo-monero 36a298c375
simplewallet: add tr markers in a few missing user visible strings
9 years ago
Riccardo Spagni 5275db0786
Merge pull request #509
9 years ago
Riccardo Spagni bc1bc4adb2
Merge pull request #507
9 years ago
Riccardo Spagni c6bf73131a
Merge pull request #506
9 years ago
Riccardo Spagni 8a52cf4055
Merge pull request #505
9 years ago
Riccardo Spagni 5c3b29792c
Merge pull request #504
9 years ago
Riccardo Spagni 83b412f471
Merge pull request #503
9 years ago
moneromooo-monero 66849ac236
simplewallet: swap colors in show_transfers
9 years ago
moneromooo-monero 3030e3ecff
wallet2: remove confirmed transactions from detached blocks
9 years ago
moneromooo-monero 9ee48e9071
wallet2: speed up wallet refresh for large miners
9 years ago
moneromooo-monero 62e49a5f02
wallet: optional automatic refresh from the daemon
9 years ago
moneromooo-monero e45a8c9768
core: serialize block major/minor versions as bytes, not varints
9 years ago
moneromooo-monero 75742977a8
core_rpc_server: add a --restricted-rpc option
9 years ago
moneromooo-monero 490590306e
wallet2: parallelize pulling blocks and processing them on refresh
9 years ago
moneromooo-monero d0eaf1d4e1
wallet2: maintain the short chain manually when refreshing
9 years ago
moneromooo-monero a4e9506069
wallet2: split pull blocks between pulling and processing
9 years ago
moneromooo-monero 55e5a33d85
rpc: pass current block target in rpc
9 years ago
moneromooo-monero 38ceb73848
add RPC calls and commands to get/set bans
9 years ago
moneromooo-monero 7bc4dce6ed
net_node: allow bans for custom amounts of time
9 years ago
moneromooo-monero 0921f5b4d7
util: use putenv instead of setenv for mingw
9 years ago
Riccardo Spagni 4061a32082
Merge pull request #501
9 years ago
Riccardo Spagni 64d7384779
Merge pull request #500
9 years ago
Riccardo Spagni 350e67c103
Merge pull request #499
9 years ago
Riccardo Spagni 1408a20be3
Merge pull request #498
9 years ago
Riccardo Spagni 8ff2313f96
Merge pull request #497
9 years ago
moneromooo-monero d887c18e33
hardfork: fix more major/minor issues
9 years ago
moneromooo-monero 3b47ca2d7d
hardfork: fix rescan on load
9 years ago
Javier Smooth 4cea2b13b2 Add IP blocking for misbehaving nodes (adapted from Boolberry)
9 years ago
Javier Smooth 9c64b12320 quiet down p2p logging a bit
9 years ago
moneromooo-monero 53c75ab4a0
blockchain: log versions as numbers, not characters
9 years ago
moneromooo-monero edade8dc81
hardfork: fix actual/voting confusion
9 years ago
moneromooo-monero 06c8b94925
daemon: fix blockchain height display not updating after sync
9 years ago
moneromooo-monero 410c6cf3bd
cn_deserialize: a new tool to decode blocks and transactions
9 years ago
Javier Smooth 3d0b3c5018 add recent static checkpoint
9 years ago
moneromooo-monero 9b945f5211
wallet: make the refresh optimizations selectable via command line
9 years ago
Riccardo Spagni 263cc48c48
Merge pull request #495
9 years ago
moneromooo-monero d2c031332e
wallet: speedup refresh from daemon
9 years ago
moneromooo-monero ea707c779c
wallet2: minor cleanup
9 years ago
moneromooo-monero 55a2da7475
wallet2: speedup refresh a bit
9 years ago
Riccardo Spagni 328636cdb3
fixed testnet fork point, added comment data back in
9 years ago
Riccardo Spagni 72a348e734
Merge pull request #496
9 years ago
moneromooo-monero db1fb66e66
wallet: storing outgoing tx info now defaults to enabled
9 years ago
moneromooo-monero 9156ba3a3c
wallet: rename store-tx-keys to store-tx-info
9 years ago
moneromooo-monero b3d4d41e29
wallet: improve show_transfers
9 years ago
moneromooo-monero 725ae4e710
wallet: use incoming blocks to keep track of payments too
9 years ago
Riccardo Spagni aed3038b75
disable time-stats by default, tweak fast-block-sync description
9 years ago
Riccardo Spagni 8fe1111b5b
update v2 testnet fork height
9 years ago
Riccardo Spagni 4d74510a4a
checkpoints update
9 years ago
moneromooo-monero 00790a8921
simplewallet: lessen display flicker confusion
9 years ago
Riccardo Spagni 9276233b9e
Merge pull request #493
9 years ago
moneromooo-monero f3724aef88
Fix startup crash when using a locale boost does not like
9 years ago
moneromooo-monero 0c1dae32b4
i18n: allow language to be passed as a parameter
9 years ago
moneromooo-monero 932994c0cb
Relay transactions when they linger too long in the pool
9 years ago
Riccardo Spagni 0d09e15a1c
Merge pull request #490
9 years ago
Riccardo Spagni 61a015d01d
Merge pull request #487
9 years ago
moneromooo-monero 3f611bc3dc
wallet: track outgoing payments and add a show_transfers command
9 years ago
moneromooo-monero 1b40952754
Revert "db_bdb: record numbers for recno databases start at 1"
9 years ago
Javier Smooth baf101ef4a More changes for 2-min blocks
9 years ago
Javier Smooth 4fea1a5fe7 Adjust difficulty target (2 min) and full reward zone (60 kbytes) for block version 2
9 years ago
moneromooo-monero 2f254ff599
hardfork: add a get_ideal_version(uint64_t) function
9 years ago
moneromooo-monero 4187e569d8
hardfork: allow per-fork voting thresholds
9 years ago
Riccardo Spagni 575af61815
Merge pull request #470
9 years ago
moneromooo-monero b1d0c8a049
blockchain_dump: fix build without berkeley db
9 years ago
moneromooo-monero c7dc6ef8e8
simplewallet: add a set default-mixin command
9 years ago
moneromooo-monero 5f8baba26e
wallet2: fix CLANG compile error
9 years ago
Riccardo Spagni 5978fc18f7
Merge pull request #463
9 years ago
Riccardo Spagni 9ea58ebbae
Merge pull request #461
9 years ago
Riccardo Spagni 6960b1e8a9
Merge pull request #460
9 years ago
Riccardo Spagni 167e8512ff
Merge pull request #457
9 years ago
Riccardo Spagni 62b0984e65
Merge pull request #455
9 years ago
moneromooo-monero 051ddbc741
rpc: fix start_mining and status RPC crashes
9 years ago
moneromooo-monero bc110af0ee
blockchain_utilities: properly exit on error
9 years ago
moneromooo-monero 4f873bcbaa
Remove some old/obsolete/unused code
9 years ago
moneromooo-monero e70d2e5be8
common: const and init list pedantry
9 years ago
moneromooo-monero 6df4e67cd2
Fix a possibly-unused warning, and rationalize types
9 years ago
Riccardo Spagni 9292c1e7cd
Merge pull request #453
9 years ago
moneromooo-monero 3e89df4150
Build fixes for the old blockchain_storage version
9 years ago
moneromooo-monero ecf0b83406
db_bdb: add versioning, to detect incompatible format changes
9 years ago
moneromooo-monero f7e99047e4
db_lmdb: add versioning, to detect incompatible format changes
9 years ago
Riccardo Spagni bb0c161e7d renamed folder
9 years ago
Riccardo Spagni 0640cde88f
Merge pull request #448
9 years ago
Riccardo Spagni 0821c6f6ad
Merge pull request #446
9 years ago
Riccardo Spagni e1c29c94ad
Merge pull request #444
9 years ago