Ecosyste.ms: OpenCollective

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

github.com/hexxagon-io/cometbft

CometBFT (fork of Tendermint Core): A distributed, Byzantine fault-tolerant, deterministic state machine replication engine
https://github.com/hexxagon-io/cometbft

fix merge conflicts

747b73cb95dab52ee1076ce83dcc92dca86ef93a authored almost 7 years ago
rename pingTimeout to pingInterval, pongTimer is now time.Timer

b28b76ddf74280c3ebacfcf003d931977478b184 authored almost 7 years ago
read ping

5834a598160928eefb50530ed408656b6ab98948 authored almost 7 years ago
ping/pong timeout in config

91e4f4b7868f5ff7e7ba8449aa9aab8384fff12f authored almost 7 years ago
switch test modification

9b554fb2c43e5e1683658684acb1fafc9bcae0ec authored almost 7 years ago
prep for merge

f97ead4f5f189870876bde7495dbdadc72227af9 authored almost 7 years ago
remove SwitchEventNewPeer, SwitchEventDonePeer

5af22d6ee63efc507f207a702450afdaec171945 authored almost 7 years ago
remove weird concurrency testing

860da464df1421d608f37b68bef4f182dd34bf6b authored almost 7 years ago
control order by sending msgs from one goroutine

4e2000abfe50b929a6a62f8131e7d509e66d3aa3 authored almost 7 years ago
add test, TrySend in broadcast

1d16df6a92222f6438065d912c03cf624dd6cb21 authored almost 7 years ago
Merge pull request #1200 from tendermint/update-deps

Update tmlibs & protobuf deps

e7bc9467604cef6a6e2ccf387ef8d2a24c463212 authored almost 7 years ago
Merge pull request #1194 from tendermint/1177-semantics-of-currate-low-msg

improve "curRate too low" message

cf1e1f589910a9064b2377f55a14c799312ef59c authored almost 7 years ago
update protobuf

2f8372d62966895caeff20faf060bbb809166ad7 authored almost 7 years ago
update tmlibs

