Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Hexxagon

Hexxagon provides infrastructure hosting to cosmos blockchains and web app development
Collective - Host: opensource - https://opencollective.com/hexxagon - Code: https://github.com/hexxagon-io

update glide abci/tmlibs to develop

github.com/hexxagon-io/cometbft - 0e68638af3fcac7af3289c3c308302b56d6277d6 authored almost 7 years ago by Ethan Buchman <[email protected]>
minor nit

github.com/hexxagon-io/cometbft - 737c30c19d43b12e132843d95f6250b216a9c215 authored almost 7 years ago by Ethan Buchman <[email protected]>
Merge pull request #1209 from tendermint/1205-fixes-for-p2p-memory-leak-and-pong

Fixes for p2p memory leak and pong

github.com/hexxagon-io/cometbft - d3e276bf80c3c9e5dcc17fe08cf47aad8ed20ea1 authored almost 7 years ago by Ethan Buchman <[email protected]>
Merge pull request #191 from tendermint/tm-1205-quit-method-added

Quit method was added to Service/BaseService

github.com/hexxagon-io/cometbft - bf70f5e273bd7dd6e22e64186cd1ccc4e3a03df1 authored almost 7 years ago by Ethan Buchman <[email protected]>
Merge pull request #150 from tendermint/tm-1205-add-quit-method-to-service

add Quit method to Service interface

github.com/hexxagon-io/cometbft - c858b3ba78316fdd9096a11409a7e7a493e7d974 authored almost 7 years ago by Ethan Buchman <[email protected]>
Minor package changes

github.com/hexxagon-io/cometbft - 9bd1f28b8d3085240b84ae6bb784f773ab307553 authored almost 7 years ago by Greg Szabo <[email protected]>
do not block when writing to pongTimeoutCh

Refs #1205

github.com/hexxagon-io/cometbft - fc585bcdecffc7f0854435c26ec68acc04915b08 authored almost 7 years ago by Anton Kaliaev <[email protected]>
fixes from Jae's review

1. remove pointer
2. add Quit() method to Service interface

github.com/hexxagon-io/cometbft - 2a24ae90c19677e1b94c6163081a552533de90a9 authored almost 7 years ago by Anton Kaliaev <[email protected]>
Quit method was added to Service/BaseService

Refs https://github.com/tendermint/tendermint/issues/1205

github.com/hexxagon-io/cometbft - 5913ae8960c7ae5d748c37aa060bd35c99ff8a05 authored almost 7 years ago by Anton Kaliaev <[email protected]>
add Quit method to Service interface

remove deprecated QuitService

github.com/hexxagon-io/cometbft - a57340ffb53aefb0fca1fc610d18fcbcc61b126f authored almost 7 years ago by Anton Kaliaev <[email protected]>
types/priv_validator: fixes for latest p2p and cmn

github.com/hexxagon-io/cometbft - 8da2a6a14780e8e0d489a3e0d49ecc5f09905a4f authored almost 7 years ago by Ethan Buchman <[email protected]>
Integrate privVal client with node secret

github.com/hexxagon-io/cometbft - 7d71e702d8e3f6cb78c432b8b95ecdc31d0a5f79 authored almost 7 years ago by Alexander Simmerl <[email protected]>
wip: fix code block in ADR

github.com/hexxagon-io/cometbft - d3218396691aae31f83713f10e54816090561b1e authored almost 7 years ago by Alexander Simmerl <[email protected]>
Harden tests

github.com/hexxagon-io/cometbft - 38d18ca11a5647889d1ad8ca1b3d53ed9627f6e1 authored almost 7 years ago by Alexander Simmerl <[email protected]>
Format and consolidate

github.com/hexxagon-io/cometbft - 32d9563a15376fccb208a1b5d37fdc4a973dcd2e authored almost 7 years ago by Alexander Simmerl <[email protected]>
Use secret connection

github.com/hexxagon-io/cometbft - 18f7e52562aa0b9fe5bc3fed4151d5475c9fa8e8 authored almost 7 years ago by Alexander Simmerl <[email protected]>
Correct server protocol

github.com/hexxagon-io/cometbft - fec541373d95dbb4684693110fce1f737a4a88ee authored almost 7 years ago by Alexander Simmerl <[email protected]>
wip: check error of wire read

