Commit Graph

1034 Commits (de0392685063d93dbdad3a6b1a2712eaf94dd51a)

Author SHA1 Message Date
Riccardo Spagni de03926850
updated copyright year
9 years ago
Riccardo Spagni 810a11267c
fixed copyrights with bad year references
9 years ago
moneromooo-monero 576effe11a
blockchain: kill ioservice on scope end, rather than manually
9 years ago
moneromooo-monero ed5d017c0f
miner: minor fixes on stop
9 years ago
moneromooo-monero bc8a52efd8
wallet: add a rescan_bc command and rescan_blockchain RPC
9 years ago
moneromooo-monero 92ef6b54fe
wallet: protect against exceptions in the block pull thread
9 years ago
moneromooo-monero af2106122d
net_peerlist: move a couple functions from public to private
9 years ago
Riccardo Spagni 32a26332f8
no longer need to pass the size to rapidjson
9 years ago
Riccardo Spagni 9e45eadb98
Merge pull request #575
9 years ago
Riccardo Spagni b6d41cdac1
Merge pull request #574
9 years ago
Riccardo Spagni ddc6d45f96
Merge pull request #573
9 years ago
Riccardo Spagni fd36eea6dd
Merge pull request #572
9 years ago
Riccardo Spagni aa6dd048d8
Merge pull request #570
9 years ago
Riccardo Spagni 9b3300fe9b
Merge pull request #569
9 years ago
Riccardo Spagni a7e56870fe
Merge pull request #568
9 years ago
moneromooo-monero 61befc2293
wallet: store cache to file without unnecessary memory buffer
9 years ago
hyc b39aae7aa5 Tweak 45800a25e9
9 years ago
moneromooo-monero 61ce8d6fde
wallet_rpc_server: exit async, so we reply to stop_wallet RPC
9 years ago
moneromooo-monero 09533557b5
blockchain_db: inform user about new format if blockchain.bin is found
9 years ago
moneromooo-monero 4a5a5ff157
blockchain: always stop the ioservice before returning
9 years ago
moneromooo-monero 9847db6920
wallet: do not return error if incoming_transfers finds none
9 years ago
moneromooo-monero 78b65cf7e8
db_lmdb: safety close db at exit
9 years ago
moneromooo-monero 45800a25e9
db_lmdb: fix a strdup/delete[] mistmatch
9 years ago
hyc fc341325a7 Remove assert from status command
9 years ago
warptangent ee9d71e9f9
BlockchainDB: skip fixup check if read-only database
9 years ago
moneromooo-monero b0541a56eb
blockchain: remove obsolete containers
9 years ago
moneromooo-monero 18a5211173
blockchain: Fix height in call to on_blockchain_dec
9 years ago
moneromooo-monero 50ee591152
hardfork: ensure current_fork_index can not become negative on rescan
9 years ago
Riccardo Spagni 95ceb715dc
Merge pull request #565
9 years ago
moneromooo-monero f33a88cfc1
blockchain: fix a few block addition bugs
9 years ago
moneromooo-monero a9ff11c816
blockchain: fix an off by one error in unlocked time check
9 years ago
moneromooo-monero f294be35bc
blockchain: reinstate double spending checks in check_tx_inputs
9 years ago
moneromooo-monero 737b6d6cf5
blockchain: make some flag twiddling code closer to the original
9 years ago
moneromooo-monero 81cb0fcdcc
blockchain: fix bitflipping test with quantized block rewards
9 years ago
moneromooo-monero 22ddf09bea
blockchain: add missing m_tx_pool.on_blockchain_dec
9 years ago
moneromooo-monero d837c0ca90
blockchain: fix switch to alternative blockchain for more than one block
9 years ago
moneromooo-monero 5cec076e13
blockchain: add a missing validity check to rollback_blockchain_switching
9 years ago
moneromooo-monero 3cabdb5ef2
core: catch exceptions from get_output_key
9 years ago
moneromooo-monero 5eef64578b
db: throw when given a non txout_to_key output to add
9 years ago
Riccardo Spagni c35501c6ad
Merge pull request #562
9 years ago
Riccardo Spagni 6f71918a12
Merge pull request #561
9 years ago
Riccardo Spagni 719a6a89c6
Merge pull request #557
9 years ago
warptangent d4c2fae2fb
BlockchainDB: Remove txs in reverse order
9 years ago
warptangent ffcf6bdb95
BlockchainLMDB: When removing, find amount output index fast by starting at end
9 years ago
warptangent f11def012f
BlockchainLMDB: Remove tx outputs in reverse order
9 years ago
Riccardo Spagni 47ca455ea8
fixed missing parenthesis
9 years ago
Lex Kalinkin a004130a04 fix for 'failed to generate new wallet: failed to save file' error during wallet generation
9 years ago
Brendan Telzrow 791e7fb263 changed height to uint64_t
9 years ago
Brendan Telzrow 4cd7913a04 added RPC wallet command getheight
9 years ago
moneromooo-monero 17ff6f2114
net_node: fix a hang on exit
9 years ago