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

Commit

Permalink
3.6.0 (#900)
Browse files Browse the repository at this point in the history
* 3.6.0

* remove Travis logo
  • Loading branch information
superboyiii authored Sep 5, 2023
1 parent 868c053 commit 8901d89
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 12 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog
All notable changes to this project will be documented in this file.
## [3.6.0]

### Changed
- ([#848](https://github.com/neo-project/neo-node/pull/848/)) Featured log
- ([#888](https://github.com/neo-project/neo-node/pull/888/)) Update to net7.0
- ([#891](https://github.com/neo-project/neo-node/pull/891/)) Update Dockerfile to use dotnet 7.0

### Added
- ([#895](https://github.com/neo-project/neo-node/pull/895/)) add codeql

## [3.5.0]

Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
</p>

<p align="center">
<a href="https://travis-ci.org/neo-project/neo-node">
<img src="https://travis-ci.org/neo-project/neo-node.svg?branch=master" alt="Current TravisCI build status.">
</a>
<a href="https://github.com/neo-project/neo-node/blob/master/LICENSE">
<img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License">
</a>
Expand Down
3 changes: 2 additions & 1 deletion neo-cli/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"MemoryPoolMaxTransactions": 50000,
"MaxTraceableBlocks": 2102400,
"Hardforks": {
"HF_Aspidochelone": 1730000
"HF_Aspidochelone": 1730000,
"HF_Basilisk": 4120000
},
"InitialGasDistribution": 5200000000000000,
"ValidatorsCount": 7,
Expand Down
3 changes: 2 additions & 1 deletion neo-cli/config.mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"MemoryPoolMaxTransactions": 50000,
"MaxTraceableBlocks": 2102400,
"Hardforks": {
"HF_Aspidochelone": 1730000
"HF_Aspidochelone": 1730000,
"HF_Basilisk": 4120000
},
"InitialGasDistribution": 5200000000000000,
"ValidatorsCount": 7,
Expand Down
3 changes: 2 additions & 1 deletion neo-cli/config.testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"MemoryPoolMaxTransactions": 50000,
"MaxTraceableBlocks": 2102400,
"Hardforks": {
"HF_Aspidochelone": 210000
"HF_Aspidochelone": 210000,
"HF_Basilisk": 2680000
},
"InitialGasDistribution": 5200000000000000,
"ValidatorsCount": 7,
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-2023 The Neo Project</Copyright>
<AssemblyTitle>Neo.CLI</AssemblyTitle>
<Version>3.5.0</Version>
<Version>3.6.0</Version>
<Authors>The Neo Project</Authors>
<TargetFramework>net7.0</TargetFramework>
<AssemblyName>neo-cli</AssemblyName>
Expand All @@ -28,7 +28,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Neo" Version="3.5.0" />
<PackageReference Include="Neo" Version="3.6.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion neo-gui/neo-gui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Copyright>2016-2023 The Neo Project</Copyright>
<AssemblyTitle>Neo.GUI</AssemblyTitle>
<Version>3.5.0</Version>
<Version>3.6.0</Version>
<Authors>The Neo Project</Authors>
<OutputType>WinExe</OutputType>
<TargetFramework>net7.0-windows</TargetFramework>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
<PackageReference Include="MSTest.TestAdapter" Version="3.0.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.0.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="MSTest.TestAdapter" Version="3.1.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.1.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 8901d89

Please sign in to comment.