github.com/hexxagon-io/cometbft - ff600e9aa0ebb472101b5ba453c8b389066bcf03 authored almost 7 years ago by Alexander Simmerl <[email protected]>
wip: Avoid underscore in var name

github.com/hexxagon-io/cometbft - a49357b19e58d866591c6e9b5f1441914e085668 authored almost 7 years ago by Alexander Simmerl <[email protected]>
wip: fix nil pointer deference

github.com/hexxagon-io/cometbft - 4b997c29ee98f2d91299f5ef30aad87d55802112 authored almost 7 years ago by Alexander Simmerl <[email protected]>
wip: Comment types

* add comments to all public types
* fix comments to adhere to comment standards

github.com/hexxagon-io/cometbft - c27fda09dd011785d84b050ce42e10b0245e271b authored almost 7 years ago by Alexander Simmerl <[email protected]>
wip: priv val via sockets

github.com/hexxagon-io/cometbft - 23eb84db3568a084a9e0938ab7b582af1ca5720e authored almost 7 years ago by Ethan Buchman <[email protected]>
adr-008-priv-validator

github.com/hexxagon-io/cometbft - bef91ea7fe8676dae26d259ee3e34b423dc9f7b1 authored almost 7 years ago by Ethan Buchman <[email protected]>
types/priv_validator

github.com/hexxagon-io/cometbft - 459633fb4c7b4d9bf2baa78a5829a6e470f0d46b authored almost 7 years ago by Ethan Buchman <[email protected]>
Merge pull request #1201 from tendermint/1022-do-not-enforce-1/3-val-changes

do not enforce 1/3 validator power change

github.com/hexxagon-io/cometbft - f1c84892703ba0894682a30defde0cb84a93ff88 authored almost 7 years ago by Ethan Buchman <[email protected]>
Merge pull request #1095 from tendermint/804-p2p-issues

[p2p] Pong Timeout

github.com/hexxagon-io/cometbft - 2d10c8f15bc55bd474d471ad3a4f1606d075d475 authored almost 7 years ago by Ethan Buchman <[email protected]>
do not enforce 1/3 validator power change

leave it to the app

Refs #1022

github.com/hexxagon-io/cometbft - 106cdb74e507932926db506fb7547333b82d5189 authored almost 7 years ago by Anton Kaliaev <[email protected]>
do not block in recvRoutine

github.com/hexxagon-io/cometbft - 22b038810aee12a0e4c647abb7ec1499c409c7b8 authored almost 7 years ago by Anton Kaliaev <[email protected]>
rewrite pong timer to use time.AfterFunc

github.com/hexxagon-io/cometbft - f4ff66de30232bb5c3f70d390843bbcab5543e8e authored almost 7 years ago by Anton Kaliaev <[email protected]>
fix merge conflicts

github.com/hexxagon-io/cometbft - 747b73cb95dab52ee1076ce83dcc92dca86ef93a authored almost 7 years ago by Anton Kaliaev <[email protected]>
fix race by sending signal instead of stopping pongTimer

github.com/hexxagon-io/cometbft - 45750e1b299f1cb230397ca6dd246cc993a32b70 authored almost 7 years ago by Anton Kaliaev <[email protected]>
refactor code plus add one more test

* extract stopPongTimer method
* TestMConnectionMultiplePings

github.com/hexxagon-io/cometbft - 26419fba28fd91bcf5dc90a4ea3135d7b600e4ca authored almost 7 years ago by Anton Kaliaev <[email protected]>
drain pongTimeoutCh and pongTimer's channel to prevent leaks

github.com/hexxagon-io/cometbft - ac0123d249c0220fadc8359d7da8b4f8d0de360f authored almost 7 years ago by Anton Kaliaev <[email protected]>
close return channel when we're done

Benchmark results:

```
BenchmarkSwitchBroadcast-2 30000 71275 ns/op
--- BEN...

github.com/hexxagon-io/cometbft - 161e100a24ef54cdbd630a241086400d3f8c7261 authored almost 7 years ago by Anton Kaliaev <[email protected]>
increase timeouts

github.com/hexxagon-io/cometbft - 3ae738f4533f5eb541d480fb678a5c556b5908ba authored almost 7 years ago by Anton Kaliaev <[email protected]>
remove TryBroadcast

github.com/hexxagon-io/cometbft - d14d4a252767c227bc57381d30bb7824bf18ac6e authored almost 7 years ago by Anton Kaliaev <[email protected]>
read ping

github.com/hexxagon-io/cometbft - 5834a598160928eefb50530ed408656b6ab98948 authored almost 7 years ago by Anton Kaliaev <[email protected]>
rename pingTimeout to pingInterval, pongTimer is now time.Timer

github.com/hexxagon-io/cometbft - b28b76ddf74280c3ebacfcf003d931977478b184 authored almost 7 years ago by Anton Kaliaev <[email protected]>
control order by sending msgs from one goroutine

github.com/hexxagon-io/cometbft - 4e2000abfe50b929a6a62f8131e7d509e66d3aa3 authored almost 7 years ago by Anton Kaliaev <[email protected]>
remove weird concurrency testing

github.com/hexxagon-io/cometbft - 860da464df1421d608f37b68bef4f182dd34bf6b authored almost 7 years ago by Anton Kaliaev <[email protected]>
remove SwitchEventNewPeer, SwitchEventDonePeer

github.com/hexxagon-io/cometbft - 5af22d6ee63efc507f207a702450afdaec171945 authored almost 7 years ago by zbo14 <[email protected]>
prep for merge

github.com/hexxagon-io/cometbft - f97ead4f5f189870876bde7495dbdadc72227af9 authored almost 7 years ago by zbo14 <[email protected]>
switch test modification

github.com/hexxagon-io/cometbft - 9b554fb2c43e5e1683658684acb1fafc9bcae0ec authored almost 7 years ago by zbo14 <[email protected]>
ping/pong timeout in config

github.com/hexxagon-io/cometbft - 91e4f4b7868f5ff7e7ba8449aa9aab8384fff12f authored almost 7 years ago by zbo14 <[email protected]>
add test, TrySend in broadcast

github.com/hexxagon-io/cometbft - 1d16df6a92222f6438065d912c03cf624dd6cb21 authored almost 7 years ago by zbo14 <[email protected]>
Merge pull request #1200 from tendermint/update-deps

Update tmlibs & protobuf deps

github.com/hexxagon-io/cometbft - e7bc9467604cef6a6e2ccf387ef8d2a24c463212 authored almost 7 years ago by Ethan Buchman <[email protected]>
Merge pull request #1194 from tendermint/1177-semantics-of-currate-low-msg

improve "curRate too low" message

github.com/hexxagon-io/cometbft - cf1e1f589910a9064b2377f55a14c799312ef59c authored almost 7 years ago by Ethan Buchman <[email protected]>
update protobuf

github.com/hexxagon-io/cometbft - 2f8372d62966895caeff20faf060bbb809166ad7 authored almost 7 years ago by Anton Kaliaev <[email protected]>
update tmlibs

github.com/hexxagon-io/cometbft - d84e4effce1e43781605f0dca21ac76543c357cf authored almost 7 years ago by Anton Kaliaev <[email protected]>
Fix RepeatTimer memory leak (#137)

fix RepeatTimer memory leak (Refs #137)

* test case

* drain channels on reset

Leaking m...

github.com/hexxagon-io/cometbft - 52ce4c20f8bc9b6da5fc1274bcce27c0b9dd738a authored almost 7 years ago by Anton Kaliaev <[email protected]>
revert back curRate != 0

github.com/hexxagon-io/cometbft - 0c1b91b7622356d2d276955554c6e25fa9a8477c authored almost 7 years ago by Anton Kaliaev <[email protected]>
remove curRate != 0

github.com/hexxagon-io/cometbft - c8990d06d940e774912ea0038600fff145ae8809 authored almost 7 years ago by Anton Kaliaev <[email protected]>
lower the minRecvRate

See https://github.com/tendermint/tendermint/issues/1177#issuecomment-363720118

github.com/hexxagon-io/cometbft - b0a55882b2c2c8c6ab62f3c672827ed431f16597 authored almost 7 years ago by Anton Kaliaev <[email protected]>
improve "curRate too low" message

Refs #1177

Note on labels:
KB - 1024
kB - 1000
https://ux.stackexchange.com/questions/13815/fil...

github.com/hexxagon-io/cometbft - d1fa44e8166351e981363b163beb6a21dd2db842 authored almost 7 years ago by Anton Kaliaev <[email protected]>
Merge pull request #1196 from tendermint/1149-TestReactorValidatorSetChanges-fails-non-deterministically

WIP: TestReactorValidatorSetChanges fails non deterministically

github.com/hexxagon-io/cometbft - 199ea409800d4433ffc3fd2e187c24c87596d40d authored almost 7 years ago by Ethan Buchman <[email protected]>
Merge pull request #1173 from tendermint/memory-leak-in-reconnect-to-peer-2

fix memory leak in mempool reactor

github.com/hexxagon-io/cometbft - 66fc476e1e8cd0bffcfe3f7dbcff798f55f554e2 authored almost 7 years ago by Ethan Buchman <[email protected]>
Merge pull request #139 from tendermint/expose-channel-on-clist

add waitCh as an alternative to waitGroup

github.com/hexxagon-io/cometbft - 82ab92da9ae7882390ae7d745781a857da04d858 authored almost 7 years ago by Ethan Buchman <[email protected]>
Merge pull request #1197 from tendermint/1155-seed-mode-flag

add seed_mode flag (`--p2p.seed_mode`)

github.com/hexxagon-io/cometbft - 6b347200d983b8a0e0bcc2ba3922bce542f172d0 authored almost 7 years ago by Ethan Buchman <[email protected]>
Merge pull request #1193 from tendermint/return-back-cmd-logging

With must be called on log.filter, otherwise "main" entries get filtered

github.com/hexxagon-io/cometbft - 8a908a7cf94b3b03eb1b4422d7f3e9f56bd5d93e authored almost 7 years ago by Ethan Buchman <[email protected]>
Merge pull request #1191 from tendermint/event-buffer-slice-clearing-on-flush

types: TxEventBuffer.Flush now uses capacity preserving slice clearing idiom

github.com/hexxagon-io/cometbft - 0bcc11c9bce68c2855dd07ee9b1ae209dd237c55 authored almost 7 years ago by Ethan Buchman <[email protected]>
Merge pull request #147 from tendermint/reduce-bitArray-fragility

common/BitArray: reduce fragility with methods

github.com/hexxagon-io/cometbft - 35bb398b1f6ab74461db72dd1287e3b90c92b707 authored almost 7 years ago by Ethan Buchman <[email protected]>
Merge pull request #1086 from tendermint/966-deterministic-tooling-for-releases

Distribution improvements (freeze glide version + get rid of gox)

github.com/hexxagon-io/cometbft - 0247a21a9372f1185fccafd138852fe9e0313015 authored almost 7 years ago by Ethan Buchman <[email protected]>
add seed_mode flag (`--p2p.seed_mode`)

github.com/hexxagon-io/cometbft - cf1f483526a28aa1f722a8000c56971475145e86 authored almost 7 years ago by Anton Kaliaev <[email protected]>
document that msgBytes in p2p/connection change

github.com/hexxagon-io/cometbft - 3f9aa8d8fa328fee897d0295fb8024f1cf67c9f4 authored almost 7 years ago by Anton Kaliaev <[email protected]>
do not reset pingTimer

don't bother with this "only ping when we havent heard from them". lets
just always ping every p...

github.com/hexxagon-io/cometbft - d6d1f8512d1ecb96034e081bd0cbe9d802b6faa2 authored almost 7 years ago by Anton Kaliaev <[email protected]>
write docs for Reactor interface

github.com/hexxagon-io/cometbft - 2b2c233977591dadc3646844afe61f1c7f579d49 authored almost 7 years ago by Anton Kaliaev <[email protected]>
add some p2p TODOs

github.com/hexxagon-io/cometbft - 7640e6a29fd43f4eef1f735487d4b59d62b2e7d3 authored almost 7 years ago by Ethan Buchman <[email protected]>
Updated go version to 1.9.4 on build

github.com/hexxagon-io/cometbft - ffb806f2b2d11f857d644691ed2fdcce668b46be authored almost 7 years ago by Greg Szabo <[email protected]>
With must be called on log.filter, otherwise "main" entries get filtered

Also, we should allow "main" module to log INFO messages like

```
I[02-07|07:57:25.074] Found p...

