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

lite: memStoreProvider GetHeightBinarySearch method + fix ValKeys.signHeaders

Updates #1021

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

14eaba9ec325b6d384564775974e0bcd9b1e3cb8 authored about 7 years ago
Merge pull request #1178 from tendermint/nice-err-msg

improve error message

2919bc3f7fc53d56fdad9dca36006cb5ead10ea9 authored about 7 years ago
improve vague error msg, closes #1158

1c01671ec6c827de5121952bc1e240eeb2e47673 authored about 7 years ago
Coin changes for Peng's faucet

af30cef5747d868de99d134e8164fd66c800e5c9 authored about 7 years ago
Merge pull request #136 from tendermint/fix-bitArray-nil-update

common: fix BitArray.Update to avoid nil dereference

13f009bf6866852d17a1a402447de07f4fb853bc authored about 7 years ago
common: BitArray: feedback from @adrianbrink to simplify tests

85be26c675b05a2a75c856f7c22b446d8df1c944 authored about 7 years ago
moer basecoin build fixes

73a4cfb06a6dc9707e12de3b2f6e04d69d089fc1 authored about 7 years ago
basecoin build typo fix

c6190b385968365b3aacfbf4e5ce3757588082ca authored about 7 years ago
basecoin build copy fix

1f3e1eec832408b63a4046cba83b00d0333520a7 authored about 7 years ago
basecoin build fix

b3a14da617ec50a0a04c20949d98f8689b107d66 authored about 7 years ago
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...

84afef20f5d960b033c9c8d84710331e6cacec70 authored about 7 years ago
spec: remove notes, see #1152

8cca953590599b3cb85f46746c08fb72b9acde43 authored about 7 years ago
spec: more fixes

5b368252ac50bfe60c54c88c2ba642a988b174ab authored about 7 years ago
spec: minor fixes

fe632ea32a89c3d9804bbd6e3ce9391b1d5a0993 authored about 7 years ago
spec: typos & other fixes

4b4a2029c4c1682822f92de3b5fc730c20bb7b92 authored about 7 years ago
Merge pull request #1160 from shapeshed/patch-1

Fix documentation typos

6aa85357b6871c1df2a87ff841c4c55234ca5d7c authored about 7 years ago
Merge branch 'develop' into patch-1

eae62ec09b2f3033f73c6739df2977bfdc815fbe authored about 7 years ago
Merge pull request #1140 from tendermint/feature/vagrant

Fix Vagrantfile

18d96266bc4374a5f86882895e2449d3f844ace8 authored about 7 years ago
Fix documentation typos

4529fd67870edf8e51cb9d418f762b9519156bfd authored about 7 years ago
Token spitter wallet

c00faa8960c8b62e58042e22fe060f06567d282b authored about 7 years ago
update contributing.md

4a99a2a07d47407dcfdc7d8ae4adf979933efe05 authored about 7 years ago
Switch to correct directory in Vagrant

4b63b3aa0ba915607a3e8a20cc96f2e3e306d8ff authored about 7 years ago
Final Vagrantfile

fc860c3a07865772a13c4cb270f7ad97532ccdbb authored about 7 years ago
Remove upgrade step

2f147ec000a0f5f4394224c716845a50d4aff1ed authored about 7 years ago
Fix vagrantfile

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

0a7a190cd1526fe31cf66e4e5896632d0bdb7c7c authored about 7 years ago
Merge pull request #1151 from tendermint/fix/p2p-stop-conn

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

3366dfe32aa0fb71ec13d4e174a017133b902dba authored about 7 years ago
p2p/conn: better handling for some stop conditions

baff4bd8cc0596b9f082cc5ff828740ebd90c835 authored about 7 years ago
update changelog

fb109db33dd446eee4911f237721f2ebccf54de5 authored about 7 years ago
Merge pull request #1154 from tendermint/fix/consensus-tests

consensus: fix SetLogger in tests

2f5971532e20ce1221cfcf14169ce37c13a0a541 authored about 7 years ago
consensus: print go routines in failed test

ab13806276dc75a7f38d092c2ff255b218ccb958 authored about 7 years ago
consensus: fix SetLogger in tests

3ae26bd6e6fdf4685e32960d9959da026c0ac435 authored about 7 years ago
Merge branch 'master' into develop

fa8c374affb0c2f8a1d2a686d682e9cc23cf32b8 authored about 7 years ago
Merge pull request #1049 from tendermint/p2p-channels

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

27ef3489a0018b1dfba0a5c97219c2cd4842afe6 authored about 7 years ago
p2p: fix break in double loop

b6eb275b22daab5583a0c4a30e9252db67a7c5a2 authored about 7 years ago
Merge pull request #1143 from tendermint/1091-race-condition

