Skip to content

Commit

Permalink
3.0.3 (#649)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikzhang authored Oct 8, 2021
1 parent 606bd27 commit dd81842
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 11 deletions.
4 changes: 2 additions & 2 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

<PropertyGroup>
<VersionPrefix>3.0.1</VersionPrefix>
<VersionPrefix>3.0.3</VersionPrefix>
<TargetFramework>net5.0</TargetFramework>
<RootNamespace>Neo.Plugins</RootNamespace>
<Authors>The Neo Project</Authors>
Expand All @@ -14,7 +14,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Neo" Version="3.0.2" />
<PackageReference Include="Neo" Version="3.0.3" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/OracleService/OracleService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<ItemGroup>
<PackageReference Include="Neo.ConsoleService" Version="1.0.0" />
<PackageReference Include="NeoFS.API" Version="3.0.0.1" />
<PackageReference Include="NeoFS.API" Version="3.0.3" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/RocksDBStore/RocksDBStore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="rocksdb" Version="6.19.3.19494" />
<PackageReference Include="rocksdb" Version="6.22.1.20635" />
</ItemGroup>

</Project>
1 change: 1 addition & 0 deletions src/RpcClient/Models/RpcNefFile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ public static NefFile FromJson(JObject json)
return new NefFile
{
Compiler = json["compiler"].AsString(),
Source = json["source"].AsString(),
Tokens = ((JArray)json["tokens"]).Select(p => RpcMethodToken.FromJson(p)).ToArray(),
Script = Convert.FromBase64String(json["script"].AsString()),
CheckSum = (uint)json["checksum"].AsNumber()
Expand Down
6 changes: 3 additions & 3 deletions tests/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.10.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.5" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.5" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.7" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.7" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion tests/Neo.Network.RPC.Tests/Neo.Network.RPC.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="5.10.3" />
<PackageReference Include="FluentAssertions" Version="6.1.0" />
<PackageReference Include="Moq" Version="4.16.1" />
<PackageReference Include="coverlet.collector" Version="3.1.0" />
</ItemGroup>
Expand Down
12 changes: 12 additions & 0 deletions tests/Neo.Network.RPC.Tests/RpcTestCases.json
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@
"nef": {
"magic": 860243278,
"compiler": "neo-core-v3.0",
"source": "",
"tokens": [],
"script": "APxBGvd7Zw==",
"checksum": 3155977747
Expand Down Expand Up @@ -482,6 +483,7 @@
"nef": {
"magic": 860243278,
"compiler": "neo-core-v3.0",
"source": "",
"tokens": [],
"script": "APxBGvd7Zw==",
"checksum": 3155977747
Expand Down Expand Up @@ -603,6 +605,7 @@
"nef": {
"magic": 860243278,
"compiler": "neo-core-v3.0",
"source": "",
"tokens": [],
"script": "AP1BGvd7Zw==",
"checksum": 3921333105
Expand Down Expand Up @@ -820,6 +823,7 @@
"nef": {
"magic": 860243278,
"compiler": "neo-core-v3.0",
"source": "",
"tokens": [],
"script": "AP1BGvd7Zw==",
"checksum": 3921333105
Expand Down Expand Up @@ -1037,6 +1041,7 @@
"nef": {
"magic": 860243278,
"compiler": "neo-core-v3.0",
"source": "",
"tokens": [],
"script": "D0Ea93tn",
"checksum": 3516775561
Expand Down Expand Up @@ -1206,6 +1211,7 @@
"nef": {
"magic": 860243278,
"compiler": "neo-core-v3.0",
"source": "",
"tokens": [],
"script": "AP5BGvd7Zw==",
"checksum": 3395482975
Expand Down Expand Up @@ -1303,6 +1309,7 @@
"nef": {
"magic": 860243278,
"compiler": "neo-core-v3.0",
"source": "",
"tokens": [],
"script": "AP1BGvd7Zw==",
"checksum": 3921333105
Expand Down Expand Up @@ -1507,6 +1514,7 @@
"nef": {
"magic": 860243278,
"compiler": "neo-core-v3.0",
"source": "",
"tokens": [],
"script": "APxBGvd7Zw==",
"checksum": 3155977747
Expand Down Expand Up @@ -1615,6 +1623,7 @@
"nef": {
"magic": 860243278,
"compiler": "neo-core-v3.0",
"source": "",
"tokens": [],
"script": "APtBGvd7Zw==",
"checksum": 1136340263
Expand Down Expand Up @@ -1796,6 +1805,7 @@
"nef": {
"magic": 860243278,
"compiler": "neo-core-v3.0",
"source": "",
"tokens": [],
"script": "APpBGvd7Zw==",
"checksum": 3289425910
Expand Down Expand Up @@ -1859,6 +1869,7 @@
"nef": {
"magic": 860243278,
"compiler": "neo-core-v3.0",
"source": "",
"tokens": [],
"script": "APlBGvd7Zw==",
"checksum": 3902663397
Expand Down Expand Up @@ -1967,6 +1978,7 @@
"nef": {
"magic": 860243278,
"compiler": "neo-core-v3.0",
"source": "",
"tokens": [],
"script": "APhBGvd7Zw==",
"checksum": 3740064217
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Akka.TestKit" Version="1.4.21" />
<PackageReference Include="Akka.TestKit.Xunit2" Version="1.4.21" />
<PackageReference Include="Akka.TestKit" Version="1.4.26" />
<PackageReference Include="Akka.TestKit.Xunit2" Version="1.4.26" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="5.10.3" />
<PackageReference Include="FluentAssertions" Version="6.1.0" />
</ItemGroup>

</Project>

0 comments on commit dd81842

Please sign in to comment.