Skip to content

Commit

Permalink
3.5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wizd committed Oct 8, 2022
1 parent 22dec95 commit 336afc0
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Core/Lyra.Core/Decentralize/ConsensusService.cs
Expand Up @@ -429,8 +429,8 @@ private async Task<ILyraAPI> CreateAggregatedClientAsync()
if ("mainnet" == Settings.Default.LyraNode.Lyra.NetworkId)
{
useSeedOnly = true;
var client1 = new LyraRestClient("", "", "", $"https://seed2.mainnet.lyra.live:5504/api/Node/");
return client1;
//var client1 = new LyraRestClient("", "", "", $"https://seed2.mainnet.lyra.live:5504/api/Node/");
//return client1;
}

var client = new LyraAggregatedClient(Settings.Default.LyraNode.Lyra.NetworkId, useSeedOnly, _sys.PosWallet.AccountId);
Expand Down
2 changes: 1 addition & 1 deletion Core/Lyra.Data/Lyra.Data.csproj
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Version>3.5.0.1</Version>
<Version>3.5.0.2</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>Wizard Young</Authors>
<Company>Lyra.Live</Company>
Expand Down
Expand Up @@ -9,7 +9,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<PublishProvider>ContainerRegistry</PublishProvider>
<DockerPublish>true</DockerPublish>
<RegistryUrl>https://registry.hub.docker.com/wizdy</RegistryUrl>
<PublishImageTag>3.5.0.1</PublishImageTag>
<PublishImageTag>3.5.0.2</PublishImageTag>
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
<LastUsedPlatform>Any CPU</LastUsedPlatform>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions Docker/docker-compose-dualnet.yml
Expand Up @@ -15,7 +15,7 @@ services:
- ./init-mongo.sh:/docker-entrypoint-initdb.d/init-mongo.sh

mainnet:
image: wizdy/lyranoded:3.5.0.1
image: wizdy/lyranoded:3.5.0.2
restart: always
environment:
ASPNETCORE_Kestrel__Certificates__Default__Password: $HTTPS_CERT_PASSWORD
Expand All @@ -41,7 +41,7 @@ services:
- mongo

testnet:
image: wizdy/lyranoded:3.5.0.1
image: wizdy/lyranoded:3.5.0.2
restart: always
environment:
ASPNETCORE_Kestrel__Certificates__Default__Password: $HTTPS_CERT_PASSWORD
Expand Down
2 changes: 1 addition & 1 deletion Docker/docker-compose.yml
Expand Up @@ -15,7 +15,7 @@ services:
- ./init-mongo.sh:/docker-entrypoint-initdb.d/init-mongo.sh

noded:
image: wizdy/lyranoded:3.5.0.1
image: wizdy/lyranoded:3.5.0.2
restart: always
environment:
ASPNETCORE_Kestrel__Certificates__Default__Password: $HTTPS_CERT_PASSWORD
Expand Down

0 comments on commit 336afc0

Please sign in to comment.