<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/wallet/api/pending_transaction.h, 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>2022-03-04T05:59:20Z</updated>
<entry>
<title>Copyright: Update to 2022</title>
<updated>2022-03-04T05:59:20Z</updated>
<author>
<name>mj-xmr</name>
<email>mjxmr@protonmail.com</email>
</author>
<published>2022-03-01T11:16:17Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=da9aa1f7f802552b9de459f331a2f39c84898009'/>
<id>urn:sha1:da9aa1f7f802552b9de459f331a2f39c84898009</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wallet/api: remove Bitmonero namespace alias</title>
<updated>2021-06-08T21:29:41Z</updated>
<author>
<name>selsta</name>
<email>selsta@sent.at</email>
</author>
<published>2021-06-08T21:29:41Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=8e0b8ddb965e9b931a036f825745248e2efbc2f1'/>
<id>urn:sha1:8e0b8ddb965e9b931a036f825745248e2efbc2f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright year to 2020</title>
<updated>2020-05-07T02:36:54Z</updated>
<author>
<name>SomaticFanatic</name>
<email>afdlkajdlfkj@aldkfjf.com</email>
</author>
<published>2020-05-07T02:36:54Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5ef0607da6042df51a57703bd223c5c8024741f6'/>
<id>urn:sha1:5ef0607da6042df51a57703bd223c5c8024741f6</id>
<content type='text'>
Update copyright year to 2020
</content>
</entry>
<entry>
<title>Merge pull request #5211</title>
<updated>2019-03-21T12:44:04Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2019-03-21T12:44:03Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=48e3a341f8bb601895c94e7b637475f8911ae530'/>
<id>urn:sha1:48e3a341f8bb601895c94e7b637475f8911ae530</id>
<content type='text'>
c9b13fbb tests/trezor: HF9 and HF10 tests (Dusan Klinec)
a1fd1d49 device/trezor: HF10 support added, wallet::API (Dusan Klinec)
d74d26f2 crypto: hmac_keccak added (Dusan Klinec)
</content>
</entry>
<entry>
<title>device/trezor: HF10 support added, wallet::API</title>
<updated>2019-03-20T20:11:02Z</updated>
<author>
<name>Dusan Klinec</name>
<email>dusan.klinec@gmail.com</email>
</author>
<published>2019-02-23T14:28:18Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a1fd1d499c6a967d2cd011c57eb79f6ebc5847f4'/>
<id>urn:sha1:a1fd1d499c6a967d2cd011c57eb79f6ebc5847f4</id>
<content type='text'>
- import only key images generated by cold signing process
- wallet_api: trezor methods added
- wallet: button request code added
- const added to methods
- wallet2::get_tx_key_device() tries to decrypt stored tx private keys using the device.
- simplewallet supports get_tx_key and get_tx_proof on hw device using the get_tx_key feature
- live refresh enables refresh with trezor i.e. computing key images on the fly. More convenient and efficient for users.
- device: has_ki_live_refresh added
- a thread is watching whether live refresh is being computed, if not for 30 seconds, it terminates the live refresh process - switches Trezor state
</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>Wallet API: add some missing override keyword</title>
<updated>2018-06-28T00:59:09Z</updated>
<author>
<name>stoffu</name>
<email>stoffu@protonmail.ch</email>
</author>
<published>2018-06-13T23:22:30Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4510f417f9726f0043859055408a99ad62f91383'/>
<id>urn:sha1:4510f417f9726f0043859055408a99ad62f91383</id>
<content type='text'>
Also remove dust() from UnsignedTransactionImpl (already in PendingTransactionImpl)
</content>
</entry>
<entry>
<title>WalletApi: getMultisigInfo entry for gui wallets</title>
<updated>2018-03-28T15:22:13Z</updated>
<author>
<name>naughtyfox</name>
<email>mail.for.milo@gmail.com</email>
</author>
<published>2018-03-21T15:57:15Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5a96056600be8fbcce1f7994971eaf1c2d3181f3'/>
<id>urn:sha1:5a96056600be8fbcce1f7994971eaf1c2d3181f3</id>
<content type='text'>
WalletApi: makeMultisig call introduced

WalletApi: finalizeMultisig call introduced

WalletApi: new calls exportMultisigImages and importMultisigImages

WalletApi: method to return multisig wallet creation state

WalletApi: create multisig transaction, sign multisig transaction, commit transaction and get multisig data are added

WalletApi: identation and style fixes
</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>
<entry>
<title>split wallet and wallet_api</title>
<updated>2017-11-16T12:10:29Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-11-15T16:37:07Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=51895fd7df69ddb5d6bfe5c2caf2f6649cc43132'/>
<id>urn:sha1:51895fd7df69ddb5d6bfe5c2caf2f6649cc43132</id>
<content type='text'>
This speeds up building a lot when wallet2.h (or something it
includes) changes, since all the API includes wallet2.h
</content>
</entry>
</feed>
