aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/unsigned_transaction.h (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2024-05-21copyright: bump to 2024copyCat1-1/+1
2023-01-16Copyright: Update to 2023mj-xmr1-1/+1
Co-authored-by: plowsof <plowsof@protonmail.com> extra files
2022-03-04Copyright: Update to 2022mj-xmr1-1/+1
2021-06-08wallet/api: remove Bitmonero namespace aliasselsta1-2/+0
2020-05-06Update copyright year to 2020SomaticFanatic1-1/+1
Update copyright year to 2020
2019-03-05Update 2019 copyrightbinaryFate1-1/+1
2018-06-28Wallet API: add some missing override keywordstoffu1-12/+11
Also remove dust() from UnsignedTransactionImpl (already in PendingTransactionImpl)
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2017-11-16split wallet and wallet_apimoneromooo-monero1-1/+1
This speeds up building a lot when wallet2.h (or something it includes) changes, since all the API includes wallet2.h
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni1-1/+1
2017-01-10GUI cold signingJaquee1-10/+18
fix conflict
2016-12-13Bitmonero namespace renamed Monero. Bitmonero namespace alias added so that ↵Randi Joseph1-1/+3
third party uses of the wallet api can transition.
2016-11-09wallet_api: PendingTransaction::txCount - number of split transactionsIlya Kitaev1-0/+1
2016-11-05wallet2_api: add API for tx notesmoneromooo-monero1-0/+1
2016-06-23PendingTransactionImpl: pointer->referenceIlya Kitaev1-2/+2
2016-06-23api implementation splitted over separate filesIlya Kitaev1-7/+31
2015-12-31fixed copyrights with bad year referencesRiccardo Spagni1-1/+1
2015-03-25Steps toward multiple dbs available -- workingThomas Winget1-11/+15
There will need to be some more refactoring for these changes to be considered complete/correct, but for now it's working. new daemon cli argument "--db-type", works for LMDB and BerkeleyDB. A good deal of refactoring is also present in this commit, namely Blockchain no longer instantiates BlockchainDB, but rather is passed a pointer to an already-instantiated BlockchainDB on init().
2015-01-02year updated in licenseRiccardo Spagni1-1/+1
2014-07-23License updated to BSD 3-clausefluffypony1-3/+29
2014-03-03moved all stuff to githubAntonio Juarez1-0/+10