github.com/hexxagon-io/cometbft - b0ca8a0872b27c1518bb66f85fdaded40fbe6267 authored almost 7 years ago by Anton Kaliaev <[email protected]>
Merge pull request #1188 from ltfschoen/patch-1

Update getting-started.rst with Python 3 example

github.com/hexxagon-io/cometbft - 9e767771fc52bebce443834daed01093b495dc01 authored almost 7 years ago by Ethan Buchman <[email protected]>
common/BitArray: reduce fragility with methods

Fixes https://github.com/tendermint/tmlibs/issues/145
Fixes https://github.com/tendermint/tmlibs...

github.com/hexxagon-io/cometbft - 763dc2139300927522e1fc5aa5a1c7f777f6175a authored almost 7 years ago by Emmanuel Odeke <[email protected]>
deterministic tooling for releases

get rid of gox

build target builds inside docker, dev-build - locally

Revert "build target bui...

github.com/hexxagon-io/cometbft - 6c8d7a8c19bc3cbea627aed3b81bf1b93a96d445 authored almost 7 years ago by Anton Kaliaev <[email protected]>
types: TxEventBuffer.Flush now uses capacity preserving slice clearing idiom

Fixes https://github.com/tendermint/tendermint/issues/1189

For every TxEventBuffer.Flush() invo...

