Skip to content

Releases: cartesi/solidity-util

5.0.2

10 Jan 23:41
v5.0.2
Compare
Choose a tag to compare

Changes

  • Rename network gnosis_chiado to just chiado
  • Rename network avax_testnet to avalanche_fuji
  • Add sepolia testnet

5.0.1

10 Jan 23:41
v5.0.1
Compare
Choose a tag to compare

Changed

  • Fix definition of tags and dependencies in deploy scripts

5.0.0

02 Nov 14:44
v5.0.0
a21a468
Compare
Choose a tag to compare

Added

  • Deployment to mainnet
  • Deployment to gnosis chiado (gnosis testnet)

4.2.0

02 Nov 14:43
v4.2.0
Compare
Choose a tag to compare

Changes

  • Restore original CartesiMath contract to not trigger redeploy (formatting changes only)

Added

  • Deployment to iotex_testnet

4.1.0

25 Aug 13:39
v4.1.0
d2d3ddb
Compare
Choose a tag to compare

Added

  • Deployment to arbitrum_goerli

4.0.0

20 Jul 15:48
v4.0.0
Compare
Choose a tag to compare

Added

  • Deployment to optimism_goerli

Changes

  • Upgrade solidity compiler to 0.8.15
  • Update dependencies and project configuration
  • Deprecating support for kovan, ropsten, rinkeby
  • Restoring compatilibity with version 1.0.0 to keep contracts deployed to mainnet alive
  • Rename deployment matic_testnet to polygon_mumbai

3.1.2

20 Jul 15:49
v3.1.2
Compare
Choose a tag to compare

Changes

  • Optimization of Merkle
  • Optimization of Bitmask

3.1.1

20 Jul 15:50
v3.1.1
Compare
Choose a tag to compare

Added

  • Deploy to ropsten

3.1.0

20 Jul 15:50
v3.1.0
27fd91b
Compare
Choose a tag to compare

Added

  • Add intra drive replacement function to Merkle

3.0.0

20 Jul 15:50
v3.0.0
Compare
Choose a tag to compare

Changed

  • Migration to solidity 0.8
  • Removing SafeMath and OpenZeppelin
  • Removing "Library" suffix from library contracts names
  • [CartesiMath] New ctz and clz functions
  • [CartesiMath] Gas optimization
  • [Merkle] Bug fixes
  • [Merkle] Using CartesiMath as library
  • Removed mainnet deployment (will be back in a future release)