forked from bitpay/bitcore
-
Notifications
You must be signed in to change notification settings - Fork 1
Fb takyoon onchain message #58
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
Open
takYoon
wants to merge
13
commits into
master
Choose a base branch
from
fb-takyoon-onchain-message
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
caa5346
commit config
takYoon c532000
Merge branch 'master' into fb-takyoon-backup-config
takYoon 0813ba3
Merge branch 'master' into fb-takyoon-backup-config
takYoon 5e3a34e
Merge branch 'fb-takyoon-backup-config' into fb-takyoon-test-ouptut
4770571
tmp commit
8a3766f
tmp commit
takYoon 55bdc3f
update code for message
takYoon 71e4c80
update commit
takYoon c35e2eb
Merge branch 'master' into fb-takyoon-onchain-message
takYoon de33a7e
remove unused code
takYoon a0dc54d
format code
takYoon f108c8f
format code
takYoon 482b363
bump version for bỉtcore
takYoon 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,7 @@ | |
| "engines": { | ||
| "node": ">=8.0.0" | ||
| }, | ||
| "version": "8.25.33", | ||
| "version": "8.25.34", | ||
| "author": "Justin Langston <[email protected]>", | ||
| "main": "./ts_build/index.js", | ||
| "types": "./ts_build/index.d.ts", | ||
|
|
@@ -25,7 +25,7 @@ | |
| }, | ||
| "dependencies": { | ||
| "@abcpros/bitcore-mnemonic": "^8.25.33", | ||
| "@abcpros/crypto-wallet-core": "^8.25.35", | ||
| "@abcpros/crypto-wallet-core": "^8.25.36", | ||
| "JSONStream": "~1.3.1", | ||
| "async": "2.5.0", | ||
| "bcrypt": "3.0.8", | ||
|
|
||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,7 @@ | |
| "engines": { | ||
| "node": ">=8.0.0" | ||
| }, | ||
| "version": "8.25.38", | ||
| "version": "8.25.39", | ||
| "author": "Justin Langston <[email protected]>", | ||
| "contributors": [ | ||
| "Justin Langston <[email protected]>", | ||
|
|
@@ -92,20 +92,20 @@ | |
| "typescript-eslint-parser": "15.0.0" | ||
| }, | ||
| "dependencies": { | ||
| "@abcpros/bitcore-client": "^8.25.33", | ||
| "@abcpros/bitcore-client": "^8.25.34", | ||
| "@abcpros/bitcore-lib": "^8.25.32", | ||
| "@abcpros/bitcore-lib-cash": "^8.25.32", | ||
| "@abcpros/bitcore-lib-doge": "^8.25.32", | ||
| "@abcpros/bitcore-lib-ltc": "^8.25.32", | ||
| "@abcpros/bitcore-lib-xec": "^8.25.37", | ||
| "@abcpros/bitcore-lib-xpi": "^8.25.37", | ||
| "@abcpros/bitcore-lib-xpi": "^8.25.38", | ||
| "@abcpros/bitcore-p2p": "^8.25.32", | ||
| "@abcpros/bitcore-p2p-cash": "^8.25.32", | ||
| "@abcpros/bitcore-p2p-doge": "^8.25.32", | ||
| "@abcpros/bitcore-p2p-xec": "^8.25.34", | ||
| "@abcpros/bitcore-p2p-xpi": "^8.25.33", | ||
| "@abcpros/bitcore-wallet-client": "^8.25.40", | ||
| "@abcpros/crypto-wallet-core": "^8.25.35", | ||
| "@abcpros/bitcore-p2p-xpi": "^8.25.34", | ||
| "@abcpros/bitcore-wallet-client": "^8.25.41", | ||
| "@abcpros/crypto-wallet-core": "^8.25.36", | ||
| "JSONStream": "~1.3.1", | ||
| "abi-decoder": "^2.0.4", | ||
| "body-parser": "1.18.3", | ||
|
|
@@ -117,6 +117,7 @@ | |
| "lru-cache": "4.1.3", | ||
| "mkdirp": "0.5.1", | ||
| "mongodb": "3.1.1", | ||
| "node-forge": "^1.3.1", | ||
| "progress": "2.0.0", | ||
| "request": "2.88.0", | ||
| "ripple-lib": "1.4.2", | ||
|
|
||
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.
Can we put the lokad id to constant instead of hardcode