github.com/hexxagon-io/cometbft - 15ef57c6d083134cd3be0920a31139ecf9ba4bfc authored almost 7 years ago by Emmanuel Odeke <[email protected]>
Update getting-started.rst with Python 3 example

github.com/hexxagon-io/cometbft - f37c502fd82e581a21e668c4d636b4c7d0df9fc9 authored almost 7 years ago by Luke Schoen <[email protected]>
cleanup glide.yaml

github.com/hexxagon-io/cometbft - 945b0e6ecafaa8cf974262e518e21f0d1f19d8ed authored almost 7 years ago by Anton Kaliaev <[email protected]>
comment out tests for now

https://github.com/tendermint/tendermint/pull/1173#issuecomment-363173047

github.com/hexxagon-io/cometbft - 84a0a1987cc80fa1fa509f01d86ea113fc1ba1e6 authored almost 7 years ago by Anton Kaliaev <[email protected]>
rewrite broadcastTxRoutine to use channels

https://play.golang.org/p/gN21yO9IRs3

```
func waitWithCancel(f func() *clist.CElement, ctx con...

github.com/hexxagon-io/cometbft - 11b68f1934c1cbc038d06c6538a0ed57ab84788c authored almost 7 years ago by Anton Kaliaev <[email protected]>
fix memory leak in mempool reactor

Leaking goroutine:
```
114 @ 0x42f2bc 0x42f3ae 0x440794 0x4403b9 0x468002 0x9fe32d 0x9ff78f 0xa0...

github.com/hexxagon-io/cometbft - 202d9a2c0c0168a7c2dfcf60e69c80d16090a78a authored almost 7 years ago by Anton Kaliaev <[email protected]>
Merge pull request #142 from tendermint/ishex-fragility

common: IsHex should be able to handle 0X prefixed strings

github.com/hexxagon-io/cometbft - 19e818fdf79aa9290661acfe45a3f4dfd4e996a9 authored almost 7 years ago by Anton Kaliaev <[email protected]>
add waitCh as an alternative to waitGroup

new methods:
- [CList] WaitChan()
- [CElement] NextWaitChan()
- [CElement] PrevWaitChan()

Re...

github.com/hexxagon-io/cometbft - 91b41ddd59788ef800804b036f47eda73442b780 authored almost 7 years ago by Anton Kaliaev <[email protected]>
Merge pull request #1184 from tendermint/sdk2-tmlibs-abci

Updates for tmlibs and abci (sdk2)

github.com/hexxagon-io/cometbft - bf84e82577b3a7ec05bd50684266f0f8e3642dff authored almost 7 years ago by Ethan Buchman <[email protected]>
woops - bring back glide.lock file

github.com/hexxagon-io/cometbft - abca9a2d6134206e0e145a675c2bad6c15fec155 authored almost 7 years ago by Ethan Buchman <[email protected]>
minor fixes - tests pass

