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

Merge pull request #1314 from tendermint/add-go-amino-as-source-to-wire

Add go amino as source to wire

244d88dfdaba9bd81b6492fdf0cf675de9fde23a authored almost 7 years ago
Merge pull request #215 from tendermint/bucky/fees-gas

comment some fields in ResponseCheck/DeliverTx. closes #214

791f95bac3fa169158267695fc8fbc3ecea32679 authored almost 7 years ago
fix Makefile's .PHONY

76e1dd41e40a8a65803f433676a071adaeb0b483 authored almost 7 years ago
add go-amino as source for go-wire

e39187a063f9802786cb03a8a634bd09b89c3fe6 authored almost 7 years ago
comment some fields in ResponseCheck/DeliverTx. closes #214

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

121f0d3fcf6224b46aa78ec8dc704fa224c2c9c3 authored almost 7 years ago
Merge pull request #1286 from tendermint/feature/xla-priv-val-invert-dial

Invert privVal socket communication

cd2ba4aa7f95e16fe99570260ad58415e7ad4660 authored almost 7 years ago
add CODEOWNERS file

73407e7cff462bf4ffcc44d55a9dd4570dd57fed authored almost 7 years ago
remove any mention of glide

47b8a8864b7e7b63b2d34902cee6e7b5a99466d2 authored almost 7 years ago
update go-amino

