Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* use environment to find home * is_running * dep updates * dep updates and lint * add data layer, AddMissingFiles, BatchUpdate * CreateDataStore * GetBlockSpends * get_fee_estimate * comment * new properties * PushTransactions * GetCoinRecordsByNames * GetSpendableCoins * NFTInfo fix (#76) * NFTInfo fix * Adding Id parameter and fix Infos for GetOfferSummary --------- Co-authored-by: Enache Dragos <[email protected]> * remove RLWallet add DL * update from main (#89) * Bump YamlDotNet from 11.2.1 to 12.3.1 in /src/chia-dotnet (#65) Bumps [YamlDotNet](https://github.com/aaubry/YamlDotNet) from 11.2.1 to 12.3.1. - [Release notes](https://github.com/aaubry/YamlDotNet/releases) - [Commits](aaubry/YamlDotNet@v11.2.1...v12.3.1) --- updated-dependencies: - dependency-name: YamlDotNet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump Newtonsoft.Json from 13.0.1 to 13.0.2 in /src/chia-dotnet (#60) Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 13.0.1 to 13.0.2. - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](JamesNK/Newtonsoft.Json@13.0.1...13.0.2) --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update README.md (#77) * Bump YamlDotNet from 12.3.1 to 13.1.1 in /src/chia-dotnet (#79) Bumps [YamlDotNet](https://github.com/aaubry/YamlDotNet) from 12.3.1 to 13.1.1. - [Release notes](https://github.com/aaubry/YamlDotNet/releases) - [Commits](aaubry/YamlDotNet@v12.3.1...v13.1.1) --- updated-dependencies: - dependency-name: YamlDotNet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * remove rate limited wallet types and methods (#81) * Update dependabot.yml (#82) * Update codeql-analysis.yml to v2 * Update README.md (#84) * Ignore jetbrains .idea folder https://rider-support.jetbrains.com/hc/en-us/articles/207097529-What-is-the-idea-folder- (#85) Co-authored-by: kev <kev@darkhorse> * added initial get-block-spends (#83) * added initial get-block-spends * Recommended PR changes --------- Co-authored-by: kev <kev@darkhorse> Co-authored-by: Don Kackman <[email protected]> * Dto (#86) * up through Mirror * first pass done * Remove blockspend.cs and use existing model CoinSpend (#87) Co-authored-by: kev <kev@darkhorse> * Key management (#88) * get_key * get_keys * set_label * delete_label --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: KevinOnFrontEnd <[email protected]> Co-authored-by: kev <kev@darkhorse> * remove duplicated GetBlockSpends * add new includePending * missing param * fix warnings * add_mirror * cancel offer * check_plugins * delete_key * delete_mirror * get_ancestors * get_keys * get_keys_values * get_kv_diff * get_local_root * get_mirrors * get_owned_stores * add codegen * all of data layer * fix VerifyOffer * Update dotnet.yml * update version stuff --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Blackcode <[email protected]> Co-authored-by: Enache Dragos <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: KevinOnFrontEnd <[email protected]> Co-authored-by: kev <kev@darkhorse>
- Loading branch information