Ethan Buchman
d9d4f3e629
Prepare v0.29.0 ( #3184 )
* update changelog and upgrading
* add note about max voting power in abci spec
* update version
* changelog
6 years ago
srmo
49017a5787
3070 [docs] unindent text as it is supposed to behave the same as the parts before ( #3075 )
6 years ago
Jernej Kos
99b9c9bf60
types: Emit tags from BeginBlock/EndBlock ( #2747 )
This commit makes both EventNewBlock and EventNewBlockHeader emit tags
on the event bus, so subscribers can use them in queries.
6 years ago
Zach
8b77328313
[docs] improve organization of ABCI docs & fix links ( #2749 )
* dedup with spec/abci/client-server
* fixup abci/readme
* link to getting started in abci/README
* https
* spec/abci: some deduplication
* docs: remove extraneous comment
6 years ago
Dev Ojha
56d7160606
Add ValidatorPubkeyTypes as a consensus param ( #2636 )
* Add ValidatorPubkeyTypes as a consensus param
Ref #2414
* update spec
* address anton's comment
* Switch to Validator and Validator Params
* Correct changelog entry
* Address bucky's comments!
* forgot to update changelog
* fix typo
* fix Params naming
6 years ago
Ethan Buchman
ed4ce5ff6c
ADR-016: Update ABCI Info method for versions ( #2662 )
* abci: update RequestInfo for versions
* abci: update ResponseInfo for versions
* compile fix
* fix test
* software_version -> version
* comment fix
* update spec
* add test
* comments and fix test
6 years ago
Ethan Buchman
455d34134c
ADR-016: Add versions to Block and State ( #2644 )
* types: add Version to Header
* abci: add Version to Header
* state: add Version to State
* node: check software and state protocol versions match
* update changelog
* docs/spec: update for versions
* state: more tests
* remove TODOs
* remove empty test
6 years ago
Ethan Buchman
f471fc4963
abci: codespace ( #2557 )
* abci: codespace
* changelog
6 years ago
Zach
6e5f58191e
add spec/abci/readme to sidebar ( #2551 )
6 years ago
Ethan Buchman
ccd04587ff
docs/spec/abci: consensus params and general merkle ( #2524 )
* docs: links to dirs need a slash
* docs/spec/abci: consensus params and general merkle
6 years ago
Ethan Buchman
ead9fc0179
Docs cleanup ( #2522 )
* minor doc cleanup
* docs/tools: link fixes and readme
* docs/networks: networks/local/README.md
* docs: update vuepress config
* docs: fixes from review
6 years ago
Anton Kaliaev
d16f52eab3
copy without sudo ( #2474 )
6 years ago
Ethan Buchman
27ba6e8a42
Minor docs cleanup ( #2472 )
* docs: link consensus to blockchain spec. closes #2422
* docs: deprecate research section. closes #2401
* docs: fix some links
* docs: fix some markdown lists
* docs: fix more links
6 years ago
Ethan Buchman
f5824bc837
Update abci and app docs ( #2470 )
* mempool: update some comments
* make build_c
* docs: notes about databases and WAL files
* docs: determinism. closes #1279
* docs: small note about query paths. closes #2090
* docs: gas
* docs: abci consensus params
6 years ago
Ethan Buchman
503de8c9b8
docs/spec/abci: improve docs on AppHash ( #2363 )
6 years ago
Anton Kaliaev
47dc4e6428
fix a few typos in spec
6 years ago
Ethan Buchman
94288006ba
minor fixes
6 years ago
Ethan Buchman
114c405120
docs/spec/abci: fixes and more from #2249
6 years ago
Ethan Buchman
1144e72c61
docs: refactor ABCI docs
* move spec/software/abci.md to spec/abci/apps.md and improve it
* move some of app-dev/app-development.md to spec/abci/client-server.md
6 years ago
Ethan Buchman
3fd54c5df5
docs/spec/abci: update spec
* better overview section
* section on tags
* remove notes about state/concurrency from CheckTx
* incorporate feedback from #2249
* explain how validator set updates effect future blocks
6 years ago
Ethan Buchman
20c55cffc4
docs: move app-dev/abci-spec.md to spec/abci/abci.md
6 years ago