f499ce871362f456e127da24fd3dc244dc863f00 authored almost 7 years ago
cmd/tendermint/commands/lite: add tcp scheme to address URLs (#1297)

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

As reported ...

0de19420f64ba8ac34416d76626fbf625f5fcda0 authored almost 7 years ago
encodeByteSlice uses uvarint for length instead of varint (#161)

b1cc688a61c53e39b92ceb5df370e3c94b19da4c authored almost 7 years ago
Merge pull request #1292 from tendermint/1125-exp-backoff-for-ensure-peers

exponential backoff for addrs in the address book

f3000d0c84117a40ca7cf0055f285f342c3eaa7a authored almost 7 years ago
use time.Since

fc5b0471d930d742fed138622462b6eb144f2663 authored almost 7 years ago
skip dialing based on last time dialed

264bce4ddd6c71808a145e02f28b4ea41f8b96a9 authored almost 7 years ago
fixes from bucky's review

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

8723c91db96b85862f50357b0b8d8ffd90a4fcf3 authored almost 7 years ago
test pex_reactor's dialPeer

f85c8896d9877f034e6c40d11887637150940841 authored almost 7 years ago
refactor pex_reactor tests

f0d4f56327caff786b1835649b2df4b7664f70b1 authored almost 7 years ago
Merge pull request #1293 from tendermint/update-template

add 2 more points to ISSUE_TEMPLATE

3d5c05e4e642d236a718ccf3aa228d7d72c8d90b authored almost 7 years ago
do not run complete test suite on `make`

bad dev experience

018da09f1405e29c8202265c9396524cab18ffc4 authored almost 7 years ago
add 2 more points to ISSUE_TEMPLATE

Refs #1291

60a64af28d3540da94f4542192450fb8b1ce5a47 authored almost 7 years ago
Testing refactor for Jenkins (#1098)

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

* test optimization for jenkins (#1093)

...

13a2013229a0ffee3eda62b95f14d6275c239a88 authored almost 7 years ago
fixes from @xla's review

1941b5c769f0fde2ca68ae087705163dd6fc42e5 authored almost 7 years ago
exponential backoff for addrs in the address book

Refs #1125

21e2c41c6b728efe715179d3c4bdd8c4fc25dde0 authored almost 7 years ago
Invert privVal socket communication

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

589781721a865863335ea532589f9753a4e54ecb authored almost 7 years ago
Merge pull request #1284 from tendermint/feature/xla-follow-priv-val

Follow-ups to PrivValidator

2ce57a65ff0e89a160357f2fbaa10301e448b459 authored almost 7 years ago
Fix typo

2aa77025c3e78c33bca1d6f84b321b5fe441f4f8 authored almost 7 years ago
Use builtin panic

8e1856a90a4fbf1175b90f3e5460c446964dba91 authored almost 7 years ago
Stop privVal socket client on node shutdown

ca619c80b6e046244e724e64117cdf6127f7a28b authored almost 7 years ago
Improve method docs

25ff699425cbd558b56161e2da2cba19a395e308 authored almost 7 years ago
Use common method to determine file existence

879b4c0a2cbbef50d1a4ec1d3b82e80b7d92167b authored almost 7 years ago
Merge pull request #1283 from tendermint/feature/xla-run-integration-release

Speed up CircleCI builds

45d07a3d0b800c50d1a9dd83a28299451d528778 authored almost 7 years ago
fix typo (#1285)

788354d81e59ed3b2397573bc38256eccd18e4db authored almost 7 years ago
Speed up CircleCI builds

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

b7ce89e568c0bba01fc37feaa588f4b94944cde5 authored almost 7 years ago
Merge pull request #1280 from tendermint/zach/explain-determinism

docs: add 'On Determinism'

8d81a259c796077b768162d5b1d43f6e65f0321c authored almost 7 years ago
pubsub implements service.OnReset (#156)

066fe82a927aef6f7f6431af78f0d5156cb2cdb1 authored almost 7 years ago
docs: add document 'On Determinism'

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

30197612046088646ed22afea30f57cf8209a87f authored almost 7 years ago
Merge pull request #1256 from tendermint/feature/more-priv-val

PrivValidatorAddr -> PrivValidatorListenAddr. Update ADR008

6120a4c5e4f4b0ea9d5f22cedee949b862b11a5e authored almost 7 years ago
adr: Amend decisions for PrivValidator

533ed2a876847d79dbebf62f7797b9b1acf5db29 authored almost 7 years ago
PrivValidatorAddr -> PrivValidatorListenAddr. Update ADR008

d4e4055d5749e33cc60a9a1b0164d5f46e290caa authored almost 7 years ago
Make RPC handler protocol agnostic (#1276)

ee51ad8e290b5749f52a6ad3a8aa3f6b49008f8f authored almost 7 years ago
fix docs links & stuff (#1273)

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

* spec: remove ref to non-existant repo

* codec...

bdd50c5f3750238fbd60948cd1a747f9016e50d9 authored almost 7 years ago
Merge pull request #1274 from tendermint/codecov

Codecov

3d8861269094d36f270b790a6a247ec609d54ff2 authored almost 7 years ago
return back threshold and ignore sections

630d54c95a9e84f085528de067bb90707ab22e11 authored almost 7 years ago
Merge pull request #209 from zmanian/transitive_deps

Move the tmlibs dependency to develop

d5361de3001184de7cd3a0ccbae12eccde3d724e authored almost 7 years ago
Move the tmlibs dependency to develop

a38ad4e21b1d83c511b2705a5bcb32b28d415eb3 authored almost 7 years ago
Merge pull request #208 from tendermint/zramsay-patch-1

update spec formatting for docs

a29163d85b3e8dbd65641177f2283ea841b545d8 authored almost 7 years ago
update spec formatting for docs

this file is pulled in by tendermint's doc building

a183219659278a3de89e8052399331dc1f387e39 authored almost 7 years ago
bring back dummy for backwards compatibility ...

7579abd7101dd11ed180f5c35d8dd4ee4c67288e authored almost 7 years ago
persistent_peers fix

5cb7e151fb57b60f70d555fb1135ef259ec4e866 authored almost 7 years ago
persistent_peers changes

426938e2b498e24884c252140fb607b607d97418 authored almost 7 years ago
p2p ids in config.toml

2429cfb2b782b3b37337f3a059a48c1acb429d2a authored almost 7 years ago
node ID fix

7d414cb7b2b3ce5057a128bceef8830de078f805 authored almost 7 years ago
basecoind service fix

e893f9bc1fd910546e833311a8c39fbf375f98aa authored almost 7 years ago
basecoind genesis fix

71e133553ed307eccfdc1cca5630f51fabe19360 authored almost 7 years ago
basecoin - basecoind rename

82106913f1fef9beb2891a848e197c2f77e9b07d authored almost 7 years ago
Merge pull request #71 from zmanian/dep

Switch to dep from glide for dependency resolution

69e960da4292dd3a7fec53a9f2fbd5daf23dac37 authored almost 7 years ago
use previously working new go-wire. not bleeding edge

5e073562648998d31286e27c109b0e0c991e46b0 authored almost 7 years ago
Merge branch 'master' into develop

e05ba9511ae5a48987168918c92583729f218952 authored almost 7 years ago
update dep

929f326dd248d99123fbbccceec251de4494bf65 authored almost 7 years ago
Merge pull request #1265 from tendermint/bucky/new-wire-api

Bucky/new wire api

3cedd8cf070ef120964ac99367cd69414665604b authored almost 7 years ago
changelog, version, glide

3a929316572d6ad9e976b8d00e57c81282aae932 authored almost 7 years ago
Merge pull request #73 from tendermint/develop-pre-wire

Develop pre wire

c3e19f3ea26f5c3357e0bcbb799b0761ef923755 authored almost 7 years ago
types: uncomment some tests

ff8c648c2375f2d28c320495dbf8935a48ae0d8f authored almost 7 years ago
Merge pull request #1233 from tendermint/feature/xla-dial-seed-without-timeout

p2p: if we have no peers we should dial seeds right away

8bceb5ce366b2a0ee69968f706565768f49e098e authored almost 7 years ago
Dial seeds directly without potential peers

In order to improve the operator experience we want the node to dial
seeds immediately if there ...

8f2703e8b22682bab69e567ed59c087cc487e0b5 authored almost 7 years ago
types: TestValidatorSetVerifyCommit

c394eef7b8f4b71f3e077c22f697040694eb6c74 authored almost 7 years ago
types/validator_set_test: move funcs around

f9921ae3625791083f1c3b54dac218ab67d4a038 authored almost 7 years ago
Add app_state from genesis file in InitChain message

fff0c6cd8eaf902e4f4099a3d06bc95d6c81564e authored almost 7 years ago
Keybase refactor

Same as 788cc0a79256d4fe0448e17a90217acf3d61346b but without the new go-wire

6c6d01b51c56f8b155cf9712e79de8fb12a82803 authored almost 7 years ago
update dep for new go-wire API

59872bf33541deeadda2f089fd1401c792ff639b authored almost 7 years ago
state: fix txResult issue with UnmarshalBinary into ptr

656854186c35ad32eb87defa80db26d120620940 authored almost 7 years ago
types: bring back json.Marshal/Unmarshal for genesis/priv_val

6596bff8ec2784c2592e85e13c611d5f04282995 authored almost 7 years ago
state: builds

eaafd9d61cb5cd882e2658e7a1d13f01014a9696 authored almost 7 years ago
types.SignBytes -> o.SignBytes

5378bfc5c7a6973097830a99ea14eaad15a23654 authored almost 7 years ago
types: fix validator_set_test issue with UnmarshalBinary into ptr

abeeeeb611b21a85051a7781184d6c30dcd75e7f authored almost 7 years ago
types: p2pID -> P2PID

ca3655a4094b4c70071c1901548fa90dfbd1adc7 authored almost 7 years ago
types: working on tests...

6cf510064571837bec25d93cf7bdd53767cfdaa4 authored almost 7 years ago
types: revert to old wire. builds

51628aea08615206ab7dca0af132a8bdbb24bdec authored almost 7 years ago
types: builds

3395f5fb0e023017c701bdf2f8ab087b185f7174 authored almost 7 years ago
types: tests build

d2cd07954150e907fb1758e1a0ba37493a441ea0 authored almost 7 years ago
wire: no codec yet

fc35e3b8c52fa441747c0aaf883aed6d2deb8c5a authored almost 7 years ago
add wire pkg with global codec

085b4f5f2ec974bd4acc0b73a9deb9e77a7fdbba authored almost 7 years ago
types: remove dep on p2p

fd58645dd2fa704bff0a02cf836c664ee38bd94c authored almost 7 years ago
types: update for new go-wire. WriteSignBytes -> SignBytes

200787ede2e7bde972b33234c6436cd626cdb722 authored almost 7 years ago
Merge branch 'master' into develop

9e0e00bef42aebf6b402f66bf0f3dc607de8a6f3 authored almost 7 years ago
Merge pull request #1142 from tendermint/add_valid_value_mechanism

Add support for ValidBlock mechanism for the simplest case

9cdba04fe91a9906af5e649300fabf5fb707250c authored almost 7 years ago
update CHANGELOG, README, spec for v0.10. Fixes #205

fb808a00d53dfe65ca8932ea593d550a50a64976 authored almost 7 years ago
Merge pull request #206 from tendermint/bucky/fix-spec-and-changelog-for-v0.10.0

update CHANGELOG, README, spec for v0.10. Fixes #205

c015e7a23dfb7f6004d3e4ff03a49fd5cf1f18f3 authored almost 7 years ago
Merge pull request #1258 from tendermint/return-dummy-app

return back dummy & persistent_dummy as options for proxy_app

e92c87630d1473aaf11201ab0ddd6cea1443b44d authored almost 7 years ago
Add support for ValidBlock mechanism for the simplest case

4670857c15b22007830770cc4eae8d957f607a59 authored almost 7 years ago
Separate ValidBlock rule from unlocking rule

d4e93a6de3da62d4399a1dd8e71597a69e22bfed authored almost 7 years ago
update changelog

e8d8aedd1ff31bacdcf8f0738e16156beaada2d8 authored almost 7 years ago
return back dummy & persistent_dummy as options for proxy_app

87372da7300d654d07009c9eddc2c9bffe6f4c32 authored almost 7 years ago
Merge pull request #203 from tendermint/fix-dockerfile-develop

fix Dockerfile.develop

031be404cf0d9cd7e648ecdf4930b48aca4ec0a6 authored almost 7 years ago
Merge pull request #1198 from tendermint/feature/genesisrawjson

SDK: AppOptions -> AppState

3b40b62d043a4e8e7519f07b1371641376e73046 authored almost 7 years ago
add missing golang.org/x/net/netutil package

c41cbf2a0738fddc97b7acfb090f2c3114a68d97 authored almost 7 years ago
add app_state field to docs

1a3faa8db15b709ad0c32bead06dc23aaef9783c authored almost 7 years ago
rename app_options to app_state in genesis_test

4ce79baac79e54bc27e4afaa72206624656f44a2 authored almost 7 years ago