Skip to content

Commit

Permalink
Merge pull request #3278 from dusk-network/rusk-1.0.0-rc.0
Browse files Browse the repository at this point in the history
rusk: bump version to 1.0.0-rc.0
  • Loading branch information
herr-seppia authored Dec 23, 2024
2 parents 04eb00f + 3ea4f56 commit 405d89c
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 176 deletions.
2 changes: 1 addition & 1 deletion node-data/src/message.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ use crate::{bls, ledger, Serializable, StepName};

/// Topic field position in the message binary representation
pub const TOPIC_FIELD_POS: usize = 1 + 2 + 2;
pub const PROTOCOL_VERSION: Version = Version(1, 0, 2);
pub const PROTOCOL_VERSION: Version = Version(1, 0, 0);

/// Block version
pub const BLOCK_HEADER_VERSION: u8 = 1;
Expand Down
2 changes: 1 addition & 1 deletion rusk-wallet/src/rues.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use rkyv::Archive;
use crate::Error;

/// Supported Rusk version
const REQUIRED_RUSK_VERSION: &str = ">=0.8.0";
const REQUIRED_RUSK_VERSION: &str = "1.0.0-rc.0";

/// Target for contracts
pub const CONTRACTS_TARGET: &str = "contracts";
Expand Down
2 changes: 1 addition & 1 deletion rusk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rusk"
version = "0.8.0"
version = "1.0.0-rc.0"
edition = "2021"
autobins = false

Expand Down
2 changes: 1 addition & 1 deletion w3sper.js/src/rues/mod.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export class Rues extends EventTarget {
#socket;
#scopes;
#session;
#version = "0.8.0";
#version = "1.0.0-rc.0";

constructor(url, options = {}) {
super();
Expand Down
Binary file removed w3sper.js/tests/assets/notes.rkyv
Binary file not shown.
172 changes: 0 additions & 172 deletions w3sper.js/tests/notes_test.js

This file was deleted.

0 comments on commit 405d89c

Please sign in to comment.