Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
chore: update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gligneul committed Aug 16, 2023
1 parent 000abd0 commit 076b584
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,50 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.0] 2023-08-21

### Added

- Deployed ERC-1155 portals
- Added input relay interface and base contract
- Added InvalidClaimIndex error in History contract
- Added mainnets to rollups-cli
- Deployed contracts to mainnets arbitrum, optimism, and ethereum
- Added RPC\_URL environment variable during deployment
- Added Prometheus metrics to the dispatcher service
- Added Redis TLS support to the node
- Added Redis cluster support to the node
- Added AWS KMS to sign node transactions
- Added Web Identity support to the AWS KMS signer
- Added README for the node

### Changed

- Started using custom errors integration in contracts
- Fixed input size limit in InputBox contract
- Changed portals and relays inheritance to InputRelay
- Renamed inboxInputIndex to inputIndex in contracts
- Deployed contracts deterministically with CREATE2 factory
- Improve proof generation system for onchain tests
- Renamed fields in OutputValidityProof structure
- Renamed host-server-manager service to host-runner
- Renamed deployments image to rollups-deployments
- Fixed vouchers and notices proofs in host-runner
- Standardized health-check in node services
- Standardized node binary names to use `cartesi-node` prefix
- Updated @cartesi/util to 6.0.0
- Updated Debian version to bookworm in node Docker images
- Updated Rust version to 1.71.0 in node Docker images
- Updated gRPC interfaces to 0.14.0

### Removed

- Removed base portal and relay contracts and interfaces
- Removed ConsensusCreated event from Authority contract
- Removed IInputBox parameter from Authority constructor
- Removed grpc\_health\_check tool from node images
- Removed testnet deployments of goerli, polygon\_mumbai, bsc\_testnet, iotex\_testnet, and chiado

## [0.9.1] 2023-06-14

### Changed
Expand Down Expand Up @@ -185,6 +229,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Specific ERC-20 Portal
- Deprecated mock contracts

[1.0.0]: https://github.com/cartesi/rollups/releases/tag/v1.0.0
[0.9.1]: https://github.com/cartesi/rollups/releases/tag/v0.9.1
[0.9.0]: https://github.com/cartesi/rollups/releases/tag/v0.9.0
[0.8.2]: https://github.com/cartesi/rollups/releases/tag/v0.8.2
Expand Down

0 comments on commit 076b584

Please sign in to comment.