call FlushSync before calling CommitSync

57cc8ab977c9917dd6026c9a9caf9c96ca07a8ed authored about 7 years ago
docs consolidation

260affd03773c5bd6e112e110d48fe2e3cf72927 authored about 7 years ago
p2p: fix tests for required channels

99034904f81a368ce152e041a1ce2b3bb9b00e27 authored about 7 years ago
Merge pull request #1137 from tendermint/docs-consolidate

WIP: docs consolidation

a0ffcbcee45203d27c22fb1bfe14cf2ad1c3dfba authored about 7 years ago
Merge pull request #1129 from tendermint/addrbook

p2p: bust up into sub dirs

d7b1b8d3d53a119aee49b8f1df929e9a62a7ec68 authored about 7 years ago
p2p: add Channels to NodeInfo and don't send for unknown channels

50129ad8aca2517d1d4fbde7d3fbc7ec384f374b authored about 7 years ago
blockchain: test wip for hard to test functionality [ci skip]

4051391039735ec919b42c90e7718448ab38bb61 authored about 7 years ago
Merge pull request #1133 from tendermint/fix/stop-peer-for-error

StopPeerForError in blockchain and consensus

5c9cb5e6a2da36219ecfec26787c37cb7929e188 authored about 7 years ago
p2p: addrBook.Save() on DialPeersAsync

8f3bd3f2095b32f1e8fdac8044995303d9f590d4 authored about 7 years ago
config: fix addrbook path to go in config

85816877c6775dcffa8eb187ead28eada5dcc653 authored about 7 years ago
consensus: minor cosmetic

87087b8acd523889bde0714c3a8033535fbf47c0 authored about 7 years ago
p2p/pex: wait to connect to all peers in reactor test

775bb85efbcf29b85d6d553d5b71b160d6e4650e authored about 7 years ago
p2p: notes about ListenAddr

21ce5856b3441dd6d5caca16c7a22c0ab3b27d86 authored about 7 years ago
Merge pull request #1144 from tendermint/create-logs-tarball

mercy for developers with slow Internet

f5226e000834bc214c147967b6af75d94797ae3c authored about 7 years ago
mercy for developers with slow Internet

a745fe2eed41e03d60a004f0d3a493e9edeb0dfa authored about 7 years ago
call FlushSync before calling CommitSync

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

5f3048bd09112219b1a870c781633dfc74f0df5f authored about 7 years ago
Merge pull request #1138 from tendermint/small-fix

Small fix in example

6a5818e107999cb95035da30a835744cd6620738 authored about 7 years ago
Small fix in example

dfdfd6c98ea41738864150ac657397775261e26e authored about 7 years ago
Remove reliance on global wire.Marshal

12142af1cb4e3479ea4ac98a3171debff87519c6 authored about 7 years ago
p2p: use conn.Close when peer is nil

3090b05eb43a31e3c653dc114c0b4d2185da30d5 authored about 7 years ago
StopPeerForError in blockchain and consensus

ee674f919fa165c3c263f03d4f30747e3828fe91 authored about 7 years ago
tendermint build fix

1d10217df230448f15cd0e83787d2f5d6a842db4 authored about 7 years ago
Merge pull request #1092 from tendermint/add-consensus-reactor-doc

Add consensus reactor doc

813bb6af96142495de89e8afe01a7ed4dc31d9cb authored about 7 years ago
Merge pull request #1082 from tendermint/document-proposer-selection

Document proposer selection procedure

aecbff725f9a959b9596d6b371383224d76fa2a6 authored about 7 years ago
Merge pull request #1056 from tendermint/feature/mempool-spec

WIP: Mempool specification

6679fef2bece36fc555f5deeae256c0992021982 authored about 7 years ago
Merge pull request #1051 from tendermint/feature/blockchain_reactor_docs

docs: Blockchain Reactor Documentation

c070ed056adf54fb6ae483c43be47e1c7e7f88c4 authored about 7 years ago
minor changes [ci skip]

2c6ed302b7fa91371be68e5cc06be655dea16246 authored about 7 years ago
More specification

0eb85161aa6c5ddece4979e886babff4d28754fe authored about 7 years ago
Bullet points for reactor and poolRoutine

940145b36871b3ac4255d677f61b94af9a3862bf authored about 7 years ago
Formatting and documentation

a30315276b4e59bd6253637d8d5e7e8c4a610ca4 authored about 7 years ago
Cleanup build and structure

6366eb9d99e8539cd80d6b6cbaedb152658ab7b9 authored about 7 years ago
p2p: tmconn->conn and types->p2p

