William Banfield
a6fd1fe201
add benchmarks for key agg
2022-05-04 19:14:07 -04:00
William Banfield
0e8509e821
tweek language
2022-05-04 18:23:14 -04:00
William Banfield
cbe5af763c
add section on light client changes, circl, and current considerations
2022-05-04 18:13:04 -04:00
William Banfield
27244556e9
clarify summing zero attack
2022-04-28 15:35:00 -04:00
William Banfield
888fdc849f
typo
2022-04-28 15:30:38 -04:00
William Banfield
b90cc5be9e
add section on summing zero attacks
2022-04-27 17:18:28 -04:00
William Banfield
344b1b9c67
add section on updating IBC clients
2022-04-27 16:47:16 -04:00
William Banfield
1cb06bb90f
add library support commentary
2022-04-20 19:28:32 -04:00
William Banfield
157e65dc38
nits from crodriguezvega
2022-04-20 19:21:23 -04:00
William Banfield
0674d5231f
add information on all-or-nothing nature of BLS verification
2022-04-20 19:14:59 -04:00
8e8e24f450
Update docs/rfc/rfc-018-bls-agg-exploration.md
...
Co-authored-by: M. J. Fromberger <fromberger@interchain.io >
2022-04-18 11:51:46 -04:00
3d4d3fca9d
Update docs/rfc/rfc-018-bls-agg-exploration.md
...
Co-authored-by: M. J. Fromberger <fromberger@interchain.io >
2022-04-18 11:43:27 -04:00
William Banfield
24e83a52c3
would -> could
2022-04-18 11:41:44 -04:00
William Banfield
71aa054568
update block verification description
2022-04-18 11:41:07 -04:00
William Banfield
fda73ffc65
clarify 'interactive' signing
2022-04-18 11:33:53 -04:00
8e2598f3bf
Update docs/rfc/rfc-018-bls-agg-exploration.md
...
Co-authored-by: M. J. Fromberger <fromberger@interchain.io >
2022-04-18 11:31:25 -04:00
William Banfield
3789c90c48
multi-signature definition update
2022-04-18 11:27:30 -04:00
f367a851da
Apply suggestions from code review
...
Co-authored-by: M. J. Fromberger <fromberger@interchain.io >
2022-04-18 11:10:01 -04:00
e4b8f1d041
Update docs/rfc/rfc-018-bls-agg-exploration.md
...
Co-authored-by: M. J. Fromberger <fromberger@interchain.io >
2022-04-16 00:08:01 -04:00
William Banfield
830b8c6d11
add link to weil pairing
2022-04-15 23:58:28 -04:00
William Banfield
cdfff6e672
typo
2022-04-15 23:53:20 -04:00
78b9badcc2
Apply suggestions from code review
...
Co-authored-by: M. J. Fromberger <fromberger@interchain.io >
2022-04-15 23:50:06 -04:00
William Banfield
5c8efdc7b3
link fix
2022-04-15 23:44:20 -04:00
William Banfield
1e55604f66
typos
2022-04-15 23:44:01 -04:00
William Banfield
a2189eaf8c
typos
2022-04-15 23:43:38 -04:00
56f3656335
Apply suggestions from code review
...
Co-authored-by: M. J. Fromberger <fromberger@interchain.io >
2022-04-15 23:36:40 -04:00
99df2a8fd8
Update docs/rfc/rfc-018-bls-agg-exploration.md
...
Co-authored-by: M. J. Fromberger <fromberger@interchain.io >
2022-04-15 23:31:04 -04:00
William Banfield
47d464ed13
language fixes
2022-04-15 23:23:20 -04:00
11989221f9
Update docs/rfc/rfc-018-bls-agg-exploration.md
...
Co-authored-by: M. J. Fromberger <fromberger@interchain.io >
2022-04-15 23:15:14 -04:00
111b234be3
Update docs/rfc/rfc-018-bls-agg-exploration.md
...
Co-authored-by: M. J. Fromberger <fromberger@interchain.io >
2022-04-15 23:14:29 -04:00
d4bae3eddf
Update docs/rfc/rfc-018-bls-agg-exploration.md
...
Co-authored-by: M. J. Fromberger <fromberger@interchain.io >
2022-04-15 23:14:20 -04:00
c87cab4ff6
Update docs/rfc/rfc-018-bls-agg-exploration.md
...
Co-authored-by: M. J. Fromberger <fromberger@interchain.io >
2022-04-15 23:13:44 -04:00
William Banfield and GitHub
d2720bbc9d
Update docs/rfc/rfc-018-bls-agg-exploration.md
2022-04-15 16:32:53 -04:00
William Banfield
4298011552
eth adoption
2022-04-15 16:28:33 -04:00
William Banfield
43a899ae12
typo
2022-04-15 16:25:25 -04:00
William Banfield
364ff364eb
initial draft of BLS signature aggregation
2022-04-15 16:22:29 -04:00
M. J. Fromberger and GitHub
9296717433
Update RFC ToC for RFC-015. ( #8338 )
2022-04-13 20:25:59 +00:00
William Banfield and GitHub
8e5dfa55ef
rfc: RFC 015 ABCI++ Tx Mutation ( #8033 )
...
This pull requests adds an RFC to discuss the proposed mechanism for transaction replacement detailed in the ABCI++ specification.
2022-03-14 09:49:04 -04:00
M. J. Fromberger and GitHub
f9e0f77af3
docs: Update spec links to point to tendermint/tendermint ( #7851 )
2022-02-18 04:40:32 -08:00
M. J. Fromberger and GitHub
f92289d5e8
RFC 012: Event Indexing Revisited ( #7784 )
...
The original Tendermint implementation provided a fixed, built-in event
indexer, but users would like to plug in different indexing backends. Although
ADR-065 was a good first step toward customization of indexing, its
implementation model does not satisfy all the user requirements. Moreover,
this approach leaves some existing technical issues with indexing unsolved.
This RFC documents these concerns, and discusses some potential approaches to
solving them. It does _not_ propose a specific technical decision. It is meant
to unify and focus some of the disparate discussions of the topic.
2022-02-17 09:30:02 -08:00
M. J. Fromberger and GitHub
38e29590ff
docs: rename RFC 008 ( #7841 )
...
While the name including an apostrophe is perfectly legal, it turns out to
confuse some tools that don't escape things properly. Rename to remove the
apostrophe rather than fight the world.
Fixes #7836 .
2022-02-17 16:07:14 +00:00
Callum Waters
e81b0e290e
spec: merge spec repo into tendermint repo ( #7804 )
2022-02-17 13:02:48 +01:00
Sam Kleinman and GitHub
2c074e24e6
rfc: p2p light client ( #7672 )
2022-01-31 12:45:58 -05:00
William Banfield and GitHub
abb7c8c2b0
RFC-009: Consensus Parameter Upgrades ( #7524 )
...
Related to #7503
2022-01-14 16:47:02 +00:00
Sam Kleinman and GitHub
3b6c3890d6
rfc: don't panic ( #7472 )
2021-12-17 16:15:01 -05:00
William Banfield and GitHub
20c547a901
rfc: deterministic proto bytes serialization ( #7427 )
...
Major thanks to @creachadair for guidance in regards to the proto spec and for quick prototyping of a serialized-proto-canonicalizer.
2021-12-15 22:52:01 +00:00
M. J. Fromberger and GitHub
b4055a0753
Fix ToC entry for RFC 006. ( #7248 )
...
Oops.
2021-11-05 15:55:48 +00:00
M. J. Fromberger and GitHub
432067cc0e
RFC 006: Event Subscription ( #7184 )
...
This is intended to document some ergonomic and reliability issues with the
existing implementation of the event subscription service on the Tendermint
node, and to discuss possible approaches to improving them.
2021-11-05 08:23:17 -07:00
Sam Kleinman and GitHub
5a13c7075b
rfc: event system ( #6957 )
2021-09-21 11:22:55 -04:00
Ismail Khoffi and GitHub
ad067d73b9
rfc: Fix a few typos and formatting glitches p2p roadmap ( #6960 )
2021-09-20 09:02:29 -04:00