Skip to content

Commit c291ad7

Browse files
committed
update eos-sharp:
Implement SignTransaction, BroadcastTransaction Allow requiredKeys override Implement CombinedSignerProvider to allow for multiple combined signatureProviders to sign the same transaction.
1 parent b430c1a commit c291ad7

File tree

4 files changed

+13
-9
lines changed

4 files changed

+13
-9
lines changed

Diff for: ScatterSharp/ScatterSharp.EosProvider/ScatterSharp.EosProvider.csproj

+6-4
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,12 @@
2929
<TargetsForTfmSpecificBuildOutput>$(TargetsForTfmSpecificBuildOutput);CopyProjectReferencesToPackage</TargetsForTfmSpecificBuildOutput>
3030
<!-- include PDBs in the NuGet package -->
3131
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
32-
<Version>1.1.0</Version>
33-
<AssemblyVersion>1.1.0.0</AssemblyVersion>
34-
<FileVersion>1.1.0.0</FileVersion>
35-
<PackageReleaseNotes>eos-sharp: Implement TAPoS ref block with blocks behind
32+
<Version>1.1.2</Version>
33+
<AssemblyVersion>1.1.2.0</AssemblyVersion>
34+
<FileVersion>1.1.2.0</FileVersion>
35+
<PackageReleaseNotes>eos-sharp: Implement SignTransaction, BroadcastTransaction
36+
eos-sharp: Allow requiredKeys override
37+
eos-sharp: Implement CombinedSignerProvider to allow for multiple combined signatureProviders to sign the same transaction.
3638

3739
</PackageReleaseNotes>
3840
</PropertyGroup>

Diff for: ScatterSharp/ScatterSharp/ScatterSharp.csproj

+6-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@
1313
<RepositoryUrl>https://github.com/GetScatter/scatter-sharp</RepositoryUrl>
1414
<RepositoryType>git</RepositoryType>
1515
<PackageTags>EOS, NetStandard, secp256k1, Blockchain, Scatter</PackageTags>
16-
<AssemblyVersion>2.1.0.0</AssemblyVersion>
17-
<FileVersion>2.1.0.0</FileVersion>
18-
<PackageReleaseNotes>eos-sharp: Implement TAPoS ref block with blocks behind</PackageReleaseNotes>
19-
<Version>2.1.0</Version>
16+
<AssemblyVersion>2.1.2.0</AssemblyVersion>
17+
<FileVersion>2.1.2.0</FileVersion>
18+
<PackageReleaseNotes>eos-sharp: Implement SignTransaction, BroadcastTransaction
19+
eos-sharp: Allow requiredKeys override
20+
eos-sharp: Implement CombinedSignerProvider to allow for multiple combined signatureProviders to sign the same transaction.</PackageReleaseNotes>
21+
<Version>2.1.2</Version>
2022
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
2123
</PropertyGroup>
2224

Diff for: Unity3D/scatter-sharp.unitypackage

34 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)