Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TeknoPT committed Oct 12, 2023
1 parent c4c883c commit e028b81
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,34 @@
# Phantasma Blockchain Changelog
All notable changes to this project will be documented in this file.

## Version 17 - 12 October, 2023
### Added

### Changed

### Fixed

## Version 16 - 12 October, 2023
### Added
- Added `docker-compose.yml` file to run the Phantasma Blockchain in a Docker container.
- Added `docker-entrypoint.sh` file to run the Phantasma Blockchain in a Docker container.
- Added `DockerfileTestnetDebug` file to help debug the Phantasma Blockchain in a Docker container.
- Added `DockerfileTestnetNodeBuilder` file to run the Phantasma Blockchain in a Docker container.
- Added `DockerfileNodeWin` file to build the Phantasma Blockchain.
- Added `wrapper-testnet-debug.sh` file to help debug the Phantasma Blockchain in a Docker container.
- Added a way to provide the `config.json` file as a parameter on startup.

### Changed
- Bumped version to 16.
- Upgrade to Simnet to increase the amount of SOUL and KCAL the user receives (Development only).
- Updated `Readme.md` file to include instructions on how to debug the Phantasma Blockchain.
- Updated `ABCIConnector.cs` file to check the CurrentBlock is null.

### Fixed
- Bug fixes to the ConsensusContract.
- Changed `Oracle.cs` to access directly the storage.
- Fixed `NexusValidator.cs` to get the validators from the storage.

## Version 15 - March 30, 2023
### Added

Expand Down

0 comments on commit e028b81

Please sign in to comment.