Commit Graph

7 Commits

Author SHA1 Message Date
mergify[bot] 818f6a047e
feat: Create ABCI++ Verfication Methods (backport #15298) (#15314)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Aleksandr Bezobchuk <aleks.bezobchuk@gmail.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-03-08 21:20:38 +00:00
Julien Robert 8b60d4112b
refactor: migrate to CometBFT in v0.47 (#15060) 2023-02-20 16:36:58 +01:00
mergify[bot] e1f73a2b70
refactor: improve `x/upgrade` app wiring (part of upgrade audit) (backport #14216) (#14306)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2022-12-15 18:18:14 +00:00
mergify[bot] ac05af3630
fix: app config and simapp (v1,v2) fixes (backport #14209) (#14230)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2022-12-09 13:52:49 +01:00
mergify[bot] e7afcca232
fix: state listener observe writes at wrong time (backport #13516) (#14137)
* fix: state listener observe writes at wrong time (#13516)

* fix: state listener observe writes at wrong time

Closes: #13457

Currently state listener is notified when the cache store write, which happens in commit event only, which breaks the current design.
The solution (as discussed in the issue) is to listen state writes on rootmulti store only.

It also changes the file streamer to output single data file for the writes in the whole block, since we can't distinguish writes from different stage of abci events.

It adds new config items for file streamer:
- streamers.file.output-metadata
- streamers.file.stop-node-on-error
- streamers.file.fsync

* synchronous abci call, and format doc

* fix comment

* update file streamer readme and fix typos

* typo

* fix: state listener observe writes at wrong time

Closes: #13457

Currently state listener is notified when the cache store write, which happens in commit event only, which breaks the current design.
The solution (as discussed in the issue) is to listen state writes on rootmulti store only.

It also changes the file streamer to output single data file for the writes in the whole block, since we can't distinguish writes from different stage of abci events.

It adds new config items for file streamer:
- streamers.file.output-metadata
- streamers.file.stop-node-on-error
- streamers.file.fsync

synchronous abci call, and format doc

fix comment

update file streamer readme and fix typos

typo

* improve UX of file streamer, make it immediately usable after enabled

- set default value to write_dir.
- make write_dir based on home directory by default.
- auto-create the directory if not exists.

* get homePage from opts

Co-authored-by: Marko <marbar3778@yahoo.com>
(cherry picked from commit 1f91ee2ee941fd9a1dd4bc3acecd753e3cb7e237)

# Conflicts:
#	CHANGELOG.md
#	baseapp/streaming.go
#	store/streaming/constructor.go
#	store/streaming/file/service.go

* fix changelog

* fix conflicts

Co-authored-by: yihuang <huang@crypto.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2022-12-05 22:23:03 +00:00
mergify[bot] 2e77eafba3
docs: add docs about `x/auth/tx` (backport #14021) (#14034)
* docs: add docs about `x/auth/tx` (#14021)

* docs: add docs about `x/auth/tx`

* updates

* updates

* updates

* updates

* updates

* updates

* updates

Co-authored-by: Marko <marbar3778@yahoo.com>
(cherry picked from commit 6f329d70c6cc128c14189a6aa82b79add9798677)

# Conflicts:
#	api/cosmos/auth/v1beta1/query.pulsar.go
#	go.sum
#	simapp/go.sum
#	tests/go.sum
#	x/auth/types/query.pb.go

* bump deps (#14035)

* updates

* updates

Co-authored-by: Julien Robert <julien@rbrt.fr>
2022-11-27 23:01:15 +01:00
mergify[bot] e5d7937bb0
chore: rename `app_legacy` & add sims for 0.47 (#13950) (#13957)
* docs: rename `app_legacy`

* add sims for 0.47

* update concurrency group

Co-authored-by: Marko <marbar3778@yahoo.com>
(cherry picked from commit 3bb27795742dab2451b232bab02b82566d1a0192)

Co-authored-by: Julien Robert <julien@rbrt.fr>
2022-11-21 19:35:41 +01:00