-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: successful JS client proof of concept #25
Merged
Merged
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
coolaj86
force-pushed
the
feat-proof-of-concept
branch
from
May 15, 2024 05:45
8aa5a45
to
564f9ee
Compare
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@dashevo/[email protected], npm/@mentoc/[email protected], npm/[email protected], npm/[email protected] |
coolaj86
force-pushed
the
feat-proof-of-concept
branch
7 times, most recently
from
May 15, 2024 06:40
1b13280
to
4dd8c0f
Compare
coolaj86
force-pushed
the
feat-proof-of-concept
branch
3 times, most recently
from
May 15, 2024 07:55
53156f3
to
a2fb751
Compare
- use rpc to select from MNs - getverack response - parse p2p message header - parse p2p version response - send verack - read full messages - get wallet + address info - fill and denominate wallet - create collateral tx - ping/pong + unit test - compose DSA and get responses - test DSA packing - senddsq - add fixtures from observed-working regtest traffic - pack DSI message - split denominations - create and test DSSU parser - create and test DSQ parser - add salt to wallets to create different 'users' - sort evonodes so all 'users' join the same evonode - add string time output for easy comparison / debugging - create and test packDsi - allow arbitrary whitespace in hex of test fixtures - get and parse DSF, add test fixtures - add known-working transaction to test fixtures - add Packer.packDss() - add test fixtures for known-good dsa, dsf, and dss messages - add first-ever ALL|ANYONECANPAY test fixtures
coolaj86
force-pushed
the
feat-proof-of-concept
branch
from
May 15, 2024 08:47
0ed3d8e
to
0aee64f
Compare
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 parsers and packs all of the messages necessary for a successful CoinJoin session using
SIGHASH_ALL
(withSIGHASH_ANYONECANPAY
soon to come).