diff --git a/ironfish-mpc/README.md b/ironfish-mpc/README.md index 26958b6a76..32da1e16b7 100644 --- a/ironfish-mpc/README.md +++ b/ironfish-mpc/README.md @@ -11,10 +11,10 @@ The results of Drand's round 2,863,343 will be listed below From: https://api.drand.sh/8990e7a9aaed2ffed73dbd7092123d6f289930540d7651336225dc172e51b2ce/public/2863343 ```json { - "round":2863343, - "randomness":"..", - "signature":"..", - "previous_signature":".." + "round": 2863343, + "randomness": "32e360d600ece16bc0c4248eb5f3a355b4af5fefe978530480113b522c09d36c", + "signature": "823cfda3099e515022253b76e3a8ee43e0b9989b56d8aaff31d976c0dde6ba2bafc2cbd4c84d6377deef7e8bb21cb53d15af8beb1480b1ec2e541ca4bd08bc1252e7c7922256445a3b32717bb38ec894eee8017ff67218c5dbfa81576e1cf134", + "previous_signature": "a96719eb694b01dcecf6b38bae832ba425774ea35d8359f544937aad0022ca8b5fdc517fbd013f12df9ffe89c60329b5184eb8b8582b316e946ac640f2b0a3ad0c06911c0c891fb948ce9ea398f4c8b1d20195990ccbb51d75810ca7a7ee1e45" } ``` diff --git a/ironfish-mpc/src/bin/beacon.rs b/ironfish-mpc/src/bin/beacon.rs index 1951960239..6672395eff 100644 --- a/ironfish-mpc/src/bin/beacon.rs +++ b/ironfish-mpc/src/bin/beacon.rs @@ -36,9 +36,9 @@ fn main() { use rand_chacha::ChaChaRng; // Place beacon value here. The value will be the randomness generated by The League of Entropy's drand network - // (network chain hash: 8990e7a9aaed2ffed73dbd7092123d6f289930540d7651336225dc172e51b2ce) in round #2759370. + // (network chain hash: 8990e7a9aaed2ffed73dbd7092123d6f289930540d7651336225dc172e51b2ce) in round #2863343. let beacon_value: [u8; 32] = - decode_hex("80c1cf36d080eb87853569ac5c7cb75357bec1daefb876289fa6c69472228210") + decode_hex("32e360d600ece16bc0c4248eb5f3a355b4af5fefe978530480113b522c09d36c") .as_slice() .try_into() .unwrap(); diff --git a/mainnet-parameters/README.md b/mainnet-parameters/README.md index f0a1e674f8..5c02d72a67 100644 --- a/mainnet-parameters/README.md +++ b/mainnet-parameters/README.md @@ -2,7 +2,7 @@ This [params](./params) file contains the final parameters for Iron Fish mainnet along with a list of contribution hashes for each contribution of the trusted setup ceremony. To verify the parameters you can run the rust code found in [ironfish-mpc](../ironfish-mpc). ## Verification -The output of this will be the list of 8657 hashes of the public contributions from the trusted setup ceremony. If you'd like to test that the public hash of your contribution made it in to the final params you can verify by looking for it in this list. +The output of this will be the list of 2870 hashes of the public contributions from the trusted setup ceremony. If you'd like to test that the public hash of your contribution made it in to the final params you can verify by looking for it in this list. ```bash cd ironfish-mpc cargo run --bin verify --features="verification" --release diff --git a/mainnet-parameters/params b/mainnet-parameters/params index a1169d6293..ace51f079f 100644 Binary files a/mainnet-parameters/params and b/mainnet-parameters/params differ