-
-
Notifications
You must be signed in to change notification settings - Fork 5
Feat/abstractions #23
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
Changes from all commits
Commits
Show all changes
70 commits
Select commit
Hold shift + click to select a range
c8bb6b4
MintInfo
d4rp4t 6cb8812
cleanup
d4rp4t 2eb6ebb
Counter and CashuUtils
d4rp4t fc919e0
wip
d4rp4t 7c5c55e
ws wip
d4rp4t bbfc1cc
interfaces everywhere
d4rp4t d81df3d
wip + add restore
d4rp4t a98e9a9
wip
d4rp4t 8952d6b
sig_all
d4rp4t 06f5564
P2PK
d4rp4t b2b935d
HTLC
d4rp4t ae20f34
wip
d4rp4t 90ef68f
Nut10 Payment Request
d4rp4t f624a3e
NUT20
d4rp4t 05f57de
sig_all v2
d4rp4t 2500811
cleanup & bolt12
d4rp4t b071ccf
XMLDoc
d4rp4t 6cb0a14
Fix P2PkE serialization issue killing Token Encoding / Decoding
d4rp4t b36150a
use hidden methods by specyfing a inherited object type explictly.
d4rp4t bf64fd2
integration tests. htlc will likely fail for now.
d4rp4t 0aa2362
nut10 refractoring
d4rp4t c67de7a
fix OutputData
d4rp4t 55ebef1
fix namespaces
d4rp4t 267a931
Fix p2bk in abstraction layer.
d4rp4t 2c5f729
tests and bugs
d4rp4t 8c10a1f
try bump timeout
d4rp4t ee05ea8
p2bk htlc
d4rp4t 158448a
finish up xml docs
d4rp4t f2727d6
fixes
d4rp4t 4323a5d
fix: expired keysets
d4rp4t 2a8bcf4
don't assume the order of returned restored signatures
d4rp4t 1948606
Strip DLEQ and P2PkE before interacting with mint
d4rp4t ecff01b
Verify Proof after creation
d4rp4t 35a1b1d
fix bolt12
d4rp4t 7817346
add more tests
d4rp4t 50b3489
add counter getter
d4rp4t ff56229
add counter output for restore
d4rp4t 46d723a
make export counter async
d4rp4t 5f73a18
Make wallet and cashu http client disposable
d4rp4t 6d74434
add URI mint initialization
d4rp4t 36c6eca
Remove redundant converter
d4rp4t 90d5427
jsonignore on memo
d4rp4t e685e85
fix restore
d4rp4t 7e085b3
fix tests
d4rp4t 904b567
fix contact info
d4rp4t 5a912ae
fix counter to always be uint
d4rp4t f9c88e1
cleanup restorebuilder
d4rp4t be64d3a
CSharpier format
d4rp4t 1f6593f
fix coderabbit stuff
d4rp4t f08e709
fixes
d4rp4t 11a2330
add CheckMeltQuote to ICashuApi
d4rp4t af0234b
throw if dleq proof is null
d4rp4t 82cb804
rename P2PKBuilder.cs
d4rp4t 01e05f6
fix
d4rp4t 9d7254d
ws
d4rp4t bbb07ea
don't specify enumerable type in method params
d4rp4t 1e3f5b0
atomic counter operations
d4rp4t 5531a39
Update DotNut/Abstractions/SwapBuilder.cs
Kukks 44ce95d
Update DotNut/Abstractions/MintQuoteBuilder.cs
Kukks 09d9059
fix WithMint
d4rp4t b7aeb19
fix gitignore
d4rp4t c3ce049
fix todos
d4rp4t 9877c25
Add GetOutputs to MintHandlers
d4rp4t 078e721
update readme and fix failing tests
d4rp4t a0f76da
rebase
d4rp4t 37267a9
fix race condition in tests
d4rp4t cb49112
fix ws enums
d4rp4t 23aa085
close sub in integration tests
d4rp4t ced4d94
bump version to 2.0.0
d4rp4t 2c9117a
add blank outputs getter
d4rp4t 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| **/bin | ||
| **/obj | ||
| .idea | ||
| .idea | ||
| .vs | ||
| .vs | ||
| *.DotSettings.user |
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.
Uh oh!
There was an error while loading. Please reload this page.