Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
v2.9.3 (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
vncoelho authored and erikzhang committed Dec 12, 2018
1 parent c629ca0 commit 7677797
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [2.9.3] - 2018-12-05
### Added
- Hash interop names to save space in compiled byte code.(smart contract)
- Add hot configurations for plugins.
- Add `changeAddress` option to `claim gas` CLI command.

### Changed
- Limit incoming P2P connections based on parameters.
- Improve performance of the p2p network for header and block propagation.

### Fixed
- Fixed an issue that could cause chain sync to get stuck.
- Fixed a display error after opening the wallet.
- Fixed bugs in the consensus algorithm.
- Fixed a minor bug in smart contract cost calculation.
- Catch exception in the UPnP layer when reconnecting or network error.

## [2.9.2] - 2018-11-16
### Added
- Add new plugin type: `IPersistencePlugin`.
Expand Down
4 changes: 2 additions & 2 deletions neo-cli/neo-cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Copyright>2016-2018 The Neo Project</Copyright>
<AssemblyTitle>Neo.CLI</AssemblyTitle>
<Version>2.9.2</Version>
<Version>2.9.3</Version>
<Authors>The Neo Project</Authors>
<TargetFramework>netcoreapp2.0</TargetFramework>
<AssemblyName>neo-cli</AssemblyName>
Expand All @@ -28,7 +28,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Neo" Version="2.9.2" />
<PackageReference Include="Neo" Version="2.9.3" />
</ItemGroup>

</Project>

0 comments on commit 7677797

Please sign in to comment.