Merged
Conversation
zeptin
reviewed
Jun 2, 2021
zeptin
reviewed
Jun 2, 2021
zeptin
reviewed
Jun 2, 2021
src/Stratis.Features.Unity3dApi/Controllers/Unity3dController.cs
Outdated
Show resolved
Hide resolved
zeptin
reviewed
Jun 2, 2021
src/Stratis.Features.Unity3dApi/Controllers/Unity3dController.cs
Outdated
Show resolved
Hide resolved
zeptin
reviewed
Jun 2, 2021
src/Stratis.Features.Unity3dApi/Controllers/Unity3dController.cs
Outdated
Show resolved
Hide resolved
Co-authored-by: zeptin <zeptin@gmail.com>
zeptin
approved these changes
Jun 3, 2021
zeptin
added a commit
to zeptin/StratisFullNode
that referenced
this pull request
Jun 15, 2021
* Added unity3d api feature * disable other controllers on unity api * add methods to unity api controller * cleanup * Cleanup and added api method * more cleanup * provide UTXOs for address * added sat value to utxos output * add sendtx endpoint * changed api return types for nswagger * upd controller * cleanup * added api method * fix per review * Update src/Stratis.Features.Unity3dApi/Controllers/Unity3dController.cs Co-authored-by: zeptin <zeptin@gmail.com> * fixes per review Co-authored-by: zeptin <zeptin@gmail.com>
fassadlr
pushed a commit
that referenced
this pull request
Aug 9, 2021
* Added unity3d api feature * disable other controllers on unity api * add methods to unity api controller * cleanup * Cleanup and added api method * more cleanup * provide UTXOs for address * added sat value to utxos output * add sendtx endpoint * changed api return types for nswagger * upd controller * cleanup * added api method * fix per review * Update src/Stratis.Features.Unity3dApi/Controllers/Unity3dController.cs Co-authored-by: zeptin <zeptin@gmail.com> * fixes per review Co-authored-by: zeptin <zeptin@gmail.com>
This file contains hidden or 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
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.
This PR adds API endpoints needed for unity3d client
To test this run node with
-txindex=1 -addressindex=1 -unityapi_enable=trueand go tohttp://localhost:44336/swagger/index.html