-
Notifications
You must be signed in to change notification settings - Fork 32
Conversation
Yes, will add something that prints a table in markdown. This can be copy & pasted to update the documentation. Be aware that this also requires changes in amino though. (everything related to the type info is currently not exported). |
How does this look to you:
|
updated the docs here: https://github.com/Liamsi/tendermint-1/blob/978277a4c18258a8aaa1a829c4924a31e96d9270/docs/spec/blockchain/encoding.md I'm wondering if we even need the "Notes" column? /cc @ebuchman |
Seems not, at least for now |
according to: tendermint/go-crypto#110 (comment)
OK, (manually) removed it in tendermint/tendermint#1662 |
@liamsi Let's fix for |
include an example, do not err check on info ... bur for empty info instead
…name # Conflicts: # Gopkg.lock # keys/keybase_test.go # signature_test.go
PTAL @xla |
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.
👍 🍡
Ref #84
@liamsi can you add #88 so we can get the updated info for the docs: https://github.com/tendermint/tendermint/blob/master/docs/spec/blockchain/encoding.md#pubkeyed25519
We can probably simplify those docs a bunch by just using a table instead of all the verbosity I have there now ...