<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monero_c.git/impls, branch detailed-error-info-spending</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git-private.cyanek.com/monero_c.git/atom?h=detailed-error-info-spending</id>
<link rel='self' href='https://git-private.cyanek.com/monero_c.git/atom?h=detailed-error-info-spending'/>
<link rel='alternate' type='text/html' href='https://git-private.cyanek.com/monero_c.git/'/>
<updated>2024-12-01T14:02:20+00:00</updated>
<entry>
<title>feat!: monero.ts rewrite, integration tests (#80)</title>
<updated>2024-12-01T14:02:20+00:00</updated>
<author>
<name>Mateusz Franik</name>
<email>47059999+Im-Beast@users.noreply.github.com</email>
</author>
<published>2024-12-01T14:02:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git-private.cyanek.com/monero_c.git/commit/?id=40c1a1bda4b6f125c702f5a37ecc48a6ebec24b8'/>
<id>urn:sha1:40c1a1bda4b6f125c702f5a37ecc48a6ebec24b8</id>
<content type='text'>
* feat: move spend/view key symbols to the monero.ts implementation
* feat: add integration tests for `0001-polyseed.patch`
* feat(monero.ts): add support for backgroundSync and closing the wallet
* feat: add integration tests for `0002-wallet-background-sync-with-just-the-view-key.patch`
* feat!: require users to provide own node url
BREAKING CHANGE: Requires users manual call to `Wallet.initWallet` after wallet creation with preferred node url
* feat: add background sync test for `0002-wallet-background-sync-with-just-the-view-key.patch`
* ci: add integration tests step
* feat(monero.ts): support creating and recovering wallet from polyseed
* feat: actually test polyseeds in the integration test
* chore: remove legacy comments
* fix: uncomment getting moneroC
* feat(monero.ts): add support for reading wallet's seed
* feat: add seed test for `0009-Add-recoverDeterministicWalletFromSpendKey.patch`
* chore: slight refactor
* feat(monero.ts): add bindings for `setOffline` and `isOffline`
* feat: add integration tests for `0012-WIP-UR-functions.patch`
* fix: use correct node depending on the coin
* fix: prevent segfaults on wownero
* feat(monero.ts): add partial bindings for `Coins` and `CoinsInfo`
* feat: add integration tests for `0004-coin-control.patch`
* fix coin control
* clean up console.logs
* chore: comment out the entire block
* dev: add devcontainer config for deno
* fix(monero.ts): invalid PendingTransactionPtr brand
* feat(monero.ts): add bindings for retrieving keys and managing transactions
* feat: improve `0012-WIP-UR-functions.patch` tests to follow the airgap doc
* fix(monero.ts): make UR methods optional so wownero can load properly
* remove flaky balance assertions
* tests: add a little bit of delay to make 0002 patch test less flake-y
* tests: run wallet transaction tests on ci
* enable logging to determine why it segfaults on ci
* add delay to every syncBlockchain call
* its console logging time
* even more console.logs
* eep
* eep more
* dont assert that its not frozen
* remove console.logs
* fix(monero.ts): type typo becoming a default value
* feat(monero.ts): add bindings for `createTransactionMultDest`
* feat(monero.ts): support returning multiple values whenever necessary
* feat(monero.ts): add missing reexports
* feat(monero.ts)!: rewrite bindings
BREAKING CHANGES!:
 - Calls to methods no longer automatically throw errors, you should take care of handling errors yourself
 	- This means the whole sanitizer ordeal is gone, no more sanitize arguments etc.
 	- Some misplaced methods have been moved to their "proper" place, e.g. creating Wallet is now possible using WalletManager instance methods, instead of passing WalletManager instance to Wallet's static method
 	- Return types probably changed in places, methods were inconsitent about returning string or empty string and `string | null`, now its always `string | null`
 - Every available symbol should now be available in `symbols`, even for the things that are not yet implemented, so you can access them in that case
* tests: adapt tests to monero.ts changes
* tests: reuse dylib in tests

---------

Co-authored-by: cyan &lt;cyjan@mrcyjanek.net&gt;</content>
</entry>
<entry>
<title>Remove ledger_flutter_plus dependency</title>
<updated>2024-11-11T15:55:28+00:00</updated>
<author>
<name>Konstantin Ullrich</name>
<email>konstantinullrich12@gmail.com</email>
</author>
<published>2024-11-11T15:55:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git-private.cyanek.com/monero_c.git/commit/?id=d47fb528282fd795ec33da79b5bd218840495629'/>
<id>urn:sha1:d47fb528282fd795ec33da79b5bd218840495629</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ledger changes (#41)</title>
<updated>2024-10-21T10:54:58+00:00</updated>
<author>
<name>cyan</name>
<email>cyjan@mrcyjanek.net</email>
</author>
<published>2024-10-21T10:54:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git-private.cyanek.com/monero_c.git/commit/?id=1d8e0fb30b53c28756f23676d5a3e1a99a9b3051'/>
<id>urn:sha1:1d8e0fb30b53c28756f23676d5a3e1a99a9b3051</id>
<content type='text'>
* ledger changes
* minor fix
* Implement monero queryWalletDevice
* update checksums
* Remove ledger_flutter_plus dependency
---------

Co-authored-by: Konstantin Ullrich &lt;konstantinullrich12@gmail.com&gt;</content>
</entry>
<entry>
<title>feat: wownero typescript bindings, regression tests (#71)</title>
<updated>2024-10-16T05:55:11+00:00</updated>
<author>
<name>Mateusz Franik</name>
<email>47059999+Im-Beast@users.noreply.github.com</email>
</author>
<published>2024-10-16T05:55:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git-private.cyanek.com/monero_c.git/commit/?id=fd7bb6ae1c27ffe5d41f3a818ee9034d9bb76138'/>
<id>urn:sha1:fd7bb6ae1c27ffe5d41f3a818ee9034d9bb76138</id>
<content type='text'>
* regression tests
* ci: move regression_check to full_check workflow, reuse artifact build
* feat: support wownero in monero.ts bindings
* ci: test wownero regressions as well
* extract wownero-cli as wownero
* actually load wownero when specified
* fix: commitUR not being a symbol in wownero</content>
</entry>
<entry>
<title>Maintenance and minor fixes (#68)</title>
<updated>2024-10-11T06:59:50+00:00</updated>
<author>
<name>cyan</name>
<email>cyjan@mrcyjanek.net</email>
</author>
<published>2024-10-11T06:59:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git-private.cyanek.com/monero_c.git/commit/?id=44fd5e17bbce52caf681850ac79f463d9ce6bb31'/>
<id>urn:sha1:44fd5e17bbce52caf681850ac79f463d9ce6bb31</id>
<content type='text'>
* remove LICENSE from monero.dart
* fix android builds</content>
</entry>
<entry>
<title>add C# code</title>
<updated>2024-09-28T09:24:46+00:00</updated>
<author>
<name>cyan</name>
<email>cyjan@mrcyjanek.net</email>
</author>
<published>2024-09-22T15:29:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git-private.cyanek.com/monero_c.git/commit/?id=67f4baa015a4407d096e35b6e5a81d72932fb55f'/>
<id>urn:sha1:67f4baa015a4407d096e35b6e5a81d72932fb55f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore(deps): update dependency lints to v5</title>
<updated>2024-09-28T09:23:06+00:00</updated>
<author>
<name>renovate[bot]</name>
<email>29139614+renovate[bot]@users.noreply.github.com</email>
</author>
<published>2024-09-27T18:02:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git-private.cyanek.com/monero_c.git/commit/?id=33f36186c891ff911d2e24a26e3962e148f61340'/>
<id>urn:sha1:33f36186c891ff911d2e24a26e3962e148f61340</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: deno ffi bindings (#40)</title>
<updated>2024-09-19T08:59:07+00:00</updated>
<author>
<name>cyan</name>
<email>cyjan@mrcyjanek.net</email>
</author>
<published>2024-09-19T08:59:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git-private.cyanek.com/monero_c.git/commit/?id=d1940944943cd79ce1f2b2080456dd28bec5c36f'/>
<id>urn:sha1:d1940944943cd79ce1f2b2080456dd28bec5c36f</id>
<content type='text'>
* initial ts commit
* monero.ts improvements
* test on latest, build on debian:bookworm
* feat: upstream changes to bindings
* chore: update checksums
* feat: allow manually loading dylib
* chore: add readme
* fix: free strings after being read to prevent potential memory leaks
* fix: load dylib
* fix: checksum checks segfaulting because of freeing const variables

---------

Co-authored-by: Mateusz Franik &lt;47059999+Im-Beast@users.noreply.github.com&gt;
Co-authored-by: Im-Beast &lt;franik.mateusz@gmail.com&gt;</content>
</entry>
<entry>
<title>chore(deps): update dependency ffigen to v14</title>
<updated>2024-09-08T15:52:23+00:00</updated>
<author>
<name>renovate[bot]</name>
<email>29139614+renovate[bot]@users.noreply.github.com</email>
</author>
<published>2024-09-06T09:57:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git-private.cyanek.com/monero_c.git/commit/?id=0868b9bc3c4a59ddc5bfff13462e8840cffb7084'/>
<id>urn:sha1:0868b9bc3c4a59ddc5bfff13462e8840cffb7084</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use less memory for debugCallLength Map (#48)</title>
<updated>2024-09-08T15:52:09+00:00</updated>
<author>
<name>cyan</name>
<email>cyjan@mrcyjanek.net</email>
</author>
<published>2024-09-08T15:52:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git-private.cyanek.com/monero_c.git/commit/?id=4f844740bced43b5653d3152717f8b1e10b13293'/>
<id>urn:sha1:4f844740bced43b5653d3152717f8b1e10b13293</id>
<content type='text'>
* use less memory for debugCallLength Map
* ignore errors in default debug functions</content>
</entry>
</feed>
