9 Commits

Author SHA1 Message Date
Álex
16d5457aac
feat(blend): Join as core node (#22) 2026-04-17 11:01:18 +02: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
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
89aa715837
Prettify. 2026-02-16 16:15:04 +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
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
b2d7712dee
Make interface pure C++. 2026-02-02 17:27:25 +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