input-output-hk / rust-byron-cardano

rust client libraries to deal with the current cardano mainnet (byron / cardano-sl)
MIT License
264 stars 75 forks source link

Update genesis data to new testnet #745

Closed KtorZ closed 3 years ago

KtorZ commented 5 years ago

Testnet was reset recently. This update the genesis file and its hash.

Cheers :gift_heart:

NicolasDP commented 5 years ago

You need to fix the test for the genesis data too, I believe the content has changed:

https://github.com/input-output-hk/rust-cardano/blob/3a7ad93d637af280d5cffa7fd89661a71d45c157/exe-common/src/genesisdata/parse.rs#L154-L175