-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add new field to transaction messages for passphrase option #1
Comments
iketheadore
pushed a commit
that referenced
this issue
Sep 30, 2019
iketheadore
pushed a commit
that referenced
this issue
Sep 30, 2019
- help - install-deps-{go,js,nanopb} : Install dependencies for language-specific code generation - build-{go,js,nanopb} : Generate source for a given language
iketheadore
pushed a commit
that referenced
this issue
Sep 30, 2019
iketheadore
pushed a commit
that referenced
this issue
Sep 30, 2019
iketheadore
pushed a commit
that referenced
this issue
Sep 30, 2019
iketheadore
pushed a commit
that referenced
this issue
Sep 30, 2019
iketheadore
pushed a commit
that referenced
this issue
Sep 30, 2019
iketheadore
pushed a commit
that referenced
this issue
Sep 30, 2019
…. Move proto defs to proto/messages
iketheadore
pushed a commit
that referenced
this issue
Sep 30, 2019
iketheadore
pushed a commit
that referenced
this issue
Sep 30, 2019
iketheadore
pushed a commit
that referenced
this issue
Sep 30, 2019
…ars for protobuf in/out folders ... aimed at fixing https://travis-ci.com/skycoin/hardware-wallet-protob/jobs/181095515#L560-L578
iketheadore
pushed a commit
that referenced
this issue
Sep 30, 2019
iketheadore
pushed a commit
that referenced
this issue
Sep 30, 2019
iketheadore
pushed a commit
that referenced
this issue
Sep 30, 2019
iketheadore
pushed a commit
that referenced
this issue
Sep 30, 2019
iketheadore
pushed a commit
that referenced
this issue
Sep 30, 2019
iketheadore
pushed a commit
that referenced
this issue
Sep 30, 2019
iketheadore
pushed a commit
that referenced
this issue
Sep 30, 2019
iketheadore
pushed a commit
that referenced
this issue
Sep 30, 2019
iketheadore
pushed a commit
that referenced
this issue
Sep 30, 2019
... reported as an issue in https://travis-ci.com/skycoin/hardware-wallet-protob/jobs/181820169#L1638-L1649
iketheadore
pushed a commit
that referenced
this issue
Sep 30, 2019
iketheadore
pushed a commit
that referenced
this issue
Sep 30, 2019
refs #1 - Generate go classes from protobuffer specs
iketheadore
pushed a commit
that referenced
this issue
Sep 30, 2019
iketheadore
pushed a commit
that referenced
this issue
Sep 30, 2019
iketheadore
pushed a commit
that referenced
this issue
Sep 30, 2019
iketheadore
pushed a commit
that referenced
this issue
Sep 30, 2019
iketheadore
pushed a commit
that referenced
this issue
Sep 30, 2019
iketheadore
pushed a commit
that referenced
this issue
Sep 30, 2019
iketheadore
pushed a commit
that referenced
this issue
Sep 30, 2019
iketheadore
pushed a commit
that referenced
this issue
Sep 30, 2019
iketheadore
pushed a commit
that referenced
this issue
Sep 30, 2019
- Ignore changes in js/ckage-lock.json - Fix typos leading to not removing js/node_modules - Ensure c/ is cleaned correctly - Remove protoc zip file downloaded by ci-script/install-linux.sh
iketheadore
pushed a commit
that referenced
this issue
Sep 30, 2019
- C : .i .o .s - Py : .pyc .pyd .pyo ... reported in https://travis-ci.com/skycoin/hardware-wallet-protob/jobs/181865374#L2279-L2286
iketheadore
pushed a commit
that referenced
this issue
Sep 30, 2019
[ci] fixes #1 - Generate protobuffer classes for js, C , and Python
iketheadore
pushed a commit
that referenced
this issue
Sep 30, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@stdevAdrianPaez commented 19 days ago
Is your feature request related to a problem? Please describe.
For resolve issue skycoin/hardware-wallet#250 I need modify the transaction messages.
Describe the solution you'd like
Add to transaction messages a new boolean field indicating if passphrase is used to signing transaction or not.
Describe alternatives you've considered
I don't see another solution
Additional context
Need for skycoin/hardware-wallet#250
The text was updated successfully, but these errors were encountered: