Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rusk: bump version to 1.0.0-rc.0 #3278

Merged
merged 5 commits into from
Dec 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading