Logos Workspace
46734c06f8
re-add async api back
2026-03-23 11:39:09 -04:00
Iuri Matias
33bf0f94d3
abstract provider side
2026-03-20 21:02:05 +00:00
Iuri Matias
d35653ec8a
use LogosObject instead of QObject
2026-03-20 21:02:05 +00:00
Iuri Matias
3d712f8e07
add mock implementation; these serves to further test the abstraction but also useful for testing modules later
2026-03-20 21:00:41 +00:00
Iuri Matias
291ccfa396
abstract qt remote registry
2026-03-20 21:00:41 +00:00
Iuri Matias
1f14e5dbaa
refactor: abstract connection/transport; and clearly separate qt remote obj and qt local into separate implementations
2026-03-20 21:00:41 +00:00
Khushboo-dev-cpp
128180971c
feat: add auto support for async calls ( #21 )
2026-03-19 15:57:08 -04:00
Eric
a4bd66cd6e
add Logos instance id to registry url ( #20 )
...
Allows multiple Logos core instances to run on the same machine by giving appending a unique instance identifier to each registry url.
2026-03-16 10:43:39 -04:00
Vedran
5c49a0d6a4
fix: redact sensitive data from debug logs ( #18 )
...
Remove logging of method arguments. It may contain private keys,
DB passwords, auth tokens, and token values. Log only method
names and argument counts for debugging.
- https://github.com/status-im/infra-logos/issues/1
2026-02-25 09:15:39 -05:00
Arnaud
4fdf157120
feat: LogosResult ( #14 )
...
* Add LogosResult
* Add documentation for complex types
* Add get type util function
* Add more shorthand functions
* Add bool support
* Provide more shorthand functions
* Throw exception on bad access
* Fix typo in doc
2026-02-25 09:13:43 -05:00
Iuri Matias
63bcab1b42
remove unused files
2026-02-03 10:36:07 -05:00
Iuri Matias
f649e0365c
Merge pull request #10 from logos-co/feat/add-qstringlist-as-argument
...
feat: add QStringList, QByteArray and QUrl arguments
2026-02-03 08:59:28 -05:00
Arnaud
b7a556483a
Add QUrl argument
2026-02-03 10:57:53 +04:00
Arnaud
d4e6255a28
Add QByteArray arg
2026-02-03 07:46:11 +04:00
Arnaud
c61215a250
Add QStringList argument
2026-02-02 10:01:58 +04:00
Iuri Matias
a8b2d5b083
fixes issue with two int parameters at the end by making timeout a special type
2025-12-11 13:40:41 -05:00
Iuri Matias
3c82d99f20
fix return of getPluginMethods
2025-12-02 13:21:51 -05:00
Iuri Matias
c754c83f27
add support for a 'local' mode that does not use separate processes. required for some platforms such as mobile.
...
support local mode
some refactor
some refactor
2025-12-02 13:21:23 -05:00
Iuri Matias
bb5498edef
feat: add nix flake
...
feat: add nix flake
test
2025-10-02 16:42:25 -04:00
Iuri Matias
65aa4a1b24
feat: move logos-cpp-sdk to its own repo
2025-09-30 14:56:47 -04:00