summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2023-12-31CI: don't push downloaded cacheCzarek Nakamoto
2023-12-30compress .so librariesCzarek Nakamoto
enable cached build artifacts bring back release
2023-12-30fix memoryCzarek Nakamoto
2023-12-30.Czarek Nakamoto
2023-12-30fix monero + fix if statementCzarek Nakamoto
2023-12-30work, I beg youCzarek Nakamoto
2023-12-30fix if statementCzarek Nakamoto
2023-12-30fix syntaxCzarek Nakamoto
2023-12-30fix ymlCzarek Nakamoto
2023-12-30cache updateCzarek Nakamoto
2023-12-30fix permissions on artifactsCzarek Nakamoto
2023-12-30fix ymlCzarek Nakamoto
2023-12-30fix ffigenCzarek Nakamoto
[SEVERE] : Header ./wallet2_api_c.h: Total errors/warnings: 2. [SEVERE] : ./wallet2_api_c.h:708:20: error: initializer element is not a compile-time constant [Semantic Issue] [SEVERE] : ./wallet2_api_c.h:709:20: error: initializer element is not a compile-time constant [Semantic Issue]
2023-12-30feat: cache build resultsCzarek Nakamoto
debug: void MONERO_DEBUG_test0(); bool MONERO_DEBUG_test1(bool x); int MONERO_DEBUG_test2(int x); uint64_t MONERO_DEBUG_test3(uint64_t x); void* MONERO_DEBUG_test4(uint64_t x); const char* MONERO_DEBUG_test5(); const char* MONERO_DEBUG_test5_std();
2023-12-30new function:Czarek Nakamoto
- MONERO_Wallet_setRefreshFromBlockHeight
2023-12-29new functions:Czarek Nakamoto
- MONERO_Wallet_getRefreshFromBlockHeight - MONERO_Wallet_connectToDaemon - MONERO_Wallet_connected - MONERO_Wallet_setProxy new enum: ConnectionStatus
2023-12-29new funcs:Czarek Nakamoto
MONERO_Wallet_setOffline MONERO_Wallet_isOffline MONERO_WalletManager_setProxy MONERO_WalletManagerFactory_setLogLevel
2023-12-29drop wallet_ptr from places where it isn't usedCzarek Nakamoto
2023-12-28add some more functionsCzarek Nakamoto
2023-12-28fun fact: you need to change function definition when you change the ↵Czarek Nakamoto
corresponding .h file
2023-12-28update header fileCzarek Nakamoto
2023-12-27well... gitea runners are.. act.. runners.Czarek Nakamoto
2023-12-27implement some functions to perform testingCzarek Nakamoto
2023-12-27ci update, cpp updateCzarek Nakamoto
2023-12-27ci: fix syntax, add x64 and i686Czarek Nakamoto
2023-12-27...Czarek Nakamoto
2023-12-27ci: bump nproc to 4Czarek Nakamoto