codex-storage / nim-codex

Decentralized Durability Engine
https://codex.storage
Apache License 2.0
67 stars 25 forks source link

Release Codex 0.1.8 #983

Open veaceslavdoina opened 3 days ago

veaceslavdoina commented 3 days ago

Codex release - Release v0.1.8

veaceslavdoina commented 3 days ago

New smart contracts were deployed

Marketplace

Tx: 0x7952ab76c12b7e6e747f09fa9eb501117df9c963c9dcc93d092bcfade9dd0b3d Address: 0x5Bd66fA15Eb0E546cd26808248867a572cFF5706

Pod logs ```shell > deploy > hardhat deploy Downloading compiler 0.8.23 Downloading compiler 0.8.23 Warning: This declaration shadows an existing declaration. --> contracts/Marketplace.sol:65:5: | 65 | MarketplaceConfig memory configuration, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Note: The shadowed declaration is here: --> contracts/Marketplace.sol:91:3: | 91 | function configuration() public view returns (MarketplaceConfig memory) { | ^ (Relevant source part starts here and spans across multiple lines). Compiled 23 Solidity files successfully Deployed Marketplace with Groth16 Verifier at: 0x5Bd66fA15Eb0E546cd26808248867a572cFF5706 npm notice npm notice New major version of npm available! 9.6.7 -> 10.9.0 npm notice Changelog: npm notice Run `npm install -g npm@10.9.0` to update! npm notice Done! Sleeping indefinitely... ```