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 changelog [ci skip]

github.com/hexxagon-io/cometbft - 3a672cb2a904a491a2a257d0eb0b3bcab834d5f7 authored almost 7 years ago
fix panic: lookup testing on 10.0.2.3:53: no such host

github.com/hexxagon-io/cometbft - 4b8e342309e25c801b6295313bb234c2a9c356d2 authored almost 7 years ago
use combination of IP and port, not just IP

github.com/hexxagon-io/cometbft - 5a2fa71b033c576177060845c49b995af820668a authored almost 7 years ago
update to tmlibs v0.8.1

github.com/hexxagon-io/cometbft - 59ca9bf480b167ba3a17b4e6e3ed3f3b52b14a8a authored almost 7 years ago
Merge pull request #1352 from tendermint/1228-require-id

p2p: require all addresses come with an ID no matter what

github.com/hexxagon-io/cometbft - 7cce07bc99869b4e66953787cda868ae721908c5 authored almost 7 years ago
Merge pull request #1420 from tendermint/1414-data-race

protect Record* peerStateStats functions by mutex

github.com/hexxagon-io/cometbft - 0ae66f75ce9987db9042fcd0fbb582aac51d4e7f authored almost 7 years ago
Fix blockchain tests

github.com/hexxagon-io/cometbft - 1b9323f1056cbbf5fc5083cc8e321ceec2e7d6bf authored almost 7 years ago
Add IsEmpty; Publish 0.8.1

github.com/hexxagon-io/cometbft - 2e24b64fc121dcdf1cabceab8dc2f7257675483c authored almost 7 years ago
https://github.com/tendermint/tendermint/pull/1128#discussion_r162799294

Refs #1130

github.com/hexxagon-io/cometbft - 1585152341cabf966381dcb5cd984e3a1c579633 authored almost 7 years ago
defaultSeedDisconnectWaitPeriod should be at least as long as we expect

it to take for a peer to become MarkGood

Refs #1130

github.com/hexxagon-io/cometbft - 8e699c2bfdeed06a9994e6ca8568457789132a7c authored almost 7 years ago
GetSelectionWithBias

Refs #1130

github.com/hexxagon-io/cometbft - cee7b5cb5411b3ee94f82d7d0be5fde42df5bf36 authored almost 7 years ago
require addresses to have an ID by default

Refs #1228

github.com/hexxagon-io/cometbft - 904a3115a623ad0b7a30d87d3472339ae7d1b5dc authored almost 7 years ago
protect Record* peerStateStats functions by mutex

Fixes #1414

DATA RACE:
```
Read at 0x00c4214ee940 by goroutine 146:
github.com/tendermint/ten...

github.com/hexxagon-io/cometbft - a506cf47add829f72224531f173526e84af4826b authored almost 7 years ago
Merge pull request #1378 from tendermint/bucky/disable-test-libs

comment out test_libs because of gcc dep in tmlibs

github.com/hexxagon-io/cometbft - 7689c15413350264b7c4e4a6db8a104c89c190c0 authored almost 7 years ago
Net_info should print the ID of peers (#1312)

github.com/hexxagon-io/cometbft - f907113c197a296e448d3734d26e8a06ec1cba6b authored almost 7 years ago
Merge pull request #1406 from tendermint/docker

Update dockerfile and readme

github.com/hexxagon-io/cometbft - 140f962201e2479820d916dd1cd4caefad1e0d0b authored almost 7 years ago
Merge pull request #1391 from tendermint/581-include-validator-power

Include validator power in /status

github.com/hexxagon-io/cometbft - c23d907f1243b640f8cb29f3b8b5b170583663ac authored almost 7 years ago
Add import/export of public keys #79

github.com/hexxagon-io/cometbft - 9c02c8ce933cc67b3e7241f6d6d44c9bcfff3485 authored almost 7 years ago
Add cause in Error.Error()

github.com/hexxagon-io/cometbft - fb7bde9c24b3c9d7c5e9926606760cb36ada3e8b authored almost 7 years ago
Release version 0.8.0

github.com/hexxagon-io/cometbft - 390de81bbc41cd27cabf70d1d172e1c2ef890106 authored almost 7 years ago
Changed wallet addresses (#84)

* Changed wallets to basecli 0.13-compatible keys

github.com/hexxagon-io/cometbft - 1b51cbc22446b03a66a301526922472113828977 authored almost 7 years ago
include validator's voting power in /status

Refs #581

github.com/hexxagon-io/cometbft - ed782e7508f430c2ece4fb2ebce82e2d4c2a6623 authored almost 7 years ago
document funcs in validator_set.go

github.com/hexxagon-io/cometbft - 39a496378203bbc36e6e9e3cac057e21d1174c33 authored almost 7 years ago
use more relaxing < and >= ops instead of !=

an example of Search from godocs:

```
package main

