7 Commits

Author SHA1 Message Date
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
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
ee5805690c
Add clang format options and format. 2026-02-04 15:56:51 +01:00
Alejandro Cabeza Romero
d86b4b0292
Undo stupid clang lint 2026-02-02 17:38:15 +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
Á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