44e967184a6f44f9d788015f265e9bb1a926688c authored about 7 years ago
Merge pull request #1128 from tendermint/862-seed-crawler-mode

seed crawler mode

2ec425ae4bb735693aa9365b5bc12dc14bc3d6d7 authored about 7 years ago
fixes

0d7d16005a256e9080fd8df45e0483bfe90d18ed authored about 7 years ago
p2p: use sub dirs

5b5cbaa66a4b036abdec06015a71bc1ebf9c059d authored about 7 years ago
wip addrbook

03550c7076279317bfcbeda944f757163ff19fdc authored about 7 years ago
p2p: add back lost func

930fde056a15b238c10861377bbf2fb7a29b171c authored about 7 years ago
p2p/trustmetric: non-deterministic test

8d758560d83ebb827168ce3ebb70e6e99d310101 authored about 7 years ago
p2p: seed disconnects after sending addrs

7b87cdaed8b9b7e4d37a15ee5a64fb1715071265 authored about 7 years ago
p2p: seed mode fixes from rebase and review

c2f97e64545920b98aa4ea48f9669b643a80b001 authored about 7 years ago
some minor renames

88eb3e7af0b63b3bc059453d95f501789e399730 authored about 7 years ago
added a test for PEX reactor seed mode

949211a137287b209783dfeb2eb03a0978f5e0a2 authored about 7 years ago
docs: update getting started [ci skip]

39d8da35364f740aec4dd4009bc3c0ef95cbaa26 authored about 7 years ago
add warnings about new spec

ae27e85bf7dc29323cfc73505b040b83293e9990 authored about 7 years ago
fixes from caffix review

f2d19162d2a0704a5834f10c71b33ef22c8af832 authored about 7 years ago
Add Consensus reactor spec

d36e118bf60da9a952e967daa4638dba15627341 authored about 7 years ago
Merge pull request #1121 from tendermint/consensus-tests

Consensus tests

02c1aef48beb5316584bda8c9510906b06ca03fc authored about 7 years ago
fix race

6f3d9b4be3d281feac4d2495889d1584c9ed0df8 authored about 7 years ago
mempool: cfg.CacheSize and expose InitWAL

f06cc6630b5fbc915ee02fafebe9e1a1ad12c061 authored about 7 years ago
make tests run faster

8171628ee56221e73e341c8a8867f0b2049fe7b7 authored about 7 years ago
consensus: rename test funcs

1cb76625d3be9dd25a630b164100436d5665024a authored about 7 years ago
dont run metalinter

ebeadfc57e51f3614131ac873fbd9530a452a666 authored about 7 years ago
fix and test config file

cca597a9c05987ff3fbbb0696da65ed6904f3b9d authored about 7 years ago
Merge pull request #1104 from tendermint/p2p-consolidate

WIP: P2P consolidate

940db715f4735bdfe98f28f4d01ae0f9dac36878 authored about 7 years ago
Merge pull request #1103 from tendermint/1100-document-event-subscriptions

document event subscriptions

ec2b038493f0cbdf3439ba470289c295efd7e565 authored about 7 years ago
docs: fix tx formats [ci skip]

e764a180d8e60f76554238a225ecde3e759b50df authored about 7 years ago
Merge pull request #1115 from tendermint/docs-tx-format

document tx formats

ba0cb4f10eaceb375d1918660fc056136d25ec09 authored about 7 years ago
Merge branch 'develop' into p2p-consolidate

bc19e7843c79dc6378c2f3a99810e7b8cd73325e authored about 7 years ago
fix bash tests

f57f97c4bd30a35946a0c59cb1157c36e126ceb5 authored about 7 years ago
Create PULL_REQUEST_TEMPLATE.md

0a20e8f2682ce4854afaaa698c6bef592a187567 authored about 7 years ago
Merge pull request #1116 from tendermint/feature/prs

Create PULL_REQUEST_TEMPLATE.md

b32474bb1afd0cbcd55e0029cf4b8d90eb584d27 authored about 7 years ago
docs: tx formats: closes #1083, #536

9d4d939b89cbe6c589ba16926242abcc8f081d9e authored about 7 years ago
Merge pull request #1108 from tendermint/zramsay-patch-1

Update p2p README

c1e6e73bb13e9111a0915c7b1d64c417050478b4 authored about 7 years ago
update glide for go-wire and tmlibs

32741be2126500d600cede1e2016bbbe2754cb46 authored about 7 years ago
Merge pull request #63 from tendermint/sdk2-newwire

Use new go-wire; PubKey etc are interfaces; Keybase refactor

442dab45a593e07825065462fbcc610b411d2131 authored about 7 years ago
fix test

620c957a444e51bcb6124d985f059b43b0273a37 authored about 7 years ago