Commit Graph

392 Commits (8cc7a36f0be2f90b62a6ffce840817e046e928a0)

Author SHA1 Message Date
Howard Chu 8cc7a36f0b read txn/cursor stuff
8 years ago
moneromooo-monero 86a7f2b1e7 core: check whether an update is needed straight away
8 years ago
moneromooo-monero ea5fa5e9b6 core: print "update needed" hard fork notifications in red
8 years ago
moneromooo-monero 759383c52d
hardfork: add a default fork entry for v1 if none exist
9 years ago
moneromooo-monero c7f82ec769
blockchain: initialize m_hardfork to NULL
9 years ago
moneromooo-monero a333c42cde
core_tests: add tests for hard fork behaviors (MRL-0004)
9 years ago
moneromooo-monero 6c8e5c3459
blockchain: reset hardfork object when resetting blockchain
9 years ago
warptangent e298b14a55
Blockchain: Update comments on removing block
9 years ago
warptangent e02577f594
Move HardFork DB update to BlockchainDB::add_block()
9 years ago
warptangent 3800875406
Make HardFork object available to BlockchainDB and derived DB implementations
9 years ago
warptangent 8f863e742d
Blockchain: Optionally pass in HardFork object
9 years ago
Riccardo Spagni de78962e1c
Merge pull request #643
9 years ago
Riccardo Spagni cea6f6fb9c
Merge pull request #641
9 years ago
moneromooo-monero 05bfb51d3e
core: move the db lock to the data directory
9 years ago
moneromooo-monero 7658ac0f45
blockchain: revert handle_get_objects adding block id on tx not found
9 years ago
Thomas Winget 1642be242d minor bugfixes and refactoring
9 years ago
moneromooo-monero 64a2aa3376
hardfork: allow passing chain height in get(height) for convenience
9 years ago
Riccardo Spagni f780f2e7ba
Merge pull request #635
9 years ago
Riccardo Spagni 569316aea3
Merge pull request #634
9 years ago
Riccardo Spagni 39d73d2a27
Merge pull request #631
9 years ago
moneromooo-monero 8b3539bc11
core: prevent the database from being used by multiple daemons
9 years ago
moneromooo-monero 5e1a7391e8
blockchain: log number of outputs available for a new tx
9 years ago
moneromooo-monero a7e817482c
tx_pool: fix serialization of new relayed data
9 years ago
moneromooo-monero 601ad76a5e
hardfork: fix mixup in indexing variable in get_voting_info
9 years ago
moneromooo-monero 444e22f01a
blockchain: remove unused timer
9 years ago
moneromooo-monero 7edfdd8f24
blockchain: fix m_sync_counter uninitialized variable use
9 years ago
moneromooo-monero bf6d1474c0
new flush_txpool command, and associated RPC call
9 years ago
moneromooo-monero 4b23714658
tx_pool: serialize missing kept_by_block flag
9 years ago
moneromooo-monero 94b98fb5fa
tx_pool: do not accept txes not in a block if they timed out before
9 years ago
moneromooo-monero eadbdf354a
tx_pool: fix use of invalidated iterator
9 years ago
moneromooo-monero 3b1d7e03fc
Fix V1/V2 use of hard fork related parameters
9 years ago
Riccardo Spagni b9c7ba180d
added checkpoints
9 years ago
moneromooo-monero 945ac788d4
hardfork: fix accepting v2 blocks too early
9 years ago
Riccardo Spagni b98d88c17e
Merge pull request #587
9 years ago
moneromooo-monero 1e07110a7a
Nicer looking exit when blockchain.bin is found
9 years ago
moneromooo-monero 40f97ce83d
core: do not use the persistent pool state for tests
9 years ago
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
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 a7e56870fe
Merge pull request #568
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
hyc fc341325a7 Remove assert from status command
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