Added command line arguments to some tools to let us specify the location at which they are installed.#1
Open
curtislacy wants to merge 4 commits intograzcoin:masterfrom
curtislacy:Specify-Directory
Open
Added command line arguments to some tools to let us specify the location at which they are installed.#1curtislacy wants to merge 4 commits intograzcoin:masterfrom curtislacy:Specify-Directory
curtislacy wants to merge 4 commits intograzcoin:masterfrom
curtislacy:Specify-Directory
Conversation
added 2 commits
January 23, 2014 09:05
Owner
|
see comment on #2 (comment) |
Author
|
I understand what you're saying on #2, but this ends up being important when we package things up for easy install in https://github.com/LDEngine/msc-webwallet . See especially the install instructions in the next upcoming version of the README: https://github.com/curtislacy/msc-webwallet/blob/Fix-Transaction-Parsing/README.md The msc-webwallet product is currently a wrapper around the mastercoin-tools (new UI and some key management stuff is in the works), and we can only reuse the parse and validation tools in our own scripts if we can install them to a location other than the hard-coded default in the home directory). |
Changes the output of msc_validate to rename the sell offer files
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.
I needed this for curtislacy/omniwallet@9f4b769 - My installer puts the mastercoin-tools in a dependency modules directory, and not at the top of my home directory.