Commit 6c8614c
fix: streaming listeners are not called for deliver tx event (backport cosmos#13334) (cosmos#13336)
* fix: streaming listeners are not called for deliver tx event (cosmos#13334)
* Problem: streaming listeners are not called for deliver tx event
it was removed accidentally, add back.
* Update CHANGELOG.md
* try to fix e2e test by wait for one more block
(cherry picked from commit 822900b)
# Conflicts:
# CHANGELOG.md
# x/auth/tx/service_test.go
* Update CHANGELOG.md
* Update x/auth/tx/service_test.go
* Update x/auth/tx/service_test.go
Co-authored-by: yihuang <huang@crypto.com>1 parent 100db2e commit 6c8614c
2 files changed
+10
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
281 | | - | |
| 281 | + | |
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
285 | 293 | | |
286 | 294 | | |
287 | 295 | | |
| |||
0 commit comments