<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/simplewallet/simplewallet.h, branch v0.14.0.2</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.14.0.2</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.14.0.2'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2019-02-12T12:16:32Z</updated>
<entry>
<title>simplewallet: disable long payment ids by default</title>
<updated>2019-02-12T12:16:32Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-12-27T00:43:15Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e10d12b6587513a9994a36d9a3e7b839addbc746'/>
<id>urn:sha1:e10d12b6587513a9994a36d9a3e7b839addbc746</id>
<content type='text'>
unless --long-payment-id-support is used
</content>
</entry>
<entry>
<title>Merge pull request #4036</title>
<updated>2018-10-07T18:04:10Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-10-07T17:57:26Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=84cc3b916e45ef9c2f3b71abc9f36808095adac8'/>
<id>urn:sha1:84cc3b916e45ef9c2f3b71abc9f36808095adac8</id>
<content type='text'>
9acf42d3 Multisig M/N functionality core tests added (naughtyfox)
9f3963e8 Arbitrary M/N multisig schemes: * support in wallet2 * support in monero-wallet-cli * support in monero-wallet-rpc * support in wallet api * support in monero-gen-trusted-multisig * unit tests for multisig wallets creation (naughtyfox)
</content>
</entry>
<entry>
<title>Merge pull request #4388</title>
<updated>2018-09-21T18:44:19Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-09-21T18:44:18Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=37a306370d030a708386df5d20620232acce3f01'/>
<id>urn:sha1:37a306370d030a708386df5d20620232acce3f01</id>
<content type='text'>
05edc969 simplewallet: remove obsolete transfer_original command (moneromooo-monero)
</content>
</entry>
<entry>
<title>simplewallet: remove obsolete transfer_original command</title>
<updated>2018-09-16T14:29:41Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-09-16T14:28:59Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=05edc969c09346e6dc2a11cf233e089e98d9b01d'/>
<id>urn:sha1:05edc969c09346e6dc2a11cf233e089e98d9b01d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hw_device: support for multiple devices added [for review]</title>
<updated>2018-09-14T14:02:00Z</updated>
<author>
<name>Dusan Klinec</name>
<email>dusan.klinec@gmail.com</email>
</author>
<published>2018-08-23T22:50:31Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f9b22a7b01994f444185f38fe1f645593590c943'/>
<id>urn:sha1:f9b22a7b01994f444185f38fe1f645593590c943</id>
<content type='text'>
- device name is a new wallet property
- full device name is now a bit more structured so we can address particular device vendor + device path. Example: 'Ledger', 'Trezor:udp', 'Trezor:udp:127.0.0.1:21324', 'Trezor:bridge:usb01'. The part before ':' identifies HW device implementation, the optional part after ':' is device path to look for.
- new --hw-device parameter added to the wallet, can name the hardware device
- device reconnect added
</content>
</entry>
<entry>
<title>wallet: store trusted-daemon flag in wallet2</title>
<updated>2018-08-23T05:55:09Z</updated>
<author>
<name>stoffu</name>
<email>stoffu@protonmail.ch</email>
</author>
<published>2018-08-10T12:15:40Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=8ca1215f25ad48a87c5445ffeed8896122343ad1'/>
<id>urn:sha1:8ca1215f25ad48a87c5445ffeed8896122343ad1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>store secret keys encrypted where possible</title>
<updated>2018-08-16T11:57:43Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-07-08T20:12:33Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e9ffa91257b672009e8b8c84027378f3893a6d01'/>
<id>urn:sha1:e9ffa91257b672009e8b8c84027378f3893a6d01</id>
<content type='text'>
The secret spend key is kept encrypted in memory, and
decrypted on the fly when needed.

Both spend and view secret keys are kept encrypted in a JSON
field in the keys file. This avoids leaving the keys in
memory due to being manipulated by the JSON I/O API.
</content>
</entry>
<entry>
<title>wallet: wipe seed from memory where appropriate</title>
<updated>2018-08-16T09:17:52Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-07-06T23:03:15Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ea37614efe518ff8f363ddf2465301687e04d977'/>
<id>urn:sha1:ea37614efe518ff8f363ddf2465301687e04d977</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #4195</title>
<updated>2018-08-15T22:58:24Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2018-08-15T22:58:24Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=41e583b0a287474e85357480de5f1de87cf5c57d'/>
<id>urn:sha1:41e583b0a287474e85357480de5f1de87cf5c57d</id>
<content type='text'>
f13c7a8 simplewallet: make sure wallet config is stored right after creation (stoffu)
</content>
</entry>
<entry>
<title>Merge pull request #4188</title>
<updated>2018-08-15T22:47:05Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2018-08-15T22:47:05Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=8d2e45492915da6765696e28000acdda63aaa753'/>
<id>urn:sha1:8d2e45492915da6765696e28000acdda63aaa753</id>
<content type='text'>
a3fe1c5 simplewallet: add set_tx_key for importing tx keys from 3rd party wallets (stoffu)
</content>
</entry>
</feed>
