<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/cryptonote_core/account.cpp, branch v0.9.0</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.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.9.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2015-12-31T06:39:56Z</updated>
<entry>
<title>updated copyright year</title>
<updated>2015-12-31T06:39:56Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2015-12-31T06:39:56Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=de0392685063d93dbdad3a6b1a2712eaf94dd51a'/>
<id>urn:sha1:de0392685063d93dbdad3a6b1a2712eaf94dd51a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>encrypted payment ids are now 64 bit, instead of 256 bit</title>
<updated>2015-08-09T09:13:51Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-08-09T09:09:39Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a2d7a5fb49dedd6c7e024701eefc4c0beade1edd'/>
<id>urn:sha1:a2d7a5fb49dedd6c7e024701eefc4c0beade1edd</id>
<content type='text'>
Pros:
 - smaller on the blockchain
 - shorter integrated addresses

Cons:
 - less sparseness
 - less ability to embed actual information

The boolean argument to encrypt payment ids is now gone from the
RPC calls, since the decision is made based on the length of the
payment id passed.
</content>
</entry>
<entry>
<title>account: allow creating an account from a public address and view secret key</title>
<updated>2015-06-20T16:33:06Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-06-20T11:31:02Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=6a0f61d80087259d7fa2e62df0e6cf68764dc3a4'/>
<id>urn:sha1:6a0f61d80087259d7fa2e62df0e6cf68764dc3a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>account: add a couple consts</title>
<updated>2015-06-12T15:48:52Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-06-11T20:51:14Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7bd6efe3130bd8637601091251d455eba5981a8f'/>
<id>urn:sha1:7bd6efe3130bd8637601091251d455eba5981a8f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Integrated addresses (standard address plus payment id)</title>
<updated>2015-06-12T15:48:41Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-06-11T08:44:13Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=63741d82644944f236c93e9f44cb988a38df1993'/>
<id>urn:sha1:63741d82644944f236c93e9f44cb988a38df1993</id>
<content type='text'>
</content>
</entry>
<entry>
<title>account: add a forget_spend_key method</title>
<updated>2015-05-31T14:32:54Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-05-31T14:32:54Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f7767c65085cce4ca8eea975f47d26b76909e030'/>
<id>urn:sha1:f7767c65085cce4ca8eea975f47d26b76909e030</id>
<content type='text'>
</content>
</entry>
<entry>
<title>year updated in license</title>
<updated>2015-01-02T16:52:46Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2015-01-02T16:52:46Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f4b69d553a249ace3694e3b4fd307ddffa156d7d'/>
<id>urn:sha1:f4b69d553a249ace3694e3b4fd307ddffa156d7d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ensure that keccak is called on view spend key, not a possibly pre-sc_reduce32 version of it</title>
<updated>2014-12-01T21:35:09Z</updated>
<author>
<name>warptangent</name>
<email>warptangent@inbox.com</email>
</author>
<published>2014-11-07T21:37:41Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=21a3c46a1b422514a375334da172074afe69b7fd'/>
<id>urn:sha1:21a3c46a1b422514a375334da172074afe69b7fd</id>
<content type='text'>
- for deriving view secret key
</content>
</entry>
<entry>
<title>Separate testnet address prefix</title>
<updated>2014-09-15T13:54:59Z</updated>
<author>
<name>Zachary Michaels</name>
<email>mikezackles@gmail.com</email>
</author>
<published>2014-09-09T14:58:53Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d03308734b1487540af062ab50c94cc7bb3e668e'/>
<id>urn:sha1:d03308734b1487540af062ab50c94cc7bb3e668e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>restored wallets will have timestamp set to June 8 2014.</title>
<updated>2014-08-03T13:49:31Z</updated>
<author>
<name>Thomas Winget</name>
<email>tewinget@gmail.com</email>
</author>
<published>2014-06-22T13:15:39Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=bdac624899a04886e46bc3ec33c7ebd498704d38'/>
<id>urn:sha1:bdac624899a04886e46bc3ec33c7ebd498704d38</id>
<content type='text'>
</content>
</entry>
</feed>
