Marko
5069a8822c
crypto: reword readme ( #5349 )
## Description
Reword the readme of the crypto package.
Closes: #XXX
4 years ago
Marko
99d88cbe2f
crypto: remove key suffixes ( #4941 )
## Description
- remove keyname suffix from keys
Closes : #2228
4 years ago
Erik Grinaker
66a544a640
Fix broken /docs/spec links ( #4376 )
5 years ago
Sunny Aggarwal
b0bb8a1437
crypto: add sr25519 signature scheme ( #4190 )
* sr25519
* added amino encoding
* fixed dependencies
* Apply suggestions from code review
Co-Authored-By: Tess Rinearson <tess.rinearson@gmail.com>
Co-Authored-By: Marko <marbar3778@yahoo.com>
* file structure
* Apply suggestions from code review
Co-Authored-By: Anton Kaliaev <anton.kalyaev@gmail.com>
* address @melekes and @marbar3778 review
* removed nolint
* CHANGELOG and go-schnorrkel mod update
5 years ago
k1sh0rek0ld
51a83f0826
Update README.md ( #4085 )
5 years ago
ValarDragon
f903947ff3
crypto: Remove interface from crypto.Signature
Signatures are now []byte, which saves on the number of bytes after
amino encoding
(squash this) address Ismail's comment
6 years ago
ValarDragon
99e582d79a
crypto: Refactor to move files out of the top level directory
Currently the top level directory contains basically all of the code
for the crypto package. This PR moves the crypto code into submodules
in a similar manner to what `golang/x/crypto` does. This improves code
organization.
Ref discussion: https://github.com/tendermint/tendermint/pull/1966
Closes #1956
6 years ago
Zach Ramsay
44dad6d70b
Revert "detele everything"
This reverts commit d02c5d1e30
.
6 years ago
Zach Ramsay
d02c5d1e30
detele everything
6 years ago
Alexander Simmerl
3e1baf68f8
crypto: Rename last traces of go-crypto ( #1786 )
Follow-up to #1782
6 years ago
Liamsi
587505d4d2
fix crypto tests
6 years ago
Ethan Frey
9016390a6e
Moved crypto code to top level again
8 years ago
Ethan Frey
17ed6d178d
move go-crypto files pre-keys merge
8 years ago
Ethan Buchman
083fe959e2
Update README [ci skip]
8 years ago
Ethan Buchman
fe92e62a19
merge go-events
8 years ago
Ethan Buchman
fdbb10827d
merge go-db
8 years ago
Ethan Buchman
a893bb119b
merge go-autofile
8 years ago
Anton Kaliaev
f285114579
add Erlang implementation to readme [ci skip] [circleci skip]
8 years ago
Adrian Brink
6bcbd14d5a
Add line counting badge
8 years ago
Jae Kwon
e49fdf7be7
Add HD functions
8 years ago
Ethan Buchman
af792eac77
readme: js-tmsp -> js-abci
8 years ago
Ethan Buchman
1a565b83ec
fix readme
8 years ago
Ethan Buchman
e6a5b060f9
update readme
8 years ago
Anton Kaliaev
b54b9b4ecc
update url to network monitor [ci skip] [circleci skip]
8 years ago
Anton Kaliaev
5d19a008ce
add Call method to WSClient, which does proper encoding of params
8 years ago
Anton Kaliaev
e6c083f589
rename ClientURI -> URIClient, ClientJSONRPC -> JSONRPCClient (Refs #4 )
8 years ago
Anton Kaliaev
cf11e6ba65
add CHANGELOG
8 years ago
Anton Kaliaev
e1d5873bdf
support key-value params in JSONRPC (Refs #1 )
More changes:
- remove Client interface (reason: empty)
- introduce HTTPClient interface, which can be used for both ClientURI
and ClientJSONRPC clients (so our users don't have to create their own) (Refs #8 )
- rename integration tests script to `integration_test.sh`
- do not update deps on `get_deps`
8 years ago
Anton Kaliaev
d3b54b204f
tm-monitor 0.1.0
8 years ago
Ethan Frey
a816ff0bab
Add test
8 years ago
Agnieszka Kramarek
b350b08021
Update README.md
Typo fixed
8 years ago
Wolf
d299afe630
Update: jTMSP -> jABCI
8 years ago
Jae Kwon
f81a9c647d
Update README.md
8 years ago
Ethan Buchman
31bdda27ad
Query: LastHeight -> Height :)
8 years ago
Ethan Buchman
b6afa8d85b
Query: Height -> LastHeight
8 years ago
Jae Kwon
5d673ecf31
Fix comment for BeginBlock hash
8 years ago
Ethan Buchman
dafcc3d3e3
fixes #38 and #59
8 years ago
Ethan Buchman
846e6d3bda
fix readme links [ci skip]
8 years ago
rigelrozanski
449a29b817
fixed README link for contributing guidelines
8 years ago
Jae Kwon
2a4894310d
Remove Proof message, replace with more flexible Query
8 years ago
Jae Kwon
4bdddf9829
First commit to demonstrate change
8 years ago
Jae Kwon
f94ae5eeed
TSP -> Socket
8 years ago
Ethan Frey
dde413d44b
Cleaned up text
8 years ago
Ethan Frey
732274b7f6
Add tests for client-server proofs over socket and grpc
8 years ago
Ethan Buchman
68ef6bc1bf
update README
8 years ago
Ethan Buchman
5189a2248d
TMSP -> ABCI
8 years ago
Ethan Buchman
c147b41013
TMSP -> ABCI
8 years ago
Ethan Buchman
80f377135b
AppendTx -> DeliverTx
8 years ago
Jae Kwon
b0a17b1804
Fix blog link
8 years ago
jac
5f6ad831b0
link to TMSP Blog post
8 years ago