Marko
|
363ea56680
|
abci: remove counter app (#6684)
* remove counter app
* remove unneeeded ci
* lint fix
* modify tx sizes
* cleanup docs
* Update abci/cmd/abci-cli/abci-cli.go
Co-authored-by: Callum Waters <cmwaters19@gmail.com>
* Update docs/app-dev/getting-started.md
Co-authored-by: Callum Waters <cmwaters19@gmail.com>
* Update docs/app-dev/getting-started.md
Co-authored-by: Callum Waters <cmwaters19@gmail.com>
* bring back comment
* migrate to kvstore and not persistent
* remove unused func
* test persistent
Co-authored-by: Callum Waters <cmwaters19@gmail.com>
|
3 years ago |
Aleksandr Bezobchuk
|
1dec3e139a
|
add stacktrace to panic logs (#6662)
|
3 years ago |
JayT106
|
d66d1ada5b
|
libs/CList: automatically detach the prev/next elements in Remove function (#6626)
closes #2207
Also added `Clear()` function if we want to clear whole elements in CList.
|
3 years ago |
Marko
|
f8dbbae55e
|
mempool: move errors to be public (#6613)
## Description
Move mempool errors to be public, this is used in handling abci error codes
|
3 years ago |
Sam Kleinman
|
917180dfd2
|
p2p: reduce buffering on channels (#6609)
Having smaller buffers in each reactor/channel will mean that there will be fewer stale messages.
|
3 years ago |
Sam Kleinman
|
ae5f98881b
|
p2p: make NodeID and NetAddress public (#6583)
|
3 years ago |
Sam Kleinman
|
a855f96946
|
p2p: renames for reactors and routing layer internal moves (#6547)
|
3 years ago |