Update blockchain ref to 0.2.1-rc.1

This commit is contained in:
gusto 2026-07-08 22:54:43 +03:00
parent 88d57c92b5
commit 4fea9fdf39
No known key found for this signature in database
3 changed files with 6 additions and 6 deletions

8
flake.lock generated
View File

@ -24,16 +24,16 @@
"rust-rapidsnark": "rust-rapidsnark" "rust-rapidsnark": "rust-rapidsnark"
}, },
"locked": { "locked": {
"lastModified": 1782726809, "lastModified": 1783539617,
"narHash": "sha256-wxuR8KgbFOAveS6qH4zyZ0ZR2Q3PMoZTUOTc/V5TYLE=", "narHash": "sha256-hbAfMa5QG5zg9cmsIfEoWontwrCPo3mt+vcXavq5O3k=",
"owner": "logos-blockchain", "owner": "logos-blockchain",
"repo": "logos-blockchain", "repo": "logos-blockchain",
"rev": "c63efe648e1c43e75f6713e3f1fd63ed3e02a902", "rev": "42b01a4ba6471f7c90f718c3b7829f3c15a9b96f",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "logos-blockchain", "owner": "logos-blockchain",
"ref": "0.2.0", "ref": "0.2.1-rc.1",
"repo": "logos-blockchain", "repo": "logos-blockchain",
"type": "github" "type": "github"
} }

View File

@ -3,7 +3,7 @@
inputs = { inputs = {
logos-module-builder.url = "github:logos-co/logos-module-builder?ref=38ddf92c1f240f4e420d300a1fbabb1609d5db01"; logos-module-builder.url = "github:logos-co/logos-module-builder?ref=38ddf92c1f240f4e420d300a1fbabb1609d5db01";
logos-blockchain.url = "github:logos-blockchain/logos-blockchain?ref=0.2.0"; logos-blockchain.url = "github:logos-blockchain/logos-blockchain?ref=0.2.1-rc.1";
}; };
outputs = inputs@{ logos-module-builder, ... }: outputs = inputs@{ logos-module-builder, ... }:

View File

@ -1,7 +1,7 @@
{ {
"name": "blockchain_module", "name": "blockchain_module",
"display_name": "Blockchain Module", "display_name": "Blockchain Module",
"version": "0.2.0", "version": "0.0.999",
"description": "Logos blockchain node for logos-core", "description": "Logos blockchain node for logos-core",
"author": "Logos Blockchain Team", "author": "Logos Blockchain Team",
"type": "core", "type": "core",