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

add more versions to glide

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

github.com/hexxagon-io/cometbft - 700792bc10f108e83e86784402e0033266bf53be authored almost 7 years ago by Ethan Buchman <[email protected]>
update for go-wire sdk2

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

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

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

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

github.com/hexxagon-io/cometbft - 9e897ab8b03501fd40d9286112d9b6705131ce40 authored almost 7 years ago by Ethan Buchman <[email protected]>
cli: WriteDemoConfig -> WriteConfigVals

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

Merge sdk2 into develop

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

Merge sdk2 into develop

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

github.com/hexxagon-io/cometbft - 1b5176003a7733baed745dd9b9c153a0893ad46a authored almost 7 years ago by Ethan Buchman <[email protected]>
Bump tmlibs commit. Needs to be changed to develop as soon as tmlibs PR is merged

github.com/hexxagon-io/cometbft - 45b71f7d11214c35ae63dfb81f42c0da8db9e69e authored almost 7 years ago by Adrian Brink <[email protected]>
Export DbBackendType in order to fix IAVL tests

github.com/hexxagon-io/cometbft - cbc63518e589d6b0069f9750127fa83dd6ea5ee3 authored almost 7 years ago by Adrian Brink <[email protected]>
Clean up glide.yaml

github.com/hexxagon-io/cometbft - 0391e499fb7881b164f70db24ce9f894cb6f5167 authored almost 7 years ago by Adrian Brink <[email protected]>
Clean up glide.yaml

github.com/hexxagon-io/cometbft - 2e765462234e7749806cd00fa326acc25d704448 authored almost 7 years ago by Adrian Brink <[email protected]>
Update go-wire to develop

github.com/hexxagon-io/cometbft - 6b2409f714c7cd8709be64dcdd98e51460335a70 authored almost 7 years ago by Adrian Brink <[email protected]>
Merge pull request #140 from tendermint/sdk2-hashers-and-simple-map

Sdk2 hashers and simple map

github.com/hexxagon-io/cometbft - 95b53c80e1771be6b8c7083771a417e2a888c765 authored almost 7 years ago by Anton Kaliaev <[email protected]>
Refactor string -> dbBackendType

github.com/hexxagon-io/cometbft - f6dbe9ba054200d9d0753ac0407d1864f90a2b8d authored almost 7 years ago by Jae Kwon <[email protected]>
lowercase memDB type key

github.com/hexxagon-io/cometbft - 9ccfe161ad47c9471796107d9a9a68322caf5960 authored almost 7 years ago by Anton Kaliaev <[email protected]>
Remove unnecessary Byteser interface

github.com/hexxagon-io/cometbft - b95cac5f4fbedd187a0503cc18452fd4092413e8 authored almost 7 years ago by Jae Kwon <[email protected]>
Update SimpleMap to hash both keys and values for benefit; Hashable is Hasher; Don't assume go-wire

github.com/hexxagon-io/cometbft - c75298e3594a0d5f0c88112fbc0543edb6212d5b authored almost 7 years ago by Jae Kwon <[email protected]>
Glide update

github.com/hexxagon-io/cometbft - 7ef6d4b8132dc8e9bc035b6fa9311934c67d5f87 authored almost 7 years ago by Jae Kwon <[email protected]>
Update to use tmlibs sdk2

github.com/hexxagon-io/cometbft - 4e2a275a67614a250f70adba2340cd463b24f06d authored almost 7 years ago by Jae Kwon <[email protected]>
Revert "Update to use tmlibs sdk2"

This reverts commit ae58af0be534a5c344896461b97a6490d428deb4.
Breaks the tests.

github.com/hexxagon-io/cometbft - 6637c202bf7d5256caf8acb65070937cfd2e75a0 authored almost 7 years ago by Jae Kwon <[email protected]>
use go-wire sdk2

