# Condrieu testnet April 5th, 2022 update Condrieu has been relaunched twice and enhanced. The update contains mostly bug fixes and cosmetic changes. ## Achieved goals On top of the [goals achieved in the previous round](https://notes.ethereum.org/s/Pf9GSPFVQRqEkqI18aORtQ), this testnet: * underwent stress-testing by creating many addresses and sending transactions between them * now uses ethstats to capture sync issues * has a complete landing page ## Issues found * code chunking reported an invalid pushdata offset * code chunking was using the wrong offset * proof-of-absence stems were duplicated when multiple missing keys were referring to the same stem * this would in turn crash the block explorer * `PUSH1`, being handled differently from other `PUSHn` instructions, caused a code chunk to be added to the witness when called at contract-creation time. * Node deserialization produced proofs that could not be verified by rust-verkle These issues are now fixed. ## Next steps * Relaunch the testnet with an updated geth * Continue stress-testing the testnet. * Share connection details with the public * demonstrate that a stateless client can follow the chain