d84e4effce1e43781605f0dca21ac76543c357cf authored almost 7 years ago
Fix RepeatTimer memory leak (#137)

fix RepeatTimer memory leak (Refs #137)

* test case

* drain channels on reset

Leaking m...

52ce4c20f8bc9b6da5fc1274bcce27c0b9dd738a authored almost 7 years ago
revert back curRate != 0

0c1b91b7622356d2d276955554c6e25fa9a8477c authored almost 7 years ago
remove curRate != 0

c8990d06d940e774912ea0038600fff145ae8809 authored almost 7 years ago
lower the minRecvRate

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

b0a55882b2c2c8c6ab62f3c672827ed431f16597 authored almost 7 years ago
improve "curRate too low" message

Refs #1177

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

d1fa44e8166351e981363b163beb6a21dd2db842 authored almost 7 years ago
Merge pull request #1196 from tendermint/1149-TestReactorValidatorSetChanges-fails-non-deterministically

WIP: TestReactorValidatorSetChanges fails non deterministically

199ea409800d4433ffc3fd2e187c24c87596d40d authored almost 7 years ago
Merge pull request #1173 from tendermint/memory-leak-in-reconnect-to-peer-2

fix memory leak in mempool reactor

66fc476e1e8cd0bffcfe3f7dbcff798f55f554e2 authored almost 7 years ago
Merge pull request #139 from tendermint/expose-channel-on-clist

add waitCh as an alternative to waitGroup

82ab92da9ae7882390ae7d745781a857da04d858 authored almost 7 years ago
Merge pull request #1197 from tendermint/1155-seed-mode-flag

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

6b347200d983b8a0e0bcc2ba3922bce542f172d0 authored almost 7 years ago
Merge pull request #1193 from tendermint/return-back-cmd-logging

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

8a908a7cf94b3b03eb1b4422d7f3e9f56bd5d93e authored almost 7 years ago
Merge pull request #1191 from tendermint/event-buffer-slice-clearing-on-flush

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

0bcc11c9bce68c2855dd07ee9b1ae209dd237c55 authored almost 7 years ago
Merge pull request #147 from tendermint/reduce-bitArray-fragility

common/BitArray: reduce fragility with methods

35bb398b1f6ab74461db72dd1287e3b90c92b707 authored almost 7 years ago
Merge pull request #1086 from tendermint/966-deterministic-tooling-for-releases

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

0247a21a9372f1185fccafd138852fe9e0313015 authored almost 7 years ago
add seed_mode flag (`--p2p.seed_mode`)

cf1f483526a28aa1f722a8000c56971475145e86 authored almost 7 years ago
document that msgBytes in p2p/connection change

3f9aa8d8fa328fee897d0295fb8024f1cf67c9f4 authored almost 7 years ago
do not reset pingTimer

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

d6d1f8512d1ecb96034e081bd0cbe9d802b6faa2 authored almost 7 years ago
write docs for Reactor interface

2b2c233977591dadc3646844afe61f1c7f579d49 authored almost 7 years ago
add some p2p TODOs

7640e6a29fd43f4eef1f735487d4b59d62b2e7d3 authored almost 7 years ago
Updated go version to 1.9.4 on build

ffb806f2b2d11f857d644691ed2fdcce668b46be authored almost 7 years ago
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...

b0ca8a0872b27c1518bb66f85fdaded40fbe6267 authored almost 7 years ago
Merge pull request #1188 from ltfschoen/patch-1

Update getting-started.rst with Python 3 example

9e767771fc52bebce443834daed01093b495dc01 authored almost 7 years ago
common/BitArray: reduce fragility with methods

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

763dc2139300927522e1fc5aa5a1c7f777f6175a authored almost 7 years ago
deterministic tooling for releases

get rid of gox

build target builds inside docker, dev-build - locally

Revert "build target bui...

6c8d7a8c19bc3cbea627aed3b81bf1b93a96d445 authored almost 7 years ago
types: TxEventBuffer.Flush now uses capacity preserving slice clearing idiom

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

For every TxEventBuffer.Flush() invo...

15ef57c6d083134cd3be0920a31139ecf9ba4bfc authored almost 7 years ago
Update getting-started.rst with Python 3 example

f37c502fd82e581a21e668c4d636b4c7d0df9fc9 authored almost 7 years ago
cleanup glide.yaml

945b0e6ecafaa8cf974262e518e21f0d1f19d8ed authored almost 7 years ago
comment out tests for now

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

84a0a1987cc80fa1fa509f01d86ea113fc1ba1e6 authored almost 7 years ago
rewrite broadcastTxRoutine to use channels

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

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

11b68f1934c1cbc038d06c6538a0ed57ab84788c authored almost 7 years ago
fix memory leak in mempool reactor

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

202d9a2c0c0168a7c2dfcf60e69c80d16090a78a authored almost 7 years ago
Merge pull request #142 from tendermint/ishex-fragility

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

19e818fdf79aa9290661acfe45a3f4dfd4e996a9 authored almost 7 years ago
add waitCh as an alternative to waitGroup

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

Re...

91b41ddd59788ef800804b036f47eda73442b780 authored almost 7 years ago
Merge pull request #1184 from tendermint/sdk2-tmlibs-abci

Updates for tmlibs and abci (sdk2)

bf84e82577b3a7ec05bd50684266f0f8e3642dff authored almost 7 years ago
woops - bring back glide.lock file

abca9a2d6134206e0e145a675c2bad6c15fec155 authored almost 7 years ago
minor fixes - tests pass

d34286c421db76c4d4ff2b17f80a66386563c621 authored almost 7 years ago
add missing element (tag.Value) to keyForTag

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

bb2bdbc0e1297fa5624f331bfdeab9a42bfe36f6 authored almost 7 years ago
it compiles

e7747f7d6633451b637fd26321728b13af297900 authored almost 7 years ago
replace data.Bytes with cmn.HexBytes

7a5060dc520e1b014570bd15e3f15c4f6f3f8d66 authored almost 7 years ago
remove use of wire/nowriter

426379dc47b8d179583f97305c21b4731dbefe04 authored almost 7 years ago
update for sdk2 libs. need to fix kv test

NOTE we only updating for tmlibs and abci

cd0fd06b0d8eaecfc33fa64c664eda22ec54307e authored almost 7 years ago
update types

4e3488c677689ee48530c1f6088c771e8afb935d authored almost 7 years ago
update glide

061ad355bbaaaafedf452eba6803133aee87aee5 authored almost 7 years ago
lite: comment out iavl code - TODO #1183

2679b7554b0358e39bae4dae5845cedd4479c896 authored almost 7 years ago
Merge pull request #189 from tendermint/no-wire-crypto

remove go-wire and go-crypto deps

5a4f56056e23cdfd5f3733db056968e016468508 authored almost 7 years ago
remove go-wire and go-crypto deps

1148027bafff36fafa52b329e84822e2c8cf1b9a authored almost 7 years ago
Merge pull request #187 from tendermint/no-iavl

Remove IAVL dependency

21dd648732d2119f37eec73ec7744982ddf7d660 authored almost 7 years ago
example/dummy: remove iavl dep - just use raw db

baea45177d5c404709d9d30c3458978f66d9d00e authored almost 7 years ago
Merge pull request #141 from tendermint/no-wire

merkle: remove go-wire dep by copying EncodeByteSlice

deaaf014d8b8d1095054380a38b1b00e293f725f authored almost 7 years ago
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...

951333ecb0c82d1022bd2fc49da63977f7378eb2 authored almost 7 years ago
merkle: remove go-wire dep by copying EncodeByteSlice

d6d97889f21f5ff168de16191be0f9c937fef1f8 authored almost 7 years ago
types: check bufio.Reader

4450a20bde136c1ed462001073abe7253f8c934b authored almost 7 years ago
Merge pull request #184 from tendermint/sdk2

update for go-wire sdk2

c617737e03d70d29b55517c72c1c8ed5bed45308 authored almost 7 years ago
add more versions to glide

d2845d923b870e9f4656a7e05c669e62ba489115 authored almost 7 years ago
update glide

700792bc10f108e83e86784402e0033266bf53be authored almost 7 years ago
update for go-wire sdk2

11d383f1c75b4602108b6b7e64344279e659cc02 authored almost 7 years ago
update glide again

4fc3055dbd17aa1203d0abc64b9293f378da22ec authored almost 7 years ago
update glide

1d7fc78ea171587e9e63da566d3da1b127bfd14c authored almost 7 years ago
update glide again

5a94049dbc076d447df4a9364e0aaf8e7ca2248a authored almost 7 years ago
update glide

9e897ab8b03501fd40d9286112d9b6705131ce40 authored almost 7 years ago
cli: WriteDemoConfig -> WriteConfigVals

690d6c60701758ab757d11ef674906f64e6b618d authored almost 7 years ago
Merge pull request #64 from tendermint/sdk2

Merge sdk2 into develop

4542cc5a7133a95c42f7b14726840806f30939ca authored almost 7 years ago
Merge pull request #123 from tendermint/sdk2

Merge sdk2 into develop

027c37281d0b19c17b8c2e35ba117254b11f32ba authored almost 7 years ago
DbBackend -> DBBackend

1b5176003a7733baed745dd9b9c153a0893ad46a authored almost 7 years ago
Bump tmlibs commit. Needs to be changed to develop as soon as tmlibs PR is merged

45b71f7d11214c35ae63dfb81f42c0da8db9e69e authored almost 7 years ago
Export DbBackendType in order to fix IAVL tests

cbc63518e589d6b0069f9750127fa83dd6ea5ee3 authored almost 7 years ago
Clean up glide.yaml

0391e499fb7881b164f70db24ce9f894cb6f5167 authored almost 7 years ago
Clean up glide.yaml

2e765462234e7749806cd00fa326acc25d704448 authored almost 7 years ago
Update go-wire to develop

6b2409f714c7cd8709be64dcdd98e51460335a70 authored almost 7 years ago
Merge pull request #140 from tendermint/sdk2-hashers-and-simple-map

Sdk2 hashers and simple map

95b53c80e1771be6b8c7083771a417e2a888c765 authored almost 7 years ago
Refactor string -> dbBackendType

f6dbe9ba054200d9d0753ac0407d1864f90a2b8d authored almost 7 years ago
lowercase memDB type key

9ccfe161ad47c9471796107d9a9a68322caf5960 authored almost 7 years ago
Remove unnecessary Byteser interface

b95cac5f4fbedd187a0503cc18452fd4092413e8 authored almost 7 years ago
Update SimpleMap to hash both keys and values for benefit; Hashable is Hasher; Don't assume go-wire

c75298e3594a0d5f0c88112fbc0543edb6212d5b authored almost 7 years ago
Glide update

7ef6d4b8132dc8e9bc035b6fa9311934c67d5f87 authored almost 7 years ago
Update to use tmlibs sdk2

4e2a275a67614a250f70adba2340cd463b24f06d authored almost 7 years ago
Revert "Update to use tmlibs sdk2"

This reverts commit ae58af0be534a5c344896461b97a6490d428deb4.
Breaks the tests.

6637c202bf7d5256caf8acb65070937cfd2e75a0 authored almost 7 years ago
use go-wire sdk2

cfbb9338bdad8f5b369b0e403eb428712860f1bb authored almost 7 years ago
Hashable -> Hasher; SimpleMap upgrade; No "SimpleHashFromBinary" (#128)

* Update SimpleMap to hash both keys and values for benefit; Hashable is Hasher; Don't assume go...

580c3db8f974ec771fd4d7b64b2bbf690002bc75 authored almost 7 years ago
Fix logical time (#122)

Should fix a nondeterministic bug so...

ff230682d1a058e2707600c4ba45a7fa6d6b39f5 authored almost 7 years ago
Remove encoding from common cli

bcd8d403dcef53c1fabf2521362c467459fabafc authored almost 7 years ago
Merge pull request #1180 from tendermint/1146-add-BFT-time-spec

Add BFT time spec

62c9cad4844f03274b8459b6369f5de1fd64f140 authored about 7 years ago
Add BFT time spec

4cbdbbaac93b7a0baa204cbb37be0119d1bd2fec authored about 7 years ago
GetByHeight switches between linear & binary search on >=50 items

* GetByHeight will now switch to using binary search once
we have >=50 items.
* Feedback from @...

9ed296ae711ec8d38f090d2681bc43e518e4f687 authored about 7 years ago
Fix spelling mistake

7790ae9e6f10739d973d1899898ff89331b5b65d authored about 7 years ago
lite: TestCacheGetsBestHeight with GetByHeight and GetByHeightBinarySearch

Addressing PR review requests from @melekes and @ebuchman to
add a test that checks that the hei...

2023115ff8e02791cc44e29337bdd94f7c8d9140 authored about 7 years ago
nolint

e8d0960cef549a65f63d161637f2688df809aded authored about 7 years ago
lite: < len(v) in for loop check, as per @melekes' recommendation

Also lazily load the commits to only be run once when
the benchmarks are activated, lest it slow...

206da7a1b8b0592e86bb099f748bfb2e46a15664 authored about 7 years ago