https://github.com/tendermint/tendermint
Revision ff786515b8cc56dae299326040dd1bd65c829fbf authored by Callum Waters on 03 March 2020, 12:00:06 UTC, committed by GitHub on 03 March 2020, 12:00:06 UTC
* add new net client

* hijack example test

* lint fixes

* reorganised file structure

* renamed funcs and added documentation

* implemented suggested changes

* restored example tests

* edited comments

* Update lite2/setup.go

Co-Authored-By: Bot from GolangCI <42910462+golangcibot@users.noreply.github.com>

* Update lite2/client.go

* lite cmds use HTTP client

* better naming

* Delete go.sum

* Delete go.mod

* restore go mod

* restore go.sum

* fix double import

Co-authored-by: Anton Kaliaev <anton.kalyaev@gmail.com>
Co-authored-by: Bot from GolangCI <42910462+golangcibot@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent c518a06
History
Tip revision: ff786515b8cc56dae299326040dd1bd65c829fbf authored by Callum Waters on 03 March 2020, 12:00:06 UTC
lite: add helper functions for initiating the light client (#4486)
Tip revision: ff78651
File Mode Size
.circleci
.github
DOCKER
abci
behaviour
blockchain
cmd
config
consensus
crypto
docs
evidence
libs
lite
lite2
mempool
mock
networks
node
p2p
privval
proxy
rpc
scripts
state
store
test
third_party
tools
types
version
.editorconfig -rw-r--r-- 280 bytes
.gitignore -rw-r--r-- 528 bytes
.golangci.yml -rw-r--r-- 1.1 KB
.mergify.yml -rw-r--r-- 235 bytes
CHANGELOG.md -rw-r--r-- 143.2 KB
CHANGELOG_PENDING.md -rw-r--r-- 981 bytes
CODE_OF_CONDUCT.md -rw-r--r-- 4.9 KB
CONTRIBUTING.md -rw-r--r-- 11.0 KB
LICENSE -rw-r--r-- 11.1 KB
Makefile -rw-r--r-- 7.9 KB
PHILOSOPHY.md -rw-r--r-- 7.5 KB
README.md -rw-r--r-- 7.5 KB
SECURITY.md -rw-r--r-- 1.7 KB
UPGRADING.md -rw-r--r-- 18.5 KB
Vagrantfile -rw-r--r-- 2.0 KB
appveyor.yml -rw-r--r-- 251 bytes
buf.yaml -rw-r--r-- 205 bytes
codecov.yml -rw-r--r-- 330 bytes
docker-compose.yml -rw-r--r-- 1.3 KB
dredd.yml -rw-r--r-- 700 bytes
go.mod -rw-r--r-- 1.2 KB
go.sum -rw-r--r-- 54.8 KB
tests.mk -rw-r--r-- 3.9 KB
tools.mk -rw-r--r-- 3.9 KB

README.md

back to top