-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dto #86
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dkackman
added a commit
that referenced
this pull request
Aug 3, 2023
* 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>
dkackman
added a commit
that referenced
this pull request
Aug 3, 2023
* 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 --------- 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>
dkackman
added a commit
that referenced
this pull request
Aug 4, 2023
* 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 --------- 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>
dkackman
added a commit
that referenced
this pull request
Aug 4, 2023
* 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>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bulk add all (or most) of the missing DTO types.
#80