Support chia 1.8.2
Lot's of updates from 1.40 -> 1.8.2
Complete revamp of unit tests (thanks @KevinOnFrontEnd!!)
https://www.nuget.org/packages/chia-dotnet/2.0.0-beta01
What's Changed
- add missing excludeReorged field to GetBlocks API by @wizicer in #56
- raise exception when status isn't success by @wizicer in #59
- Bump YamlDotNet from 11.2.1 to 12.3.1 in /src/chia-dotnet by @dependabot in #65
- Bump Newtonsoft.Json from 13.0.1 to 13.0.2 in /src/chia-dotnet by @dependabot in #60
- Update README.md by @dkackman in #77
- Bump YamlDotNet from 12.3.1 to 13.1.1 in /src/chia-dotnet by @dependabot in #79
- remove rate limited wallet types and methods by @dkackman in #81
- Update dependabot.yml by @dkackman in #82
- Update README.md by @dkackman in #84
- update gitignore to ignore jetbrains .idea folder by @KevinOnFrontEnd in #85
- added initial get-block-spends by @KevinOnFrontEnd in #83
- Dto by @dkackman in #86
- Remove blockspend.cs and use existing model CoinSpend by @KevinOnFrontEnd in #87
- Key management by @dkackman in #88
- 1.6.2 by @dkackman in #90
- 1.6.2 by @dkackman in #91
- 1.6.2 by @dkackman in #92
- DL Methods by @dkackman in #93
- Update Config.cs by @joshpainter in #94
- NFT updates by @dkackman in #95
- Update dependabot.yml by @dkackman in #96
- Create devskim.yml by @dkackman in #97
- Update dotnet.yml by @dkackman in #99
- DID stuffs by @dkackman in #98
- Offer stuffs by @dkackman in #100
- Transaction Stuffs by @dkackman in #101
- Wallet stuffs by @dkackman in #102
- VC stuffs by @dkackman in #103
- make reusePuzhash nullable and default to null by @dkackman in #104
- replace ICollection with IEnumerable where possible by @dkackman in #107
- Test refactor by @dkackman in #126
- 2.0 alpha 3 by @dkackman in #128
- Bump YamlDotNet from 13.1.1 to 13.2.0 in /src/chia-dotnet by @dependabot in #132
- Fixes from unit tests by @dkackman in #139
- CalculateCoinName by @dkackman in #142
New Contributors
- @dependabot made their first contribution in #65
- @joshpainter made their first contribution in #94
Full Changelog: v1.4.0...v2.0.0