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

Remove pkg/errors; Update Gopkg.toml, but not GRPC because it breaks.

github.com/hexxagon-io/cometbft - 4e0218467649fecf17ebc5e8161f1c888fc8ff22 authored almost 7 years ago by Jae Kwon <[email protected]>
Add Error Type for switching

github.com/hexxagon-io/cometbft - 9b9a9e7f8c73f6d0ae8672438a271f32060eebcb authored almost 7 years ago by Jae Kwon <[email protected]>
Add efficient implementation of fmt and use for errors.

github.com/hexxagon-io/cometbft - 99437a96fb1a074f9bce622cfcfab87a8f41313f authored almost 7 years ago by Jae Kwon <[email protected]>
Add NewErrorWithCause()

github.com/hexxagon-io/cometbft - bb875303c29d675c0934bfae026642a8c2a29358 authored almost 7 years ago by Jae Kwon <[email protected]>
Add TMLibs/Error from Cosmos-SDK/Error

github.com/hexxagon-io/cometbft - de36bfe31c1052a34b631284f130aab86b8534ae authored almost 7 years ago by Jae Kwon <[email protected]>
Unexpose r.rand (#167)

github.com/hexxagon-io/cometbft - 90cd89eab08dec6f9b45808371475dbf715d4632 authored almost 7 years ago by Jae Kwon <[email protected]>
New -> NewRand

github.com/hexxagon-io/cometbft - 6d61ca3bb5354b3c5104e1b112a74e2f4009797d authored almost 7 years ago by Jae Kwon <[email protected]>
common/random.go supports seeding and *Rand (#121)

* common/random.go supports seeding and *Rand
* Ensure determinism

github.com/hexxagon-io/cometbft - 536c27de8eefbf32b1738e0685401a7944dd76c1 authored almost 7 years ago by Jae Kwon <[email protected]>
Merge pull request #1318 from tendermint/bucky/testnet-cmd-fix

testnet cmd: ensure config dir exists. closes #1290

github.com/hexxagon-io/cometbft - ff1ec0260e99236e181e8b6cdaf4e6184cd5b98e authored almost 7 years ago by Ethan Buchman <[email protected]>
Update Gopkg.lock to use go-amino

github.com/hexxagon-io/cometbft - a3800da0a15c8272cbd3c155e024bff28fe9692c authored almost 7 years ago by Jae Kwon <[email protected]>
Merge pull request #76 from tendermint/update-go-amino

wire -> amino

github.com/hexxagon-io/cometbft - 7dee27c85161476e37da5c7d6c9cc6f11e20a635 authored almost 7 years ago by Jae Kwon <[email protected]>
testnet cmd: ensure config dir exists. closes #1290

github.com/hexxagon-io/cometbft - 7cb3188fbce25c683a6ca43fc1a77efbbdb1321e authored almost 7 years ago by Emmanuel T Odeke <[email protected]>
privVal: Improve SocketClient network code (#1315)

Follow-up to feedback from #1286, this change simplifies the connection
handling in the SocketC...

github.com/hexxagon-io/cometbft - 9b9022f8dfc1df141d6024073cb95556b8c6ec8b authored almost 7 years ago by Alexander Simmerl <[email protected]>
Merge pull request #1244 from tendermint/1147-using-mark-good-and-stop-peer-for-error

Using MarkGood and StopPeerForError

github.com/hexxagon-io/cometbft - 68e049d3afe9364674a92fcbc7dd77b51d34383b authored almost 7 years ago by Ethan Buchman <[email protected]>
Implement NewPrefixDB (#164)

* encodeByteSlice uses uvarint for length instead of varint
* Implemented NewPrefixDB
* Fix fl...

github.com/hexxagon-io/cometbft - d289c9286e816a37336289a75752752a751bc918 authored almost 7 years ago by Jae Kwon <[email protected]>
return err if peer has sent a vote that does not match our round

github.com/hexxagon-io/cometbft - b0d8f552c505ae0adc5a8fe22525af31b9a71081 authored almost 7 years ago by Anton Kaliaev <[email protected]>
comment out ErrAddingVote because it breaks byzantine_test

github.com/hexxagon-io/cometbft - 63cb69cb96c4251c07df592120dfea1da630d77b authored almost 7 years ago by Anton Kaliaev <[email protected]>
PanicSanity is deprecated

github.com/hexxagon-io/cometbft - bcf54b0aa37f3f44756b00fd790e306bfd2cf879 authored almost 7 years ago by Anton Kaliaev <[email protected]>
stop peer if it sends us msg with unknown channel

github.com/hexxagon-io/cometbft - d86855ad7af2cccfaa19f922c213b448272c4256 authored almost 7 years ago by Anton Kaliaev <[email protected]>
stop peer if it sends invalid vote

github.com/hexxagon-io/cometbft - 266974cb5952e267b5185d8ffd7f15aee7be01ab authored almost 7 years ago by Anton Kaliaev <[email protected]>
add a todo

Refs #1281

github.com/hexxagon-io/cometbft - 86ddf17db01b88f1f7b49ab5f161ef4d4bc60b11 authored almost 7 years ago by Anton Kaliaev <[email protected]>
fix copy-pasted comment [ci skip]

github.com/hexxagon-io/cometbft - a655500047b776fcbd263ed4f19e16c255837a97 authored almost 7 years ago by Anton Kaliaev <[email protected]>
mark peer as good if it contributed enough votes or block parts

Refs #1147

github.com/hexxagon-io/cometbft - 714f885dac20dd7e58589c27aa11e9de25f8565a authored almost 7 years ago by Anton Kaliaev <[email protected]>
stop peer if evidence is not valid

github.com/hexxagon-io/cometbft - d0c67bbe1684aa21f3ca2ad0c8324f81dddcd6d7 authored almost 7 years ago by Anton Kaliaev <[email protected]>
return error if peer sent us a block we didn't expect with a height too far ahead/behind

github.com/hexxagon-io/cometbft - baf457e6d4a8ff38e0976119cf0cca590264ec3c authored almost 7 years ago by Anton Kaliaev <[email protected]>
[blockchain] replace timeoutsCh with more abstract errorsCh

github.com/hexxagon-io/cometbft - 0c7e871ef071f7bdb8b125327707ecc2654aeaf6 authored almost 7 years ago by Anton Kaliaev <[email protected]>
cmn.PanicSanity is deprecated

github.com/hexxagon-io/cometbft - 87ce804b4a11ef1e0172da3747f69af85f9966b6 authored almost 7 years ago by Anton Kaliaev <[email protected]>
stop peer on decoding error

github.com/hexxagon-io/cometbft - 42423528522b23dc2dba4f6dc1d80c972a430e98 authored almost 7 years ago by Anton Kaliaev <[email protected]>
return back defaultChannelCapacity

github.com/hexxagon-io/cometbft - f2996895738b2f19d9d192133bba9e91acd4ea01 authored almost 7 years ago by Anton Kaliaev <[email protected]>
add a test for pex reactor

github.com/hexxagon-io/cometbft - 736ea055a8a6157e4867485c5d2e1c50dd2810f9 authored almost 7 years ago by Anton Kaliaev <[email protected]>
rename private_peers to private_peer_ids to distinguish from peers

github.com/hexxagon-io/cometbft - a39aec0bae100fe950a3993404ddf09ff84f9231 authored almost 7 years ago by Anton Kaliaev <[email protected]>
revert removing private peers from persistent

github.com/hexxagon-io/cometbft - 2a258a2c3f1c87bf2a3dbb991bef9c6dc85074c3 authored almost 7 years ago by Anton Kaliaev <[email protected]>
revert adding dial_peers's private flag

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

github.com/hexxagon-io/cometbft - 31deaa4a79cb9c0d0cd27ccd332ca3abe3556586 authored almost 7 years ago by Anton Kaliaev <[email protected]>
private peers

Refs #1126

github.com/hexxagon-io/cometbft - 8bef3eb1f46c0a4539ecfe94b6130cbfb74f6840 authored almost 7 years ago by Anton Kaliaev <[email protected]>
Merge pull request #1314 from tendermint/add-go-amino-as-source-to-wire

Add go amino as source to wire

github.com/hexxagon-io/cometbft - 244d88dfdaba9bd81b6492fdf0cf675de9fde23a authored almost 7 years ago by Ethan Buchman <[email protected]>
Merge pull request #215 from tendermint/bucky/fees-gas

comment some fields in ResponseCheck/DeliverTx. closes #214

github.com/hexxagon-io/cometbft - 791f95bac3fa169158267695fc8fbc3ecea32679 authored almost 7 years ago by Ethan Buchman <[email protected]>
fix Makefile's .PHONY

github.com/hexxagon-io/cometbft - 76e1dd41e40a8a65803f433676a071adaeb0b483 authored almost 7 years ago by Anton Kaliaev <[email protected]>
add go-amino as source for go-wire

github.com/hexxagon-io/cometbft - e39187a063f9802786cb03a8a634bd09b89c3fe6 authored almost 7 years ago by Anton Kaliaev <[email protected]>
comment some fields in ResponseCheck/DeliverTx. closes #214

github.com/hexxagon-io/cometbft - f7afa3d91f54cca76f2cbcecaabf2ae12acab957 authored almost 7 years ago by Ethan Buchman <[email protected]>
types: compile time assert to, and document sort.Interface

Fixes #212

Declare the purpose of the Less, Len, Swap methods
so that readers can see why they ...

github.com/hexxagon-io/cometbft - 121f0d3fcf6224b46aa78ec8dc704fa224c2c9c3 authored almost 7 years ago by Emmanuel T Odeke <[email protected]>
Merge pull request #1286 from tendermint/feature/xla-priv-val-invert-dial

Invert privVal socket communication

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

github.com/hexxagon-io/cometbft - 73407e7cff462bf4ffcc44d55a9dd4570dd57fed authored almost 7 years ago by Anton Kaliaev <[email protected]>
remove any mention of glide

github.com/hexxagon-io/cometbft - 47b8a8864b7e7b63b2d34902cee6e7b5a99466d2 authored almost 7 years ago by Anton Kaliaev <[email protected]>
update go-amino

github.com/hexxagon-io/cometbft - f499ce871362f456e127da24fd3dc244dc863f00 authored almost 7 years ago by Anton Kaliaev <[email protected]>
cmd/tendermint/commands/lite: add tcp scheme to address URLs (#1297)

Noticed while investigating
https://github.com/tendermint/tendermint/issues/970

As reported ...

github.com/hexxagon-io/cometbft - 0de19420f64ba8ac34416d76626fbf625f5fcda0 authored almost 7 years ago by Emmanuel T Odeke <[email protected]>
encodeByteSlice uses uvarint for length instead of varint (#161)

github.com/hexxagon-io/cometbft - b1cc688a61c53e39b92ceb5df370e3c94b19da4c authored almost 7 years ago by Jae Kwon <[email protected]>
Merge pull request #1292 from tendermint/1125-exp-backoff-for-ensure-peers

exponential backoff for addrs in the address book

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

github.com/hexxagon-io/cometbft - fc5b0471d930d742fed138622462b6eb144f2663 authored almost 7 years ago by Anton Kaliaev <[email protected]>
skip dialing based on last time dialed

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

github.com/hexxagon-io/cometbft - 0f41570c80858e0081392c03977e0f77c0d21299 authored almost 7 years ago by Anton Kaliaev <[email protected]>
types: Hash invoked for nil Data and Header should not panic

Fixes https://github.com/tendermint/tendermint/issues/1298
Fixes https://github.com/tendermint/t...

github.com/hexxagon-io/cometbft - 8723c91db96b85862f50357b0b8d8ffd90a4fcf3 authored almost 7 years ago by Emmanuel T Odeke <[email protected]>
test pex_reactor's dialPeer

github.com/hexxagon-io/cometbft - f85c8896d9877f034e6c40d11887637150940841 authored almost 7 years ago by Anton Kaliaev <[email protected]>
refactor pex_reactor tests

github.com/hexxagon-io/cometbft - f0d4f56327caff786b1835649b2df4b7664f70b1 authored almost 7 years ago by Anton Kaliaev <[email protected]>
Merge pull request #1293 from tendermint/update-template

add 2 more points to ISSUE_TEMPLATE

github.com/hexxagon-io/cometbft - 3d5c05e4e642d236a718ccf3aa228d7d72c8d90b authored almost 7 years ago by Anton Kaliaev <[email protected]>
do not run complete test suite on `make`

bad dev experience

github.com/hexxagon-io/cometbft - 018da09f1405e29c8202265c9396524cab18ffc4 authored almost 7 years ago by Anton Kaliaev <[email protected]>
add 2 more points to ISSUE_TEMPLATE

Refs #1291

github.com/hexxagon-io/cometbft - 60a64af28d3540da94f4542192450fb8b1ce5a47 authored almost 7 years ago by Anton Kaliaev <[email protected]>
Testing refactor for Jenkins (#1098)

* de-mystify tests & run them in parallel (#1031)

* test optimization for jenkins (#1093)

...

github.com/hexxagon-io/cometbft - 13a2013229a0ffee3eda62b95f14d6275c239a88 authored almost 7 years ago by Zach <[email protected]>
fixes from @xla's review

github.com/hexxagon-io/cometbft - 1941b5c769f0fde2ca68ae087705163dd6fc42e5 authored almost 7 years ago by Anton Kaliaev <[email protected]>
exponential backoff for addrs in the address book

Refs #1125

github.com/hexxagon-io/cometbft - 21e2c41c6b728efe715179d3c4bdd8c4fc25dde0 authored almost 7 years ago by Anton Kaliaev <[email protected]>
Invert privVal socket communication

Follow-up to #1255 aligning with the expectation that the external
signing process connects to t...

github.com/hexxagon-io/cometbft - 589781721a865863335ea532589f9753a4e54ecb authored almost 7 years ago by Alexander Simmerl <[email protected]>
Merge pull request #1284 from tendermint/feature/xla-follow-priv-val

Follow-ups to PrivValidator

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

github.com/hexxagon-io/cometbft - 2aa77025c3e78c33bca1d6f84b321b5fe441f4f8 authored almost 7 years ago by Alexander Simmerl <[email protected]>
Use builtin panic

github.com/hexxagon-io/cometbft - 8e1856a90a4fbf1175b90f3e5460c446964dba91 authored almost 7 years ago by Alexander Simmerl <[email protected]>
Stop privVal socket client on node shutdown

github.com/hexxagon-io/cometbft - ca619c80b6e046244e724e64117cdf6127f7a28b authored almost 7 years ago by Alexander Simmerl <[email protected]>
Improve method docs

github.com/hexxagon-io/cometbft - 25ff699425cbd558b56161e2da2cba19a395e308 authored almost 7 years ago by Alexander Simmerl <[email protected]>
Use common method to determine file existence

github.com/hexxagon-io/cometbft - 879b4c0a2cbbef50d1a4ec1d3b82e80b7d92167b authored almost 7 years ago by Alexander Simmerl <[email protected]>
Merge pull request #1283 from tendermint/feature/xla-run-integration-release

Speed up CircleCI builds

github.com/hexxagon-io/cometbft - 45d07a3d0b800c50d1a9dd83a28299451d528778 authored almost 7 years ago by Ethan Buchman <[email protected]>
fix typo (#1285)

github.com/hexxagon-io/cometbft - 788354d81e59ed3b2397573bc38256eccd18e4db authored almost 7 years ago by Admir Sabanovic <[email protected]>
Speed up CircleCI builds

To achieve faster feedback cycles for our feature PRs this change
reduces the average buildtime ...

github.com/hexxagon-io/cometbft - b7ce89e568c0bba01fc37feaa588f4b94944cde5 authored almost 7 years ago by Alexander Simmerl <[email protected]>
Merge pull request #1280 from tendermint/zach/explain-determinism

docs: add 'On Determinism'

github.com/hexxagon-io/cometbft - 8d81a259c796077b768162d5b1d43f6e65f0321c authored almost 7 years ago by Anton Kaliaev <[email protected]>
pubsub implements service.OnReset (#156)

github.com/hexxagon-io/cometbft - 066fe82a927aef6f7f6431af78f0d5156cb2cdb1 authored almost 7 years ago by Simon Vadée <[email protected]>
docs: add document 'On Determinism'

closes https://github.com/tendermint/abci/issues/56

github.com/hexxagon-io/cometbft - 30197612046088646ed22afea30f57cf8209a87f authored almost 7 years ago by Zach Ramsay <[email protected]>
Merge pull request #1256 from tendermint/feature/more-priv-val

PrivValidatorAddr -> PrivValidatorListenAddr. Update ADR008

github.com/hexxagon-io/cometbft - 6120a4c5e4f4b0ea9d5f22cedee949b862b11a5e authored almost 7 years ago by Anton Kaliaev <[email protected]>
adr: Amend decisions for PrivValidator

github.com/hexxagon-io/cometbft - 533ed2a876847d79dbebf62f7797b9b1acf5db29 authored almost 7 years ago by Alexander Simmerl <[email protected]>
PrivValidatorAddr -> PrivValidatorListenAddr. Update ADR008

github.com/hexxagon-io/cometbft - d4e4055d5749e33cc60a9a1b0164d5f46e290caa authored almost 7 years ago by Ethan Buchman <[email protected]>
Make RPC handler protocol agnostic (#1276)

github.com/hexxagon-io/cometbft - ee51ad8e290b5749f52a6ad3a8aa3f6b49008f8f authored almost 7 years ago by Alexander Simmerl <[email protected]>
fix docs links & stuff (#1273)

* fix links in docs/spec etc, closes #1261

* spec: remove ref to non-existant repo

* codec...

github.com/hexxagon-io/cometbft - bdd50c5f3750238fbd60948cd1a747f9016e50d9 authored almost 7 years ago by Zach <[email protected]>
Merge pull request #1274 from tendermint/codecov

Codecov

github.com/hexxagon-io/cometbft - 3d8861269094d36f270b790a6a247ec609d54ff2 authored almost 7 years ago by Anton Kaliaev <[email protected]>
return back threshold and ignore sections

github.com/hexxagon-io/cometbft - 630d54c95a9e84f085528de067bb90707ab22e11 authored almost 7 years ago by Anton Kaliaev <[email protected]>
Merge pull request #209 from zmanian/transitive_deps

Move the tmlibs dependency to develop

github.com/hexxagon-io/cometbft - d5361de3001184de7cd3a0ccbae12eccde3d724e authored almost 7 years ago by Zach <[email protected]>
Move the tmlibs dependency to develop

github.com/hexxagon-io/cometbft - a38ad4e21b1d83c511b2705a5bcb32b28d415eb3 authored almost 7 years ago by Zaki Manian <[email protected]>
Merge pull request #208 from tendermint/zramsay-patch-1

update spec formatting for docs

github.com/hexxagon-io/cometbft - a29163d85b3e8dbd65641177f2283ea841b545d8 authored almost 7 years ago by Zach <[email protected]>
update spec formatting for docs

this file is pulled in by tendermint's doc building

github.com/hexxagon-io/cometbft - a183219659278a3de89e8052399331dc1f387e39 authored almost 7 years ago by Zach <[email protected]>
bring back dummy for backwards compatibility ...

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

github.com/hexxagon-io/cometbft - 5cb7e151fb57b60f70d555fb1135ef259ec4e866 authored almost 7 years ago by Greg Szabo <[email protected]>
persistent_peers changes

github.com/hexxagon-io/cometbft - 426938e2b498e24884c252140fb607b607d97418 authored almost 7 years ago by Greg Szabo <[email protected]>
p2p ids in config.toml

github.com/hexxagon-io/cometbft - 2429cfb2b782b3b37337f3a059a48c1acb429d2a authored almost 7 years ago by Greg Szabo <[email protected]>
node ID fix

github.com/hexxagon-io/cometbft - 7d414cb7b2b3ce5057a128bceef8830de078f805 authored almost 7 years ago by Greg Szabo <[email protected]>
basecoind service fix

github.com/hexxagon-io/cometbft - e893f9bc1fd910546e833311a8c39fbf375f98aa authored almost 7 years ago by Greg Szabo <[email protected]>
basecoind genesis fix

github.com/hexxagon-io/cometbft - 71e133553ed307eccfdc1cca5630f51fabe19360 authored almost 7 years ago by Greg Szabo <[email protected]>
basecoin - basecoind rename

github.com/hexxagon-io/cometbft - 82106913f1fef9beb2891a848e197c2f77e9b07d authored almost 7 years ago by Greg Szabo <[email protected]>
Merge pull request #71 from zmanian/dep

Switch to dep from glide for dependency resolution

github.com/hexxagon-io/cometbft - 69e960da4292dd3a7fec53a9f2fbd5daf23dac37 authored almost 7 years ago by Ethan Buchman <[email protected]>
use previously working new go-wire. not bleeding edge

github.com/hexxagon-io/cometbft - 5e073562648998d31286e27c109b0e0c991e46b0 authored almost 7 years ago by Ethan Buchman <[email protected]>
Merge branch 'master' into develop

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

github.com/hexxagon-io/cometbft - 929f326dd248d99123fbbccceec251de4494bf65 authored almost 7 years ago by Ethan Buchman <[email protected]>
Merge pull request #1265 from tendermint/bucky/new-wire-api

Bucky/new wire api

github.com/hexxagon-io/cometbft - 3cedd8cf070ef120964ac99367cd69414665604b authored almost 7 years ago by Ethan Buchman <[email protected]>
changelog, version, glide

github.com/hexxagon-io/cometbft - 3a929316572d6ad9e976b8d00e57c81282aae932 authored almost 7 years ago by Ethan Buchman <[email protected]>
Merge pull request #73 from tendermint/develop-pre-wire

Develop pre wire

github.com/hexxagon-io/cometbft - c3e19f3ea26f5c3357e0bcbb799b0761ef923755 authored almost 7 years ago by Ethan Buchman <[email protected]>
types: uncomment some tests

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