Performance improvements for the event query API (#7338)

A manual backport of #7319 and #7336.
This commit is contained in:
M. J. Fromberger
2021-11-30 06:23:27 -08:00
committed by GitHub
parent 3e41def0eb
commit 1c1ce83e2d
30 changed files with 1455 additions and 2927 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ func TestExample(t *testing.T) {
ctx := context.Background()
subscription, err := s.Subscribe(ctx, "example-client", query.MustParse("abci.account.name='John'"))
subscription, err := s.Subscribe(ctx, "example-client", query.MustCompile("abci.account.name='John'"))
require.NoError(t, err)
events := []abci.Event{