Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tuler committed Jun 14, 2021
1 parent 175d41c commit 27fd91b
Showing 1 changed file with 43 additions and 36 deletions.
79 changes: 43 additions & 36 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,152 +9,159 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changes

## [3.1.0] - 2021-06-13

### Added

- Add intra drive replacement function to Merkle

## [3.0.0] - 2021-05-11

### 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)
- 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)

### Added

- [Bitmask] New library for keeping a bit mask efficiently
- [Bitmask] New library for keeping a bit mask efficiently

## [2.0.1] - 2021-03-11

### Changed

- Fix packaging procedure
- Fix packaging procedure

## [2.0.0] - 2021-02-26

### Added

- Deployment to Avalanche
- Deployment to Avalanche

### Changed

- [CartesiMath] Convert to library
- [CartesiMath] Convert to library

## [1.0.0] - 2020-12-02

### Changed

- [Instantiator] Remove deactivate method
- [Instantiator] Remove deactivate method

### Added

- Deployment to mainnet
- Deployment to mainnet

## [0.7.0] - 2020-11-26

### Added

- [WorkerManagerAuthManagerImpl] New implementation of WorkerManager and WorkerAuthManager in a single contract
- [WorkerManagerAuthManagerImpl] New implementation of WorkerManager and WorkerAuthManager in a single contract

## [0.6.2] - 2020-11-24

### Changed

- [CartesiMath] Update outdated artifact
- [CartesiMath] Update outdated artifact

## [0.6.1] - 2020-11-02

### Changed

- [CartesiMath] Update outdated artifact
- [CartesiMath] Update outdated artifact

## [0.6.0] - 2020-11-02

### Changed

- [CartesiMath] Turning CartesiMath into an abstract contract
- Dropping support for ropsten
- [CartesiMath] Turning CartesiMath into an abstract contract
- Dropping support for ropsten

## [0.5.2] - 2020-11-02

### Added

- Add TypeChain typings to npm package content
- Add TypeChain typings to npm package content

## [0.5.1] - 2020-11-02

### Added

- Add hardhat-deploy artifacts and lightweight abi
- Add hardhat-deploy artifacts and lightweight abi

## [0.5.0] - 2020-10-28

### Changed

- Migration to hardhat
- Migration to hardhat

## [0.4.2] - 2020-09-15

### Changed

- [WorkerManager] Add isPending method
- [WorkerManager] Add isPending method

## [0.4.1] - 2020-09-11

### Added

- Deployment to goerli
- Deployment to goerli

## [0.4.0] - 2020-09-11

### Changed

- Migrate to solidity 0.7
- Migrate to solidity 0.7

### Added

- [WorkerManager] First implementation
- Deployment to BSC
- [WorkerManager] First implementation
- Deployment to BSC

## [0.3.0] - 2020-06-09

### Changed

- Migrate to solidity 0.6
- Using OpenZeppelin and SafeMath
- [CartesiMath] First implementation
- Migrate to solidity 0.6
- Using OpenZeppelin and SafeMath
- [CartesiMath] First implementation

### Added

- CI build
- CI build

## [0.2.1] - 2020-03-31

### Change

- Adjust network gas configuration
- Adjust network gas configuration

## [0.2.0] - 2020-03-19

### Added

- Deployment to Matic
- Deployment to Matic

## [0.1.1] - 2019-12-12

### Changed

- Cleanup project dependencies
- Cleanup project dependencies

## [0.1.0] - 2019-12-09

### Added

- First public release
- First public release

[unreleased]: https://github.com/cartesi/solidity-util/compare/v3.0.0...HEAD
[unreleased]: https://github.com/cartesi/solidity-util/compare/v3.1.0...HEAD
[3.1.0]: https://github.com/cartesi/solidity-util/compare/v3.0.0...v3.1.0
[3.0.0]: https://github.com/cartesi/solidity-util/compare/v2.0.1...v3.0.0
[2.0.1]: https://github.com/cartesi/solidity-util/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/cartesi/solidity-util/compare/v1.0.0...v2.0.0
Expand Down

0 comments on commit 27fd91b

Please sign in to comment.