Skip to content

Commit

Permalink
finish dust small coins function
Browse files Browse the repository at this point in the history
  • Loading branch information
forReason committed Mar 1, 2024
1 parent 1906727 commit 845d834
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHIA-RPC/CHIA-RPC.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Nullable>enable</Nullable>
<Platforms>AnyCPU;x64</Platforms>
<Title>CHIA-RPC library</Title>
<Version>2.1.4</Version>
<Version>2.2.0</Version>
<Authors>KryptoMine.ch, Julian Bechtold</Authors>
<Company>KryptoMine.ch</Company>
<Description>CHIA-RPC is a C# Nuget package that simplifies communication with the Chia client using RPC-JSON files. The package offers a wrapper for creating RPC objects and accessing RPC JSON via .ToString() or file I/O. It can be used with the HTTP-API, WebSocket API, or CLI of the Chia client.</Description>
Expand All @@ -19,7 +19,7 @@
<RepositoryUrl>https://github.com/KryptomineCH/CHIA-RPC</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>Chia;RPC;JSON;C#;.NET;NuGet;Cryptocurrency;Client;Wrapper;Transactions;HTTP;Serialization;Communication;Library;Endpoint;XCH</PackageTags>
<PackageReleaseNotes>2.1.4
<PackageReleaseNotes>2.2.0
- Implement Datalayer get_proof
- implement Datalayer verify_proof
- implement get_aggsig_additional_data
Expand All @@ -28,7 +28,7 @@
- added GetSortedCoins to GetSpendableCoins_Response
- added Bech32 helperFunctions
- Reverse engineered, fixed and tested send_transaction_multi

- add support for .net 8.0
- removed parameter from nft_nft_get_nfts according to documentation update

2.1.3
Expand Down

0 comments on commit 845d834

Please sign in to comment.