Add README for examples directory#1
Merged
bpdavenport merged 1 commit intoBitGo:masterfrom Aug 1, 2014
Merged
Conversation
bpdavenport
added a commit
that referenced
this pull request
Aug 1, 2014
Add README for examples directory
tylerlevine
pushed a commit
that referenced
this pull request
Oct 1, 2019
BG-11773: Skeleton implementation
tylerlevine
pushed a commit
that referenced
this pull request
Mar 25, 2020
A common use case in the front end is building a URL to a block explorer for a specific transaction, so a user can see the status of their transaction on chain. For some account coins, fees are paid from the Enterprise, instead of from the wallet itself. For those coins, we'd like to be able to: 1) Know that this is one of those coins where the enterprise pays fees 2) How to build an explorer URL so a user can look at the on chain balance of their Enterprise fee address This commit adds the ENTEPRISE_PAYS_FEES coin feature, and adds this feature to XTZ and ETH (the only two coins which currently pay fees from the Enterprise gas tank). This solves for case #1. This commit also adds a new optional field to `AccountNetwork` called `accountExplorerUrl`. This can be used for building urls just like the `explorerUrl`, and therefore solves case #2 above. Ticket: BG-19107
dhoffmann
pushed a commit
that referenced
this pull request
Apr 27, 2021
* Should be able to deal with incomplete P2SH/P2WSH inputs when allowIncomplete is set * add additional fixes to afk11's pull request
dhoffmann
pushed a commit
that referenced
this pull request
Apr 27, 2021
* Get _regtest.js file * Fix integration tests * Update supported node version in tests
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.
No description provided.