Update to release module tip

This commit is contained in:
Daniel 2026-06-26 18:22:06 +02:00
parent 77e155674e
commit 01224c861c
4 changed files with 180 additions and 180 deletions

352
flake.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -5,7 +5,7 @@
logos-module-builder.url = "github:logos-co/logos-module-builder/38ddf92c1f240f4e420d300a1fbabb1609d5db01";
nix-bundle-lgx.url = "github:logos-co/nix-bundle-lgx";
# v0.0.3
liblogos_blockchain_module.url = "github:logos-blockchain/logos-blockchain-module/b9d71177125a760526a5df7948c4e0a67a1716ac";
blockchain_module.url = "github:logos-blockchain/logos-blockchain-module?ref=0.1.3-rc.13";
};
outputs = inputs@{ logos-module-builder, ... }:

View File

@ -1,14 +1,14 @@
{
"name": "blockchain_ui",
"display_name": "Blockchain",
"version": "1.0.0",
"version": "0.1.3-rc.13",
"type": "ui_qml",
"category": "blockchain",
"description": "Blockchain UI module for the Logos application",
"main": "blockchain_ui_plugin",
"icon": "src/icons/blockchain.png",
"view": "qml/BlockchainView.qml",
"dependencies": ["liblogos_blockchain_module"],
"dependencies": ["blockchain_module"],
"nix": {
"packages": {
"build": [],

View File

@ -20,7 +20,7 @@
#include <algorithm>
const QString BlockchainBackend::BLOCKCHAIN_MODULE_NAME =
QStringLiteral("liblogos_blockchain_module");
QStringLiteral("blockchain_module");
void BlockchainBackend::setError(const QString& message)
{