-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
High-level comments on major files #1
Milestone
Comments
maxtaco
added a commit
that referenced
this issue
Feb 24, 2015
Try yet another strategy for packing arguments in Msgpack RPC. All arguments are of the form [{params}], and therefore are listed by name. This is true for 0, 1, and 2+ length argument lists. The same consistent format is used in all. The issue with the array-based approach is that it's pretty fragile if arguments are added or deprecated. cc: @gabriel
maxtaco
added a commit
that referenced
this issue
Dec 21, 2017
ghost
mentioned this issue
Aug 31, 2018
maxtaco
added a commit
that referenced
this issue
Oct 11, 2018
- the way the auditor is written, we don't actually need intermediate subchains to start with unstubbed links - we still need link #1 to be unstubbed
maxtaco
added a commit
that referenced
this issue
Oct 11, 2018
- the way the auditor is written, we don't actually need intermediate subchains to start with unstubbed links - we still need link #1 to be unstubbed
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue by maxtaco
Wednesday Oct 08, 2014 at 19:46 GMT
Originally opened as https://github.com/keybase/go-libkb/issues/2
Comments needed on the major libraries, like globals.go and interfaces.go.
The text was updated successfully, but these errors were encountered: