diff --git a/.cargo/config b/.cargo/config.toml similarity index 100% rename from .cargo/config rename to .cargo/config.toml diff --git a/.circleci/config.yml b/.circleci/config.yml index 699f077c73..b2cc706647 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -46,7 +46,6 @@ commands: default: snarkvm-stable-cache steps: - run: set -e - - setup_remote_docker - run: name: Prepare environment and install dependencies command: | @@ -138,7 +137,7 @@ jobs: snarkvm: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: 2xlarge + resource_class: anf/2xlarge steps: - checkout - run: @@ -148,7 +147,7 @@ jobs: algorithms: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: 2xlarge + resource_class: anf/2xlarge steps: - run_serial: workspace_member: algorithms @@ -157,7 +156,7 @@ jobs: algorithms-profiler: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: xlarge + resource_class: anf/xlarge steps: - run_serial: # This runs a single test with profiler enabled workspace_member: algorithms @@ -167,7 +166,7 @@ jobs: circuit: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: xlarge + resource_class: anf/xlarge steps: - run_serial: workspace_member: circuit @@ -176,7 +175,7 @@ jobs: circuit-account: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: xlarge + resource_class: anf/xlarge steps: - run_serial: workspace_member: circuit/account @@ -186,7 +185,7 @@ jobs: circuit-account-noconsole: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: xlarge + resource_class: anf/xlarge steps: - run_serial: workspace_member: circuit/account @@ -196,7 +195,7 @@ jobs: circuit-algorithms: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: xlarge + resource_class: anf/xlarge steps: - run_serial: workspace_member: circuit/algorithms @@ -205,7 +204,7 @@ jobs: circuit-collections: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: xlarge + resource_class: anf/xlarge steps: - run_serial: workspace_member: circuit/collections @@ -215,7 +214,7 @@ jobs: circuit-collections-noconsole: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: xlarge + resource_class: anf/xlarge steps: - run_serial: workspace_member: circuit/collections @@ -225,7 +224,7 @@ jobs: circuit-environment: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: xlarge + resource_class: anf/xlarge steps: - run_serial: workspace_member: circuit/environment @@ -234,7 +233,7 @@ jobs: circuit-network: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: xlarge + resource_class: anf/xlarge steps: - run_serial: workspace_member: circuit/network @@ -243,7 +242,7 @@ jobs: circuit-program: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: xlarge + resource_class: anf/xlarge steps: - run_serial: workspace_member: circuit/program @@ -252,7 +251,7 @@ jobs: circuit-types: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: xlarge + resource_class: anf/xlarge steps: - run_serial: workspace_member: circuit/types @@ -261,7 +260,7 @@ jobs: circuit-types-address: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: xlarge + resource_class: anf/xlarge steps: - run_serial: workspace_member: circuit/types/address @@ -270,7 +269,7 @@ jobs: circuit-types-boolean: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: xlarge + resource_class: anf/xlarge steps: - run_serial: workspace_member: circuit/types/boolean @@ -279,7 +278,7 @@ jobs: circuit-types-field: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: xlarge + resource_class: anf/xlarge steps: - run_serial: workspace_member: circuit/types/field @@ -288,7 +287,7 @@ jobs: circuit-types-group: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: xlarge + resource_class: anf/xlarge steps: - run_serial: workspace_member: circuit/types/group @@ -297,7 +296,7 @@ jobs: circuit-types-integers: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: 2xlarge + resource_class: anf/2xlarge steps: - run_serial: workspace_member: circuit/types/integers @@ -307,7 +306,7 @@ jobs: circuit-types-scalar: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: xlarge + resource_class: anf/xlarge steps: - run_serial: workspace_member: circuit/types/scalar @@ -316,7 +315,7 @@ jobs: circuit-types-string: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: xlarge + resource_class: anf/xlarge steps: - run_serial: workspace_member: circuit/types/string @@ -324,7 +323,7 @@ jobs: console: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: xlarge + resource_class: anf/xlarge steps: - run_serial: workspace_member: console @@ -333,7 +332,7 @@ jobs: console-account: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: xlarge + resource_class: anf/xlarge steps: - run_serial: workspace_member: console/account @@ -342,7 +341,7 @@ jobs: console-algorithms: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: xlarge + resource_class: anf/xlarge steps: - run_serial: workspace_member: console/algorithms @@ -351,7 +350,7 @@ jobs: console-collections: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: xlarge + resource_class: anf/xlarge steps: - run_serial: workspace_member: console/collections @@ -360,7 +359,7 @@ jobs: console-network: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: xlarge + resource_class: anf/xlarge steps: - run_serial: workspace_member: console/network @@ -369,7 +368,7 @@ jobs: console-network-environment: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: xlarge + resource_class: anf/xlarge steps: - run_serial: workspace_member: console/network/environment @@ -378,7 +377,7 @@ jobs: console-program: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: xlarge + resource_class: anf/xlarge steps: - run_serial: workspace_member: console/program @@ -387,7 +386,7 @@ jobs: console-types: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: xlarge + resource_class: anf/xlarge steps: - run_serial: workspace_member: console/types @@ -396,7 +395,7 @@ jobs: console-types-address: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: xlarge + resource_class: anf/xlarge steps: - run_serial: workspace_member: console/types/address @@ -405,7 +404,7 @@ jobs: console-types-boolean: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: xlarge + resource_class: anf/xlarge steps: - run_serial: workspace_member: console/types/boolean @@ -414,7 +413,7 @@ jobs: console-types-field: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: xlarge + resource_class: anf/xlarge steps: - run_serial: workspace_member: console/types/field @@ -423,7 +422,7 @@ jobs: console-types-group: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: xlarge + resource_class: anf/xlarge steps: - run_serial: workspace_member: console/types/group @@ -432,7 +431,7 @@ jobs: console-types-integers: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: xlarge + resource_class: anf/xlarge steps: - run_serial: workspace_member: console/types/integers @@ -441,7 +440,7 @@ jobs: console-types-scalar: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: xlarge + resource_class: anf/xlarge steps: - run_serial: workspace_member: console/types/scalar @@ -450,7 +449,7 @@ jobs: console-types-string: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: xlarge + resource_class: anf/xlarge steps: - run_serial: workspace_member: console/types/string @@ -459,7 +458,7 @@ jobs: curves: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: xlarge + resource_class: anf/xlarge steps: - run_serial: workspace_member: curves @@ -468,7 +467,7 @@ jobs: fields: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: xlarge + resource_class: anf/xlarge steps: - run_serial: workspace_member: fields @@ -477,7 +476,7 @@ jobs: ledger: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: 2xlarge + resource_class: anf/2xlarge steps: - run_serial: workspace_member: ledger @@ -486,7 +485,7 @@ jobs: ledger-with-rocksdb: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: 2xlarge + resource_class: anf/2xlarge steps: - run_serial: flags: --features=rocks @@ -496,7 +495,7 @@ jobs: ledger-with-valid-solutions: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: 2xlarge + resource_class: anf/2xlarge steps: - run_serial: flags: valid_solutions --features=test @@ -506,7 +505,7 @@ jobs: ledger-authority: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: 2xlarge + resource_class: anf/2xlarge steps: - run_serial: workspace_member: ledger/authority @@ -515,7 +514,7 @@ jobs: ledger-block: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: 2xlarge + resource_class: anf/2xlarge steps: - run_serial: workspace_member: ledger/block @@ -524,7 +523,7 @@ jobs: ledger-committee: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: xlarge + resource_class: anf/xlarge steps: - run_serial: workspace_member: ledger/committee @@ -533,7 +532,7 @@ jobs: ledger-narwhal: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: 2xlarge + resource_class: anf/2xlarge steps: - run_serial: workspace_member: ledger/narwhal @@ -542,7 +541,7 @@ jobs: ledger-narwhal-batch-certificate: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: 2xlarge + resource_class: anf/2xlarge steps: - run_serial: workspace_member: ledger/narwhal/batch-certificate @@ -551,7 +550,7 @@ jobs: ledger-narwhal-batch-header: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: 2xlarge + resource_class: anf/2xlarge steps: - run_serial: workspace_member: ledger/narwhal/batch-header @@ -560,7 +559,7 @@ jobs: ledger-narwhal-data: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: 2xlarge + resource_class: anf/2xlarge steps: - run_serial: workspace_member: ledger/narwhal/data @@ -569,7 +568,7 @@ jobs: ledger-narwhal-subdag: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: 2xlarge + resource_class: anf/2xlarge steps: - run_serial: workspace_member: ledger/narwhal/subdag @@ -578,7 +577,7 @@ jobs: ledger-narwhal-transmission: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: 2xlarge + resource_class: anf/2xlarge steps: - run_serial: workspace_member: ledger/narwhal/transmission @@ -587,7 +586,7 @@ jobs: ledger-narwhal-transmission-id: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: 2xlarge + resource_class: anf/2xlarge steps: - run_serial: workspace_member: ledger/narwhal/transmission-id @@ -596,7 +595,7 @@ jobs: ledger-puzzle: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: 2xlarge + resource_class: anf/2xlarge steps: - run_serial: workspace_member: ledger/puzzle @@ -605,7 +604,7 @@ jobs: ledger-puzzle-epoch: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: 2xlarge + resource_class: anf/2xlarge steps: - run_serial: workspace_member: ledger/puzzle/epoch @@ -614,7 +613,7 @@ jobs: ledger-query: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: 2xlarge + resource_class: anf/2xlarge steps: - run_serial: workspace_member: ledger/query @@ -623,7 +622,7 @@ jobs: ledger-store: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: 2xlarge + resource_class: anf/2xlarge steps: - run_serial: flags: --features=rocks @@ -633,7 +632,7 @@ jobs: ledger-test-helpers: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: 2xlarge + resource_class: anf/2xlarge steps: - run_serial: workspace_member: ledger/test-helpers @@ -642,7 +641,7 @@ jobs: parameters: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: xlarge + resource_class: anf/xlarge steps: - run_serial: workspace_member: parameters @@ -651,7 +650,7 @@ jobs: synthesizer: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: 2xlarge + resource_class: anf/2xlarge steps: - run_serial: flags: --lib --bins @@ -661,7 +660,7 @@ jobs: synthesizer-integration: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: 2xlarge + resource_class: anf/2xlarge steps: - run_serial: flags: --test '*' @@ -671,7 +670,7 @@ jobs: synthesizer-process: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: 2xlarge + resource_class: anf/2xlarge steps: - run_serial: workspace_member: synthesizer/process @@ -680,7 +679,7 @@ jobs: synthesizer-process-with-rocksdb: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: 2xlarge + resource_class: anf/2xlarge steps: - run_serial: flags: --features=rocks @@ -690,7 +689,7 @@ jobs: synthesizer-program: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: 2xlarge + resource_class: anf/2xlarge steps: - run_serial: flags: --lib --bins @@ -700,7 +699,7 @@ jobs: synthesizer-program-integration: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: 2xlarge + resource_class: anf/2xlarge steps: - run_serial: flags: --test '*' -- --skip keccak --skip psd --skip sha @@ -710,7 +709,7 @@ jobs: synthesizer-program-integration-keccak: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: 2xlarge + resource_class: anf/2xlarge steps: - run_serial: flags: keccak --test '*' @@ -720,7 +719,7 @@ jobs: synthesizer-program-integration-psd: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: 2xlarge + resource_class: anf/2xlarge steps: - run_serial: flags: psd --test '*' @@ -730,7 +729,7 @@ jobs: synthesizer-program-integration-sha: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: 2xlarge + resource_class: anf/2xlarge steps: - run_serial: flags: sha --test '*' @@ -740,7 +739,7 @@ jobs: synthesizer-snark: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: 2xlarge + resource_class: anf/2xlarge steps: - run_serial: workspace_member: synthesizer/snark @@ -749,7 +748,7 @@ jobs: utilities: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: xlarge + resource_class: anf/xlarge steps: - run_serial: workspace_member: utilities @@ -758,7 +757,7 @@ jobs: utilities-derives: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: xlarge + resource_class: anf/xlarge steps: - run_serial: workspace_member: utilities/derives @@ -767,7 +766,7 @@ jobs: wasm: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: 2xlarge + resource_class: anf/2xlarge steps: - checkout - setup_environment: @@ -785,7 +784,7 @@ jobs: check-fmt: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: xlarge + resource_class: anf/xlarge steps: - checkout - install_rust_nightly @@ -801,7 +800,7 @@ jobs: check-clippy: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: 2xlarge + resource_class: anf/2xlarge steps: - checkout - setup_environment: @@ -818,7 +817,7 @@ jobs: check-all-targets: docker: - image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well - resource_class: xlarge + resource_class: anf/xlarge steps: - checkout - setup_environment: @@ -833,7 +832,7 @@ jobs: verify-windows: executor: name: windows/default - size: 2xlarge + size: xlarge environment: CARGO_NET_GIT_FETCH_WITH_CLI: "true" parameters: diff --git a/Cargo.toml b/Cargo.toml index 52106ffccf..d391deaf14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.16.19" authors = [ "The Aleo Team " ] description = "A decentralized virtual machine" homepage = "https://aleo.org" -repository = "https://github.com/AleoHQ/snarkVM" +repository = "https://github.com/AleoNet/snarkVM" keywords = [ "aleo", "cryptography", diff --git a/console/network/src/lib.rs b/console/network/src/lib.rs index e4252df0f2..306a77b6fe 100644 --- a/console/network/src/lib.rs +++ b/console/network/src/lib.rs @@ -91,7 +91,7 @@ pub trait Network: const INCLUSION_FUNCTION_NAME: &'static str; /// The fixed timestamp of the genesis block. - const GENESIS_TIMESTAMP: i64 = 1696118400; // 2023-10-01 00:00:00 UTC + const GENESIS_TIMESTAMP: i64; /// The genesis block coinbase target. #[cfg(not(feature = "test"))] const GENESIS_COINBASE_TARGET: u64 = (1u64 << 10).saturating_sub(1); diff --git a/console/network/src/mainnet_v0.rs b/console/network/src/mainnet_v0.rs index fa9825b554..1724e084ca 100644 --- a/console/network/src/mainnet_v0.rs +++ b/console/network/src/mainnet_v0.rs @@ -133,6 +133,8 @@ impl Network for MainnetV0 { /// The network edition. const EDITION: u16 = 0; + /// The fixed timestamp of the genesis block. + const GENESIS_TIMESTAMP: i64 = 1696118400 /* 2023-10-01 00:00:00 UTC */; /// The network ID. const ID: u16 = 0; /// The function name for the inclusion circuit. diff --git a/console/network/src/testnet_v0.rs b/console/network/src/testnet_v0.rs index 3719db7a81..315e6ad8c9 100644 --- a/console/network/src/testnet_v0.rs +++ b/console/network/src/testnet_v0.rs @@ -136,6 +136,8 @@ impl Network for TestnetV0 { const GENESIS_COINBASE_TARGET: u64 = (1u64 << 5).saturating_sub(1); /// The genesis block proof target. const GENESIS_PROOF_TARGET: u64 = 1u64 << 3; + /// The fixed timestamp of the genesis block. + const GENESIS_TIMESTAMP: i64 = 1715776496 /* 2024-05-15 12:34:56 UTC */; /// The network ID. const ID: u16 = 1; /// The function name for the inclusion circuit. diff --git a/parameters/src/testnet/genesis.rs b/parameters/src/testnet/genesis.rs index 6580c829f6..d3a8b49351 100644 --- a/parameters/src/testnet/genesis.rs +++ b/parameters/src/testnet/genesis.rs @@ -27,6 +27,6 @@ mod tests { #[test] fn test_genesis_block() { let bytes = GenesisBytes::load_bytes(); - assert_eq!(15485, bytes.len() as u64, "Update me if serialization has changed"); + assert_eq!(14943, bytes.len() as u64, "Update me if serialization has changed"); } } diff --git a/parameters/src/testnet/resources/block.genesis b/parameters/src/testnet/resources/block.genesis index 91075ae1f1..b2f67da9a2 100644 Binary files a/parameters/src/testnet/resources/block.genesis and b/parameters/src/testnet/resources/block.genesis differ