github.com/hexxagon-io/cometbft - cfbb9338bdad8f5b369b0e403eb428712860f1bb authored almost 7 years ago by Ethan Buchman <[email protected]>
Hashable -> Hasher; SimpleMap upgrade; No "SimpleHashFromBinary" (#128)

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

github.com/hexxagon-io/cometbft - 580c3db8f974ec771fd4d7b64b2bbf690002bc75 authored almost 7 years ago by Jae Kwon <[email protected]>
Fix logical time (#122)

Should fix a nondeterministic bug so...

github.com/hexxagon-io/cometbft - ff230682d1a058e2707600c4ba45a7fa6d6b39f5 authored almost 7 years ago by Jae Kwon <[email protected]>
Remove encoding from common cli

github.com/hexxagon-io/cometbft - bcd8d403dcef53c1fabf2521362c467459fabafc authored almost 7 years ago by Jae Kwon <[email protected]>
Merge pull request #1180 from tendermint/1146-add-BFT-time-spec

Add BFT time spec

github.com/hexxagon-io/cometbft - 62c9cad4844f03274b8459b6369f5de1fd64f140 authored almost 7 years ago by Ethan Buchman <[email protected]>
Add BFT time spec

github.com/hexxagon-io/cometbft - 4cbdbbaac93b7a0baa204cbb37be0119d1bd2fec authored almost 7 years ago by Zarko Milosevic <[email protected]>
GetByHeight switches between linear & binary search on >=50 items

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

github.com/hexxagon-io/cometbft - 9ed296ae711ec8d38f090d2681bc43e518e4f687 authored almost 7 years ago by Emmanuel Odeke <[email protected]>
Fix spelling mistake

github.com/hexxagon-io/cometbft - 7790ae9e6f10739d973d1899898ff89331b5b65d authored almost 7 years ago by Adrian Brink <[email protected]>
lite: TestCacheGetsBestHeight with GetByHeight and GetByHeightBinarySearch

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

github.com/hexxagon-io/cometbft - 2023115ff8e02791cc44e29337bdd94f7c8d9140 authored almost 7 years ago by Emmanuel Odeke <[email protected]>
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...

github.com/hexxagon-io/cometbft - 206da7a1b8b0592e86bb099f748bfb2e46a15664 authored almost 7 years ago by Emmanuel Odeke <[email protected]>
lite: memStoreProvider GetHeightBinarySearch method + fix ValKeys.signHeaders

Updates #1021

* Implement a GetHeightBinarySearch method that looks for
the height using the bi...

github.com/hexxagon-io/cometbft - 14eaba9ec325b6d384564775974e0bcd9b1e3cb8 authored almost 7 years ago by Emmanuel Odeke <[email protected]>
Merge pull request #1178 from tendermint/nice-err-msg

improve error message

github.com/hexxagon-io/cometbft - 2919bc3f7fc53d56fdad9dca36006cb5ead10ea9 authored almost 7 years ago by Ethan Buchman <[email protected]>
improve vague error msg, closes #1158

github.com/hexxagon-io/cometbft - 1c01671ec6c827de5121952bc1e240eeb2e47673 authored almost 7 years ago by Zach Ramsay <[email protected]>
Coin changes for Peng's faucet

github.com/hexxagon-io/cometbft - af30cef5747d868de99d134e8164fd66c800e5c9 authored almost 7 years ago by Greg Szabo <[email protected]>
Merge pull request #136 from tendermint/fix-bitArray-nil-update

common: fix BitArray.Update to avoid nil dereference

github.com/hexxagon-io/cometbft - 13f009bf6866852d17a1a402447de07f4fb853bc authored almost 7 years ago by Ethan Buchman <[email protected]>
common: BitArray: feedback from @adrianbrink to simplify tests

github.com/hexxagon-io/cometbft - 85be26c675b05a2a75c856f7c22b446d8df1c944 authored almost 7 years ago by Emmanuel Odeke <[email protected]>
moer basecoin build fixes

github.com/hexxagon-io/cometbft - 73a4cfb06a6dc9707e12de3b2f6e04d69d089fc1 authored almost 7 years ago by Greg Szabo <[email protected]>
basecoin build typo fix

github.com/hexxagon-io/cometbft - c6190b385968365b3aacfbf4e5ce3757588082ca authored almost 7 years ago by Greg Szabo <[email protected]>
basecoin build copy fix

github.com/hexxagon-io/cometbft - 1f3e1eec832408b63a4046cba83b00d0333520a7 authored almost 7 years ago by Greg Szabo <[email protected]>
basecoin build fix

github.com/hexxagon-io/cometbft - b3a14da617ec50a0a04c20949d98f8689b107d66 authored almost 7 years ago by Greg Szabo <[email protected]>
common: fix BitArray.Update to avoid nil dereference

Update previously only checked that the receiver was
non-nil but didn't check that the input par...

github.com/hexxagon-io/cometbft - 84afef20f5d960b033c9c8d84710331e6cacec70 authored almost 7 years ago by Emmanuel Odeke <[email protected]>
spec: remove notes, see #1152

github.com/hexxagon-io/cometbft - 8cca953590599b3cb85f46746c08fb72b9acde43 authored almost 7 years ago by Zach Ramsay <[email protected]>
spec: more fixes

github.com/hexxagon-io/cometbft - 5b368252ac50bfe60c54c88c2ba642a988b174ab authored almost 7 years ago by Zach Ramsay <[email protected]>
spec: minor fixes

github.com/hexxagon-io/cometbft - fe632ea32a89c3d9804bbd6e3ce9391b1d5a0993 authored almost 7 years ago by Ethan Buchman <[email protected]>
spec: typos & other fixes

github.com/hexxagon-io/cometbft - 4b4a2029c4c1682822f92de3b5fc730c20bb7b92 authored almost 7 years ago by Zach Ramsay <[email protected]>
Merge pull request #1160 from shapeshed/patch-1

Fix documentation typos

github.com/hexxagon-io/cometbft - 6aa85357b6871c1df2a87ff841c4c55234ca5d7c authored almost 7 years ago by Ethan Buchman <[email protected]>
Merge branch 'develop' into patch-1

github.com/hexxagon-io/cometbft - eae62ec09b2f3033f73c6739df2977bfdc815fbe authored almost 7 years ago by Ethan Buchman <[email protected]>
Merge pull request #1140 from tendermint/feature/vagrant

Fix Vagrantfile

github.com/hexxagon-io/cometbft - 18d96266bc4374a5f86882895e2449d3f844ace8 authored almost 7 years ago by Ethan Buchman <[email protected]>
Fix documentation typos

github.com/hexxagon-io/cometbft - 4529fd67870edf8e51cb9d418f762b9519156bfd authored almost 7 years ago by George Ornbo <[email protected]>
Token spitter wallet

github.com/hexxagon-io/cometbft - c00faa8960c8b62e58042e22fe060f06567d282b authored almost 7 years ago by Greg Szabo <[email protected]>
update contributing.md

github.com/hexxagon-io/cometbft - 4a99a2a07d47407dcfdc7d8ae4adf979933efe05 authored almost 7 years ago by Ethan Buchman <[email protected]>
Switch to correct directory in Vagrant

github.com/hexxagon-io/cometbft - 4b63b3aa0ba915607a3e8a20cc96f2e3e306d8ff authored almost 7 years ago by Adrian Brink <[email protected]>
Final Vagrantfile

github.com/hexxagon-io/cometbft - fc860c3a07865772a13c4cb270f7ad97532ccdbb authored almost 7 years ago by Adrian Brink <[email protected]>
Remove upgrade step

github.com/hexxagon-io/cometbft - 2f147ec000a0f5f4394224c716845a50d4aff1ed authored almost 7 years ago by Adrian Brink <[email protected]>
Fix vagrantfile

If you get an error, please run `vagrant box update`.

github.com/hexxagon-io/cometbft - 0a7a190cd1526fe31cf66e4e5896632d0bdb7c7c authored almost 7 years ago by Adrian Brink <[email protected]>
Merge pull request #1151 from tendermint/fix/p2p-stop-conn

p2p/conn: fix blocking on pong during quit and break out of loops

github.com/hexxagon-io/cometbft - 3366dfe32aa0fb71ec13d4e174a017133b902dba authored almost 7 years ago by Ethan Buchman <[email protected]>
p2p/conn: better handling for some stop conditions

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

github.com/hexxagon-io/cometbft - fb109db33dd446eee4911f237721f2ebccf54de5 authored almost 7 years ago by Ethan Buchman <[email protected]>
Merge pull request #1154 from tendermint/fix/consensus-tests

consensus: fix SetLogger in tests

github.com/hexxagon-io/cometbft - 2f5971532e20ce1221cfcf14169ce37c13a0a541 authored almost 7 years ago by Ethan Buchman <[email protected]>
consensus: print go routines in failed test

github.com/hexxagon-io/cometbft - ab13806276dc75a7f38d092c2ff255b218ccb958 authored almost 7 years ago by Ethan Buchman <[email protected]>
consensus: fix SetLogger in tests

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

github.com/hexxagon-io/cometbft - fa8c374affb0c2f8a1d2a686d682e9cc23cf32b8 authored almost 7 years ago by Zach <[email protected]>
Merge pull request #1049 from tendermint/p2p-channels

p2p: add Channels to NodeInfo and don't send for unknown channels

github.com/hexxagon-io/cometbft - 27ef3489a0018b1dfba0a5c97219c2cd4842afe6 authored almost 7 years ago by Ethan Buchman <[email protected]>
p2p: fix break in double loop

github.com/hexxagon-io/cometbft - b6eb275b22daab5583a0c4a30e9252db67a7c5a2 authored almost 7 years ago by Ethan Buchman <[email protected]>
Merge pull request #1143 from tendermint/1091-race-condition

call FlushSync before calling CommitSync

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

github.com/hexxagon-io/cometbft - 260affd03773c5bd6e112e110d48fe2e3cf72927 authored almost 7 years ago by Ethan Buchman <[email protected]>
p2p: fix tests for required channels

github.com/hexxagon-io/cometbft - 99034904f81a368ce152e041a1ce2b3bb9b00e27 authored almost 7 years ago by Ethan Buchman <[email protected]>
Merge pull request #1137 from tendermint/docs-consolidate

WIP: docs consolidation

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

p2p: bust up into sub dirs

github.com/hexxagon-io/cometbft - d7b1b8d3d53a119aee49b8f1df929e9a62a7ec68 authored almost 7 years ago by Ethan Buchman <[email protected]>
p2p: add Channels to NodeInfo and don't send for unknown channels

github.com/hexxagon-io/cometbft - 50129ad8aca2517d1d4fbde7d3fbc7ec384f374b authored almost 7 years ago by Ethan Buchman <[email protected]>
blockchain: test wip for hard to test functionality [ci skip]

github.com/hexxagon-io/cometbft - 4051391039735ec919b42c90e7718448ab38bb61 authored almost 7 years ago by Ethan Buchman <[email protected]>
Merge pull request #1133 from tendermint/fix/stop-peer-for-error

StopPeerForError in blockchain and consensus

github.com/hexxagon-io/cometbft - 5c9cb5e6a2da36219ecfec26787c37cb7929e188 authored almost 7 years ago by Ethan Buchman <[email protected]>
p2p: addrBook.Save() on DialPeersAsync

github.com/hexxagon-io/cometbft - 8f3bd3f2095b32f1e8fdac8044995303d9f590d4 authored almost 7 years ago by Ethan Buchman <[email protected]>
config: fix addrbook path to go in config

github.com/hexxagon-io/cometbft - 85816877c6775dcffa8eb187ead28eada5dcc653 authored almost 7 years ago by Ethan Buchman <[email protected]>
consensus: minor cosmetic

github.com/hexxagon-io/cometbft - 87087b8acd523889bde0714c3a8033535fbf47c0 authored almost 7 years ago by Ethan Buchman <[email protected]>
p2p/pex: wait to connect to all peers in reactor test

github.com/hexxagon-io/cometbft - 775bb85efbcf29b85d6d553d5b71b160d6e4650e authored almost 7 years ago by Ethan Buchman <[email protected]>
p2p: notes about ListenAddr

github.com/hexxagon-io/cometbft - 21ce5856b3441dd6d5caca16c7a22c0ab3b27d86 authored almost 7 years ago by Ethan Buchman <[email protected]>
Merge pull request #1144 from tendermint/create-logs-tarball

mercy for developers with slow Internet

github.com/hexxagon-io/cometbft - f5226e000834bc214c147967b6af75d94797ae3c authored almost 7 years ago by Ethan Buchman <[email protected]>
mercy for developers with slow Internet

github.com/hexxagon-io/cometbft - a745fe2eed41e03d60a004f0d3a493e9edeb0dfa authored almost 7 years ago by Anton Kaliaev <[email protected]>
call FlushSync before calling CommitSync

if we call it after, we might receive a "fresh" transaction from
`broadcast_tx_sync` before ol...

github.com/hexxagon-io/cometbft - 5f3048bd09112219b1a870c781633dfc74f0df5f authored almost 7 years ago by Anton Kaliaev <[email protected]>
Merge pull request #1138 from tendermint/small-fix

Small fix in example

github.com/hexxagon-io/cometbft - 6a5818e107999cb95035da30a835744cd6620738 authored almost 7 years ago by Ethan Buchman <[email protected]>
Small fix in example

github.com/hexxagon-io/cometbft - dfdfd6c98ea41738864150ac657397775261e26e authored almost 7 years ago by Zarko Milosevic <[email protected]>
Remove reliance on global wire.Marshal

github.com/hexxagon-io/cometbft - 12142af1cb4e3479ea4ac98a3171debff87519c6 authored almost 7 years ago by Jae Kwon <[email protected]>
p2p: use conn.Close when peer is nil

github.com/hexxagon-io/cometbft - 3090b05eb43a31e3c653dc114c0b4d2185da30d5 authored almost 7 years ago by Ethan Buchman <[email protected]>
StopPeerForError in blockchain and consensus

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

github.com/hexxagon-io/cometbft - 1d10217df230448f15cd0e83787d2f5d6a842db4 authored almost 7 years ago by Greg Szabo <[email protected]>
Merge pull request #1092 from tendermint/add-consensus-reactor-doc

Add consensus reactor doc

github.com/hexxagon-io/cometbft - 813bb6af96142495de89e8afe01a7ed4dc31d9cb authored almost 7 years ago by Ethan Buchman <[email protected]>
Merge pull request #1082 from tendermint/document-proposer-selection

Document proposer selection procedure

github.com/hexxagon-io/cometbft - aecbff725f9a959b9596d6b371383224d76fa2a6 authored almost 7 years ago by Ethan Buchman <[email protected]>
Merge pull request #1056 from tendermint/feature/mempool-spec

WIP: Mempool specification

github.com/hexxagon-io/cometbft - 6679fef2bece36fc555f5deeae256c0992021982 authored almost 7 years ago by Ethan Buchman <[email protected]>
Merge pull request #1051 from tendermint/feature/blockchain_reactor_docs

docs: Blockchain Reactor Documentation

github.com/hexxagon-io/cometbft - c070ed056adf54fb6ae483c43be47e1c7e7f88c4 authored almost 7 years ago by Ethan Buchman <[email protected]>
minor changes [ci skip]

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

github.com/hexxagon-io/cometbft - 0eb85161aa6c5ddece4979e886babff4d28754fe authored almost 7 years ago by Adrian Brink <[email protected]>
Bullet points for reactor and poolRoutine

github.com/hexxagon-io/cometbft - 940145b36871b3ac4255d677f61b94af9a3862bf authored almost 7 years ago by Adrian Brink <[email protected]>
Formatting and documentation

github.com/hexxagon-io/cometbft - a30315276b4e59bd6253637d8d5e7e8c4a610ca4 authored almost 7 years ago by Adrian Brink <[email protected]>
Cleanup build and structure

github.com/hexxagon-io/cometbft - 6366eb9d99e8539cd80d6b6cbaedb152658ab7b9 authored almost 7 years ago by Adrian Brink <[email protected]>