Alejandro Cabeza Romero
27258e2a75
Handle logos core's required circuits structure.
2026-03-02 19:06:41 +01:00
Alejandro Cabeza Romero
a1e6f7797a
Pin logos-blockchain to 0.1.9.
2026-02-26 18:04:31 +01:00
Daniel Sanchez
6379fceb6d
Change circuits output location ( #18 )
2026-02-26 13:14:03 +00:00
Alejandro Cabeza Romero
1320bd760f
Update logos blockchain dep.
2026-02-25 13:48:37 +01:00
Alejandro Cabeza Romero
f075bfd19c
Update gitignore.
2026-02-25 00:04:52 +01:00
danielSanchezQ
67dab01dfa
Update flake.lock
2026-02-24 17:30:35 +00:00
Khushboo-dev-cpp
176295e1e1
Merge pull request #17 from logos-blockchain/fix/circuitsDir
...
fix: circuits dir
2026-02-24 18:29:38 +05:30
Khushboo Mehta
f82192e455
fix: circuits dir
2026-02-24 13:57:21 +01:00
Alejandro Cabeza Romero
888a66849f
Update blockchain to 0.1.7.
2026-02-24 11:56:41 +01:00
Dario Lipicar
daa5e618a3
fix plugin type ( #16 )
2026-02-24 08:30:32 +01:00
Alejandro Cabeza Romero
57b447e6d7
Update logos blockchain ref to latest release.
2026-02-23 17:50:46 +01:00
Alejandro Cabeza Romero
a1463a95ac
Move logos-blockchain ref to master.
2026-02-23 15:04:22 +01:00
Dario Lipicar
376ea35478
fix: proper main library name in metadata.json ( #15 )
2026-02-21 09:45:27 +01:00
Álex
27f1bc9ed2
feat: generate user config ( #14 )
...
* Add generate_user_config to module.
* Parse generate_user_confg arguments.
* Prettify.
* Remove unneeded includes.
* Expose str method
---------
Co-authored-by: danielSanchezQ <3danimanimal@gmail.com>
2026-02-20 12:56:29 +00:00
danielSanchezQ
b2cee08842
Update to 0.1.5 logos node version
2026-02-20 12:23:18 +00:00
Khushboo-dev-cpp
7522b80cf7
Merge pull request #13 from logos-blockchain/chore/updateName
...
chore: update name with underscores
2026-02-19 20:08:20 +05:30
Khushboo Mehta
bca7688a61
chore: update name with underscores
2026-02-19 15:29:34 +01:00
Khushboo-dev-cpp
98fd868ced
Merge pull request #12 from logos-blockchain/feat/updateApisForQt
...
feat: update apis to make it compatible with current Qt remote system
2026-02-18 23:50:11 +05:30
danielSanchezQ
0824823598
Fix double free
2026-02-18 18:03:24 +00:00
Khushboo Mehta
214a878851
feat: update apis to make it compatible with current Qt remote system
2026-02-18 15:01:44 +01:00
Alejandro Cabeza Romero
9c20cc9342
Fix justfile commands.
2026-02-16 16:56:13 +01:00
Alejandro Cabeza Romero
df881d522d
Add namespace indentation.
2026-02-16 16:21:35 +01:00
Alejandro Cabeza Romero
2398997a99
Fix cmake automoc warning.
2026-02-16 16:16:22 +01:00
Alejandro Cabeza Romero
89aa715837
Prettify.
2026-02-16 16:15:04 +01:00
Alejandro Cabeza Romero
61fe193062
Add prettify command and fix build command.
2026-02-16 16:14:54 +01:00
Daniel Sanchez
4e5703787e
feat(wallet): Add known address functionality ( #11 )
...
* Update flake
* Add known addresses functionality
2026-02-16 09:49:02 +00:00
Alejandro Cabeza Romero
cbab7696d4
Update flake.lock.
2026-02-13 12:05:46 +01:00
Daniel
6893ea407b
Update flake.lock
2026-02-13 09:40:58 +01:00
Daniel Sanchez
4be5332d26
feat(circuits): Set circuits environment ( #8 )
...
* Set circuits environment
* Add info log
2026-02-12 13:17:05 +00:00
Khushboo-dev-cpp
6f2e7a770d
Merge pull request #10 from logos-blockchain/fix/crash
...
fix: crash when accessing logosAPI in constructor
2026-02-12 17:29:03 +05:30
Khushboo Mehta
9a2853a7de
fix: crash when accesling libLogos in constructor
2026-02-12 12:03:37 +01:00
Khushboo-dev-cpp
009ff9af36
fix: emit events via Logos Client ( #6 )
...
* fix: emit events via Logos Client
* chore(cleanup): Use class static instead of global (#7 )
* Use class static instead of global
* Fix comments
---------
Co-authored-by: Daniel Sanchez <sanchez.quiros.daniel@gmail.com>
2026-02-12 09:55:56 +00:00
Daniel Sanchez
c1bc793ffa
feat(packaging): Package module with deps ( #5 )
...
* Package module with deps
* Update README.md
2026-02-11 14:02:16 +00:00
Daniel Sanchez
4445575bae
feat(events): Generate block events ( #4 )
...
* Pop event on block
* Subscribe on node startup
* Liblib fix
* Update flake
2026-02-10 12:06:58 +00:00
Alejandro Cabeza Romero
e1efea3ec5
Remove metadata.json from packaging. Fix liblib naming. Export via #lib package.
2026-02-05 12:24:46 +01:00
Alejandro Cabeza Romero
ee5805690c
Add clang format options and format.
2026-02-04 15:56:51 +01:00
Alejandro Cabeza Romero
657cf83d19
Link metadata to library.
2026-02-03 18:27:08 +01:00
Alejandro Cabeza Romero
747f4b25b4
Add README.
2026-02-03 18:05:33 +01:00
Alejandro Cabeza Romero
fb4c2f7d79
Remove unneeded manual bundler.
2026-02-03 17:19:20 +01:00
Alejandro Cabeza Romero
d8d993d463
Remove branch from input.
2026-02-03 11:07:34 +01:00
Álex
7b2c4c1289
Merge pull request #2 from logos-blockchain/fix/qt-declarations
...
fix: Runtime issues after restructure
2026-02-02 17:40:20 +01:00
Alejandro Cabeza Romero
d86b4b0292
Undo stupid clang lint
2026-02-02 17:38:15 +01:00
Alejandro Cabeza Romero
7671cf7165
Add missing sdp configs.
2026-02-02 17:33:33 +01:00
Alejandro Cabeza Romero
4d03f0919c
Add default behaviour to config_path and handle deployment in start.
2026-02-02 17:28:11 +01:00
Alejandro Cabeza Romero
b2d7712dee
Make interface pure C++.
2026-02-02 17:27:25 +01:00
Alejandro Cabeza Romero
3bad03ed4f
Make cmake paths more robust.
2026-02-02 17:27:07 +01:00
Alejandro Cabeza Romero
9a3740e726
Fix windows check in flake.
2026-02-02 14:43:42 +01:00
Álex
9d7c055142
refactor: Adapt project structure to Nix ( #1 )
...
* Move config to configs dir.
* wip
* wip
* junie refactor cmakelists and flake
* Refactor Nix, CMakeLists and codebase to enable proper nix building, and good IDE integration.
* Add src/ directory.
* Split into header and source files.
* Fix macOs SSL certs issue.
* Mac fixes
* Update Macos lib extension
---------
Co-authored-by: Daniel <sanchez.quiros.daniel@gmail.com>
2026-01-30 19:21:23 +01:00
Alejandro Cabeza Romero
a40854c52b
Expose wallet functionality.
2026-01-22 23:36:47 +01:00
Alejandro Cabeza Romero
f5cae58d23
Configure config for testnet.
2026-01-22 18:00:15 +01:00