import (
"fmt"
"sort"
)

func main() {
a...

github.com/hexxagon-io/cometbft - 0732526465b45e7db85e0ce1b992837d48b4f777 authored almost 7 years ago
ValidatorSet#GetByAddress: return -1 if no validator was found

github.com/hexxagon-io/cometbft - 37ce6b195a2c26748bb7cc61466116748a589da0 authored almost 7 years ago
Merge pull request #1412 from tendermint/bucky/exit-conR-subscribe-routine

consensus: check for closed subscription channels and exit routine

github.com/hexxagon-io/cometbft - 7aa6d3625891192911a1d550a117a575eee201f7 authored almost 7 years ago
Merge pull request #194 from Tilkal/random-missing-methods

Random missing methods

github.com/hexxagon-io/cometbft - 5c3d3f0875f46559fdc05a1e1cf6eeff2801254d authored almost 7 years ago
Merge pull request #1336 from tendermint/zarko/1308-add-light-client-spec

Add light client spec

github.com/hexxagon-io/cometbft - 991017fc41ac5a91edb3f5adfc63031847b486cd authored almost 7 years ago
consensus: close pubsub channels. fixes #1372

github.com/hexxagon-io/cometbft - 5f548c7679dbc4c9ab0ff6ead0dacc77bbf719db authored almost 7 years ago
Merge pull request #1300 from tendermint/lite-proxy-hardening-and-tests

lite/proxy: Validation* tests and hardening for nil dereferences

github.com/hexxagon-io/cometbft - d14aacf03e95dff442064ce6247833df06322f35 authored almost 7 years ago
Add Int63n() and RandInt63n().

github.com/hexxagon-io/cometbft - 74486f7f932a7ec2c54f55e2b0319c621b2d5bdf authored almost 7 years ago
Add Int31n() and RandInt31n().

github.com/hexxagon-io/cometbft - d66d43d2eaa5d2611ed1e2814b1df7bf01df705a authored almost 7 years ago
WIP commit; Fix types/results_test

github.com/hexxagon-io/cometbft - 196f8410bacbbac38571fd448a535648c9d731f4 authored almost 7 years ago
HexBytes formatting; Make computeHashFromAunts more defensive

github.com/hexxagon-io/cometbft - f457435199f4e38337b3e7c90dc4384ca928e09a authored almost 7 years ago
wrote a test for EventBus#PublishEventTx

Refs #1369

github.com/hexxagon-io/cometbft - 47b8bd1728c0f88eff57249223a87ddcda5fbaf4 authored almost 7 years ago
[rpc] fix subscribing using an abci.ResponseDeliverTx tag

Refs #1369

github.com/hexxagon-io/cometbft - 8462493cbfefbc0222dc26be892eb39e79072691 authored almost 7 years ago
Fix state tests

github.com/hexxagon-io/cometbft - 89cdde7f1e13781a896c31c4d1b5c7a3feac771a authored almost 7 years ago
Added more wallets (#82)

github.com/hexxagon-io/cometbft - fec8de831a408b61731e0cdf7d67c9be35ea3f98 authored almost 7 years ago
Merge pull request #191 from Tilkal/random-float64

Add Float64() and RandFloat64().

github.com/hexxagon-io/cometbft - b5e6f8a4462ced7ce90e08eb1fefd9b61cc27b59 authored almost 7 years ago
Merge pull request #189 from mohanson/patch-2

bug fix: WriteFileAtomic

github.com/hexxagon-io/cometbft - f664b020cd0a276d9bcffe5df995ec83a339c4bd authored almost 7 years ago
Merge pull request #1409 from tendermint/zach/docs/tm-monitor

docs: build updates

github.com/hexxagon-io/cometbft - 657fd671ea762857270e639f36f2a8d7e08e9407 authored almost 7 years ago
add Float64() and RandFloat64().

github.com/hexxagon-io/cometbft - 3375dac049d2e7c597b29485d294b6f30798b4d0 authored almost 7 years ago
Merge pull request #81 from tendermint/update-monitor-and-bench-3

Update bench version

github.com/hexxagon-io/cometbft - 7d00575898a9e2a4a3a50b5c587056bcce478d0d authored almost 7 years ago
docs: build updates

ref: https://github.com/tendermint/tools/pull/79

github.com/hexxagon-io/cometbft - 315c475b791c9c48a35f52f79fef6afc2208138d authored almost 7 years ago
[bench] bump version

github.com/hexxagon-io/cometbft - 3d333f5cac5825e825ba14ad49d3c7e4f0ce22ea authored almost 7 years ago
[bench] update monitor

github.com/hexxagon-io/cometbft - 63deea967510add1ec2c38952bf114ef86143716 authored almost 7 years ago
Merge pull request #80 from tendermint/update-monitor-and-bench-2

Update tm-bench

github.com/hexxagon-io/cometbft - a66b20aff45868e53b64b54a9f6feccd6e3ca3ba authored almost 7 years ago
remove .dockerignore

github.com/hexxagon-io/cometbft - 34896f2988e2f953c52c79e831dcb4b748ab7732 authored almost 7 years ago
[monitor/bench] fix Dockerfile.dev

github.com/hexxagon-io/cometbft - 8f741b44d62329ef3196ff75b46f0a46464909cc authored almost 7 years ago
refine comments

github.com/hexxagon-io/cometbft - b221ca0efa588db6875ee8f35f815319f25a3c96 authored almost 7 years ago
[monitor] bump version

github.com/hexxagon-io/cometbft - 4bffda0dc2420cffe13842457ac38bac81ab9ec4 authored almost 7 years ago
[monitor] move to int64 for height

github.com/hexxagon-io/cometbft - 5a211ff791b3b3db1e8ad39e0c0d751c53ab3eb5 authored almost 7 years ago
[bench] fix type errors

github.com/hexxagon-io/cometbft - d831b443da70127f822db1675c7f71d362bcaab7 authored almost 7 years ago
[bench] do not send vendor dir to docker

github.com/hexxagon-io/cometbft - aa40f8a868ad4ddd68669f7d16ca59adc2d7f55c authored almost 7 years ago
[bench] switch from glide to dep

github.com/hexxagon-io/cometbft - 2912f40f8eca2bb04c0d69f35e3d277a4391cd20 authored almost 7 years ago
[bench] update Makefile

github.com/hexxagon-io/cometbft - efb8f6fc1fc69250d529e3bc618bd1f07525521f authored almost 7 years ago
Merge pull request #79 from tendermint/update-monitor-and-bench

Update monitor and bench

github.com/hexxagon-io/cometbft - 62965e68f13de80f196bea194ed4a3dbfcf4048b authored almost 7 years ago
Fix lint errors (#190)

* use increment and decrement operators.

* remove unnecessary else branches.

* fix receive...

github.com/hexxagon-io/cometbft - ee67e34519a87a513731892d60c6ab97855f0c53 authored almost 7 years ago
[monitor] fix linter error

github.com/hexxagon-io/cometbft - 585b163d9459fd64028ce0d30f58ff5528b9921e authored almost 7 years ago
[monitor] bring back readme

github.com/hexxagon-io/cometbft - 4a03eb7bafe7197995435cda408281d9cd10025c authored almost 7 years ago
[monitor] fix data races!

github.com/hexxagon-io/cometbft - 445ddbf040b7968c0f8354e28c61b193429f3c66 authored almost 7 years ago
[monitor] switch to dep

github.com/hexxagon-io/cometbft - 0e09c09c30c8c4c8ec291aff7856434fd0d51a8f authored almost 7 years ago
[monitor] ignore vendor when building docker

github.com/hexxagon-io/cometbft - 664d4ebf4cccafe8405355377a784567f9bc1d51 authored almost 7 years ago
[monitor] make linters happy

github.com/hexxagon-io/cometbft - 2f1c7a36469b8069ee7488aff8ed4711e9d846df authored almost 7 years ago
[monitor] update Makefile

github.com/hexxagon-io/cometbft - 9a2935cff6b57ffb601640977f7b69366dde396e authored almost 7 years ago
Merge pull request #78 from tendermint/feature/jenkins

Feature/jenkins

github.com/hexxagon-io/cometbft - 8833335948a4190fbe1d2fa6386145677861de22 authored almost 7 years ago
bug fix: WriteFileAtomic

Must close file before rename it.

github.com/hexxagon-io/cometbft - 2fbd9f15fae4a0d73f2c3d10f839a1e7f5451e36 authored almost 7 years ago
p2p: persistent - redial if first dial fails

Fixes #1401

github.com/hexxagon-io/cometbft - 5ef639fcbe6786fdeb99fd7754fa38a45655c84d authored almost 7 years ago
Merge pull request #185 from tendermint/bucky/merge-master

Bucky/merge master

github.com/hexxagon-io/cometbft - a557bb4d0b4e34e550d403b3ba8343463c6d51f4 authored almost 7 years ago
update docker readme

github.com/hexxagon-io/cometbft - b800b4ec1d389c9891ce65f2c0633a1fad6f2af1 authored almost 7 years ago
update Dockerfile to point to 0.17.1 release

github.com/hexxagon-io/cometbft - 208ac32fa266657bd6c304e84ec828aa252bb0b8 authored almost 7 years ago
update docker to use alpine 3.7

github.com/hexxagon-io/cometbft - 641476d40f6e8a51013b10809ff3fbc3edf0ec90 authored almost 7 years ago
[rpc/lib] log cert and key files in StartHTTPAndTLSServer

github.com/hexxagon-io/cometbft - 491c8ab4c1e867c160b2a550356cfb18f9e2f047 authored almost 7 years ago
deprecate not fully formed addresses

github.com/hexxagon-io/cometbft - 5ef8a6e887580b60a34217816fb165e37fd7857b authored almost 7 years ago
[rpc/lib] rename vars according to Go conventions

github.com/hexxagon-io/cometbft - d694d47d2245c10ef1788abacb2a206b7a32157d authored almost 7 years ago
Add a method for creating an https server (#1403)

github.com/hexxagon-io/cometbft - ecdc1b9bb07329b31ff999dce5424c3c406caeb0 authored almost 7 years ago
[test] remove test_libs

Reasons:
1) all deps we're using should be passing tests (including external)
2) deps can requir...

github.com/hexxagon-io/cometbft - 9c757108ca8bc849a04c23e6800e53155863e933 authored almost 7 years ago
comment out test_libs because of gcc dep in tmlibs

github.com/hexxagon-io/cometbft - 70e7454c218bccebb6c5e125e34288efd4d09626 authored almost 7 years ago
[codecov] ignore docs, scripts and DOCKER dirs

github.com/hexxagon-io/cometbft - 5243e54641dc2437a6aac0f379d4f234948bcbf8 authored almost 7 years ago
Add IsTypedNil

github.com/hexxagon-io/cometbft - 382e99d06e8bdc2818704e4a22d23a11110803fa authored almost 7 years ago
Fix lint errors (#1390)

* use increment and decrement operators.

* remove unnecessary else branches.

* fix package...

github.com/hexxagon-io/cometbft - 2644a529f0ddfb3fa928e8223ed4f8a7e91bf05b authored almost 7 years ago
CGO_ENABLED=0 added for static linking (#1396)

github.com/hexxagon-io/cometbft - eaee98ee1f4b72a3a4b3a64766b09070b65e2bb6 authored almost 7 years ago
Merge branch 'master' into develop

* Update changelog

github.com/hexxagon-io/cometbft - 41302c206a1cbfa28da21adb25b9c0f0286809b1 authored almost 7 years ago
Dockerfile update and fixes

github.com/hexxagon-io/cometbft - d73a7397b5b0359c0760349fe13c8aac55e617f6 authored almost 7 years ago
Added automated dockerfile

github.com/hexxagon-io/cometbft - 043ba85a9e0343d4c2e4597819100c2dc433860b authored almost 7 years ago
Make types use Amino; Refactor PrivValidator* to FilePV/SocketPV

github.com/hexxagon-io/cometbft - 34974e393281b76570f0d781a988178122a85ac2 authored almost 7 years ago
Merge pull request #77 from zhangyelong/master

dependency upgrade

github.com/hexxagon-io/cometbft - df704e99b1c263d51f0640b63dc7b14bab5606b4 authored almost 7 years ago
add SplitAndTrim func (#183)

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

github.com/hexxagon-io/cometbft - 898216d419ad046ee3c3dee91df851e4e30461d7 authored almost 7 years ago
fix typo on block header (#1387)

github.com/hexxagon-io/cometbft - 575a46d9d4340a4c96fd498c8e28eb5fd5c7ee1f authored almost 7 years ago
Merge pull request #1376 from tendermint/1368-unsubscribe-does-not-work

[rpc] unsubscribe does not work

github.com/hexxagon-io/cometbft - bcadbd1b1091304e6256193b9a50bac7c9940cdb authored almost 7 years ago
Fix code style (#1362)

* cfg: Uniform style for method args and var names

github.com/hexxagon-io/cometbft - ead9daf1ba95a1d275845a5ab205eea99252e983 authored almost 7 years ago
new tmlibs Parallel implementation

github.com/hexxagon-io/cometbft - 22949e6dfd39180be97ca7f17d8df0c370ea884f authored almost 7 years ago
update tmlibs

Refs #1376

github.com/hexxagon-io/cometbft - 49986b05bc2344d38b15c1db82a2c5c31ab89ca3 authored almost 7 years ago
[pubsub] fix unsubscribing (#181)

* [pubsub] fix unsubscribing

by giving it the same exact query, which was used to subscribe
...

github.com/hexxagon-io/cometbft - 0f2811441f4cf44b414df16ceae3c0931c74662e authored almost 7 years ago