<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/blockchain_db/berkeleydb/db_bdb.cpp, branch main</title>
<subtitle>Monzero core node, command-line wallet, consensus code, and release tooling.
</subtitle>
<id>https://code.monzero.org/monzero-core.git/atom?h=main</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2019-09-16T14:18:05Z</updated>
<entry>
<title>Removed Berkeley DB and db switching logic</title>
<updated>2019-09-16T14:18:05Z</updated>
<author>
<name>Jesus Ramirez</name>
<email>jesus.rami.serra@gmail.com</email>
</author>
<published>2019-06-26T14:39:41Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f9b3f6ef3b1ebde4dc9a1ef8e70b4ef7d807cede'/>
<id>urn:sha1:f9b3f6ef3b1ebde4dc9a1ef8e70b4ef7d807cede</id>
<content type='text'>
</content>
</entry>
<entry>
<title>testdb: add override keyword where missing</title>
<updated>2019-04-17T01:26:25Z</updated>
<author>
<name>stoffu</name>
<email>stoffu@protonmail.ch</email>
</author>
<published>2019-04-09T09:38:53Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5fafb90e91cf5288505e4b8a669bc8340eb906e7'/>
<id>urn:sha1:5fafb90e91cf5288505e4b8a669bc8340eb906e7</id>
<content type='text'>
and delete obsolete BlockchainBDB::get_tx_output_indices along the way
</content>
</entry>
<entry>
<title>Update 2019 copyright</title>
<updated>2019-03-05T21:05:34Z</updated>
<author>
<name>binaryFate</name>
<email>binaryfate@users.noreply.github.com</email>
</author>
<published>2019-03-05T21:05:34Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1f2930ce0bec07e28958c059444151ad4968e1e6'/>
<id>urn:sha1:1f2930ce0bec07e28958c059444151ad4968e1e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make get_output_key method const</title>
<updated>2019-01-06T21:53:14Z</updated>
<author>
<name>moneroexamples</name>
<email>moneroexamples@tuta.io</email>
</author>
<published>2018-12-11T08:50:27Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ec68cf822fafc8a918a36b85a71427936c5edac4'/>
<id>urn:sha1:ec68cf822fafc8a918a36b85a71427936c5edac4</id>
<content type='text'>
get_output_key method is commonly used when working with txs and their key images. Because the method is not const, passing blockchain object though const&amp; or pointers to const is not possible in this context. This is especially problematic in external projects (e.g., projects in moneroexamples) that use monero C++ api to operate on the blockchain and txs.

Thus, having get_output_key method will simplify moving blockchain object around through const references and pointers to const objects.
</content>
</entry>
<entry>
<title>blockchain_db: remove a couple unused functions</title>
<updated>2018-12-05T21:13:13Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-12-05T19:20:19Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=6644b9b7b72919f43d05585a4c2590cec8a7beda'/>
<id>urn:sha1:6644b9b7b72919f43d05585a4c2590cec8a7beda</id>
<content type='text'>
</content>
</entry>
<entry>
<title>v8: per byte fee, pad bulletproofs, fixed 11 ring size</title>
<updated>2018-09-11T13:38:07Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-07-18T21:24:53Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5ffb2ff9b7c301eda5811a939c705f26627c4735'/>
<id>urn:sha1:5ffb2ff9b7c301eda5811a939c705f26627c4735</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add --regtest and --fixed-difficulty for regression testing</title>
<updated>2018-06-29T08:06:11Z</updated>
<author>
<name>victorsintnicolaas</name>
<email>vicsn@users.noreply.github.com</email>
</author>
<published>2018-06-14T19:11:49Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=34cb6b4b703f30be89388f4cdcc5d7b6780ee988'/>
<id>urn:sha1:34cb6b4b703f30be89388f4cdcc5d7b6780ee988</id>
<content type='text'>
on_generateblocks RPC call combines functionality from the on_getblocktemplate and on_submitblock RPC calls to allow rapid block creation. Difficulty is set permanently to 1 for regtest.
Makes use of FAKECHAIN network type, but takes hard fork heights from mainchain
Default reserve_size in generate_blocks RPC call is now 1. If it is 0, the following error occurs 'Failed to calculate offset for'.
Queries hard fork heights info of other network types
</content>
</entry>
<entry>
<title>db_lmdb: save pruned and prunable tx data separately</title>
<updated>2018-05-23T21:48:12Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-10-01T10:24:33Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b9389e582eb4e1806ce25a14fa492259c3d40dfc'/>
<id>urn:sha1:b9389e582eb4e1806ce25a14fa492259c3d40dfc</id>
<content type='text'>
This bumps DB version to 2, migration code will run for v1 DBs
</content>
</entry>
<entry>
<title>blockchain_db: initialize m_open in base class ctor</title>
<updated>2018-02-02T15:21:39Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-02-02T15:21:39Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ad11db9144f766d86d4aa4904eecd446fb670597'/>
<id>urn:sha1:ad11db9144f766d86d4aa4904eecd446fb670597</id>
<content type='text'>
It's cleaner this way, since it's a base class field

Coverity 136568
</content>
</entry>
<entry>
<title>Update 2018 copyright</title>
<updated>2018-01-26T15:03:20Z</updated>
<author>
<name>xmr-eric</name>
<email>eric@moneroeric.com</email>
</author>
<published>2018-01-07T05:05:16Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=18216f19dd479466cb7fd38f52d23bddfcfd4880'/>
<id>urn:sha1:18216f19dd479466cb7fd38f52d23bddfcfd4880</id>
<content type='text'>
</content>
</entry>
</feed>