github.com/hexxagon-io/cometbft - d34286c421db76c4d4ff2b17f80a66386563c621 authored almost 7 years ago by Ethan Buchman <[email protected]>
add missing element (tag.Value) to keyForTag

encoded as %s. not sure this will work with raw bytes

github.com/hexxagon-io/cometbft - bb2bdbc0e1297fa5624f331bfdeab9a42bfe36f6 authored almost 7 years ago by Anton Kaliaev <[email protected]>
it compiles

github.com/hexxagon-io/cometbft - e7747f7d6633451b637fd26321728b13af297900 authored almost 7 years ago by Ethan Buchman <[email protected]>
replace data.Bytes with cmn.HexBytes

github.com/hexxagon-io/cometbft - 7a5060dc520e1b014570bd15e3f15c4f6f3f8d66 authored almost 7 years ago by Ethan Buchman <[email protected]>
remove use of wire/nowriter

github.com/hexxagon-io/cometbft - 426379dc47b8d179583f97305c21b4731dbefe04 authored almost 7 years ago by Ethan Buchman <[email protected]>
update for sdk2 libs. need to fix kv test

NOTE we only updating for tmlibs and abci

github.com/hexxagon-io/cometbft - cd0fd06b0d8eaecfc33fa64c664eda22ec54307e authored almost 7 years ago by Ethan Buchman <[email protected]>
update types

github.com/hexxagon-io/cometbft - 4e3488c677689ee48530c1f6088c771e8afb935d authored almost 7 years ago by Ethan Buchman <[email protected]>
update glide

github.com/hexxagon-io/cometbft - 061ad355bbaaaafedf452eba6803133aee87aee5 authored almost 7 years ago by Ethan Buchman <[email protected]>
lite: comment out iavl code - TODO #1183

github.com/hexxagon-io/cometbft - 2679b7554b0358e39bae4dae5845cedd4479c896 authored almost 7 years ago by Ethan Buchman <[email protected]>
Merge pull request #189 from tendermint/no-wire-crypto

remove go-wire and go-crypto deps

github.com/hexxagon-io/cometbft - 5a4f56056e23cdfd5f3733db056968e016468508 authored almost 7 years ago by Ethan Buchman <[email protected]>
remove go-wire and go-crypto deps

github.com/hexxagon-io/cometbft - 1148027bafff36fafa52b329e84822e2c8cf1b9a authored almost 7 years ago by Ethan Buchman <[email protected]>
Merge pull request #187 from tendermint/no-iavl

Remove IAVL dependency

github.com/hexxagon-io/cometbft - 21dd648732d2119f37eec73ec7744982ddf7d660 authored almost 7 years ago by Ethan Buchman <[email protected]>
example/dummy: remove iavl dep - just use raw db

github.com/hexxagon-io/cometbft - baea45177d5c404709d9d30c3458978f66d9d00e authored almost 7 years ago by Ethan Buchman <[email protected]>
Merge pull request #141 from tendermint/no-wire

merkle: remove go-wire dep by copying EncodeByteSlice

github.com/hexxagon-io/cometbft - deaaf014d8b8d1095054380a38b1b00e293f725f authored almost 7 years ago by Ethan Buchman <[email protected]>
common: IsHex should be able to handle 0X prefixed strings

IsHex should also successfully decode strings prefixed with
0X instead of only 0x strings.

Also...

github.com/hexxagon-io/cometbft - 951333ecb0c82d1022bd2fc49da63977f7378eb2 authored almost 7 years ago by Emmanuel Odeke <[email protected]>
merkle: remove go-wire dep by copying EncodeByteSlice

github.com/hexxagon-io/cometbft - d6d97889f21f5ff168de16191be0f9c937fef1f8 authored almost 7 years ago by Ethan Buchman <[email protected]>
types: check bufio.Reader

github.com/hexxagon-io/cometbft - 4450a20bde136c1ed462001073abe7253f8c934b authored almost 7 years ago by Ethan Buchman <[email protected]>
Merge pull request #184 from tendermint/sdk2

update for go-wire sdk2

github.com/hexxagon-io/cometbft - c617737e03d70d29b55517c72c1c8ed5bed45308 authored almost 7 years ago by Ethan Buchman <[email protected]>