<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/cryptonote_core/cryptonote_core.cpp, branch v0.9.3</title>
<subtitle>Monzero core node, command-line wallet, consensus code, and release tooling.
</subtitle>
<id>https://code.monzero.org/monzero-core.git/atom?h=v0.9.3</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.9.3'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2016-03-21T10:12:23Z</updated>
<entry>
<title>Revert "Print stack trace upon exceptions"</title>
<updated>2016-03-21T10:12:23Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-03-21T10:12:12Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f7301c3563e7ae19b8d7c65d8bc88f3c42eefc09'/>
<id>urn:sha1:f7301c3563e7ae19b8d7c65d8bc88f3c42eefc09</id>
<content type='text'>
Ain't nobody got time for link/cmake skullduggery.

This reverts commit fff238ec94ac6d45fc18c315d7bc590ddfaad63d.
</content>
</entry>
<entry>
<title>Print stack trace upon exceptions</title>
<updated>2016-03-19T21:48:36Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-03-19T21:48:36Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=fff238ec94ac6d45fc18c315d7bc590ddfaad63d'/>
<id>urn:sha1:fff238ec94ac6d45fc18c315d7bc590ddfaad63d</id>
<content type='text'>
Useful for debugging users' logs
</content>
</entry>
<entry>
<title>core: print "update needed" hard fork notifications in red</title>
<updated>2016-02-17T22:57:14Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-02-17T22:57:14Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=889217381fe6f66d55467f3472e7b35d18429dfb'/>
<id>urn:sha1:889217381fe6f66d55467f3472e7b35d18429dfb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>core_tests: add tests for hard fork behaviors (MRL-0004)</title>
<updated>2016-02-08T18:52:00Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-02-08T18:47:56Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a333c42cdeab4675c22df25255313752d81a2d4e'/>
<id>urn:sha1:a333c42cdeab4675c22df25255313752d81a2d4e</id>
<content type='text'>
We also replace the --fakechain option with an optional structure
containing details about configuration for the core/blockchain,
for test purposes. This seems more future friendly.
</content>
</entry>
<entry>
<title>core: move the db lock to the data directory</title>
<updated>2016-02-04T18:09:45Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-02-04T18:09:45Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=05bfb51d3ec548695af15fb6d4178e298c696425'/>
<id>urn:sha1:05bfb51d3ec548695af15fb6d4178e298c696425</id>
<content type='text'>
Locking just one db turns out to not have been a good idea, since
the pool and p2p state fdles have to be used anyway.

Also ensure the directory exists before tring to lock.
</content>
</entry>
<entry>
<title>core: prevent the database from being used by multiple daemons</title>
<updated>2016-01-31T12:58:08Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-01-31T12:58:08Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=8b3539bc11639f2feaebdbb2fcbc9578806f5702'/>
<id>urn:sha1:8b3539bc11639f2feaebdbb2fcbc9578806f5702</id>
<content type='text'>
A boost lock is used to determine whether more than one process
wants to access the database. The boost file_lock doesn't seem
to like locking directories, so we use an arbitrary file in it.
This allows to still run two daemons if they have different
database directories (ie, LMDB/BDB, different data directories).
</content>
</entry>
<entry>
<title>Fix V1/V2 use of hard fork related parameters</title>
<updated>2016-01-29T17:21:11Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-01-29T15:09:17Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=3b1d7e03fcc1caa8898ced33e127f6ba09d66df8'/>
<id>urn:sha1:3b1d7e03fcc1caa8898ced33e127f6ba09d66df8</id>
<content type='text'>
Some of it uses hardcoded height, which will need some thinking
for next (voted upon) fork.
</content>
</entry>
<entry>
<title>Merge pull request #587</title>
<updated>2015-12-31T20:34:57Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2015-12-31T20:34:57Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b98d88c17e1650fbdca03fb13bb843f071e673c5'/>
<id>urn:sha1:b98d88c17e1650fbdca03fb13bb843f071e673c5</id>
<content type='text'>
1e07110 Nicer looking exit when blockchain.bin is found (moneromooo-monero)
</content>
</entry>
<entry>
<title>Nicer looking exit when blockchain.bin is found</title>
<updated>2015-12-31T17:09:00Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-12-31T17:09:00Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1e07110a7aabf7374f1b1197a1fbbac614acb386'/>
<id>urn:sha1:1e07110a7aabf7374f1b1197a1fbbac614acb386</id>
<content type='text'>
Do not print the exception message, and write the important bit
in red, since people will only read the last line otherwise.
</content>
</entry>
<entry>
<title>core: do not use the persistent pool state for tests</title>
<updated>2015-12-31T14:24:06Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-12-31T14:24:06Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=40f97ce83da9199acfc7dc9105712888a7af099c'/>
<id>urn:sha1:40f97ce83da9199acfc7dc9105712888a7af099c</id>
<content type='text'>
Fixes intermittent test failures when the pool contains
unexpected transactions that were brought in from the
live pool.
</content>
</entry>
</feed>
