summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-03-02Mention where newer builds are livingCzarek Nakamoto
2024-03-01fetch repositoryCzarek Nakamoto
2024-03-01Bump NPROC=4, fix clone.Czarek Nakamoto
2024-03-01fixed platformCzarek Nakamoto
2024-02-29update makefile and woodpecker ciCzarek Nakamoto
2024-02-29sfos to ciCzarek Nakamoto
2024-02-28feat: sailfishos port (initial)Czarek Nakamoto
2024-02-23fix linux buildCzarek Nakamoto
2024-02-23fix platformCzarek Nakamoto
2024-02-23fix woodpecker definitionCzarek Nakamoto
2024-02-22update makefile and make NPROC=1Czarek Nakamoto
2024-02-22add linux/arm64Czarek Nakamoto
2024-02-17woodpecker linuxCzarek Nakamoto
2024-02-17fixed zlib versionCzarek Nakamoto
2024-02-17add signing functionalityCzarek Nakamoto
2024-02-15added intial woodpecker configCzarek Nakamoto
2024-01-20Merge pull request 'Configure Renovate' (#3) from renovate/configure into ↵Czarek Nakamoto
anonero Reviewed-on: https://git.mrcyjanek.net/mrcyjanek/monero_c/pulls/3
2024-01-20Add renovate.jsonRenovate Bot
2024-01-19getWalletManagerCzarek Nakamoto
2024-01-19fix walletmanager wrapCzarek Nakamoto
2024-01-11add `MONERO_DEBUG_isPointerNull`Czarek Nakamoto
2024-01-09fix linux buildCzarek Nakamoto
2024-01-07fix boost downloadsCzarek Nakamoto
2024-01-07view-only supportCzarek Nakamoto
2024-01-05fix splitString, add loggingCzarek Nakamoto
2024-01-05coins updateCzarek Nakamoto
2024-01-05link agains utf8proc and libpolyseed_wrapper.aCzarek Nakamoto
2024-01-05update readmeCzarek Nakamoto
2024-01-05link against libpolyseed.aCzarek Nakamoto
2024-01-04drop cache, it is causing more trouble than it's worthCzarek Nakamoto
implement anonero's fork functions in bridge. Calling it RC39 to not break versioning.
2024-01-03anoneroCzarek Nakamoto
2024-01-03add ldpreloadCzarek Nakamoto
2024-01-03fix bash syntaxCzarek Nakamoto
2024-01-03prepare for sweepCzarek Nakamoto
2024-01-03Make the process run a bit differently,Czarek Nakamoto
let's delay the task to the Isolate.run as std::thread was causing some funky crashes that I'm in no mood to fix atm
2024-01-03linux updateCzarek Nakamoto
2024-01-03don't fail on releaseCzarek Nakamoto
2024-01-03build linux on each pushCzarek Nakamoto
2024-01-03fix linux deb publishCzarek Nakamoto
2024-01-03MONERO_Wallet_seed add seed_offsetCzarek Nakamoto
MONERO_Wallet_daemonBlockChainHeight_runThread add sleep()
2024-01-03package libwallet2_api_c.so as .deb packageCzarek Nakamoto
2024-01-03move daemonBlockChainHeight to a separate threadCzarek Nakamoto
2024-01-03fix cached builds on linuxCzarek Nakamoto
2024-01-02drop android's `log` library.Czarek Nakamoto
linux support
2024-01-02fix major typoCzarek Nakamoto
2024-01-02fix type on filename methodCzarek Nakamoto
2024-01-02drop getAll functions for TransactionHistoryCzarek Nakamoto
2024-01-02More functions ported over to monero_c.Czarek Nakamoto
Some leftovers are still present - but shouldn't contain anything that is required by anonero
2024-01-01- helpers.cpp:Czarek Nakamoto
- functions for dealing with: - std::vector<std::string> - std::vector<uint32_t> - std::vector<std::set<uint32_t>> - wallet2_api_c.h: - PendingTransaction - txid - subaddrAccount - subaddrIndices - multisigSignData - signMultisigTx - signersKeys
2023-12-31fix cachingCzarek Nakamoto