-
Notifications
You must be signed in to change notification settings - Fork 0
Task/andrin/str 457 #126
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
Merged
Merged
Task/andrin/str 457 #126
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
3cc49ba
Merge pull request #70 from String-xyz/develop
saito-sv 1760116
Merge pull request #83 from String-xyz/develop
saito-sv e49194e
Merge pull request #85 from String-xyz/develop
saito-sv e45add8
Merge pull request #90 from String-xyz/develop
saito-sv 68a363c
Merge pull request #94 from String-xyz/develop
saito-sv ff5fa02
Merge pull request #96 from String-xyz/develop
saito-sv 41cca7e
Merge pull request #116 from String-xyz/develop
saito-sv fed6f03
Merge pull request #121 from String-xyz/develop
saito-sv 2298ee4
get instrument types sending properly again
ocasta181 9ada898
remove CustomData and empty LocationData
ocasta181 5366843
Turns out they lied...
ocasta181 e5d543d
replace ioutil.ReadAll with io.ReadAll (#122)
8e0348f
fix go build on CI (#123)
saito-sv fa72e18
use zero logs instead of log (#124)
saito-sv c1d0618
merge conflicts
ocasta181 42f6d31
get instrument types sending properly again
ocasta181 e44da5c
remove CustomData and empty LocationData
ocasta181 a400a25
Turns out they lied...
ocasta181 c58d751
rebase
ocasta181 662cfd3
remove new lines
ocasta181 b35c081
pull from master
ocasta181 afed4d6
replace ioutil.ReadAll with io.ReadAll (#122)
85648b1
get instrument types sending properly again
ocasta181 0235995
Turns out they lied...
ocasta181 886e8f1
pull from master
ocasta181 4322b71
Merge branch 'task/andrin/str-457' of github.com:String-xyz/string-ap…
ocasta181 7496a8f
merge
ocasta181 1d83844
allow nil device IPAddress
ocasta181 b7b451e
await unit21CreateInstrument
fbe79ee
refactor unit21 for dependency injection; create wallet instrument on…
ocasta181 0062875
merge conflicts
ocasta181 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
This file was deleted.
Oops, something went wrong.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,5 @@ type Services struct { | |
User User | ||
Verification Verification | ||
Device Device | ||
Unit21 Unit21 | ||
} |
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: If
CustomData
is a pointer, theres no need to explicitly passnil
. Zero value of a pointer isnil