Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config/indexer: custom event indexing #6411

Merged
merged 57 commits into from May 27, 2021

Conversation

JayT106
Copy link
Contributor

@JayT106 JayT106 commented Apr 30, 2021

@JayT106 JayT106 changed the title ADR065 custom event indexing (WIP) state/indexer: custom event indexing (WIP) Apr 30, 2021
@JayT106 JayT106 changed the title state/indexer: custom event indexing (WIP) config/indexer: custom event indexing (WIP) Apr 30, 2021
@tac0turtle tac0turtle marked this pull request as draft April 30, 2021 08:26
@JayT106 JayT106 force-pushed the adr065-custom-event-indexing branch 4 times, most recently from b069a4b to f315367 Compare May 5, 2021 19:25
@codecov
Copy link

codecov bot commented May 5, 2021

Codecov Report

Merging #6411 (d500012) into master (692f23d) will increase coverage by 0.11%.
The diff coverage is 54.27%.

@@            Coverage Diff             @@
##           master    #6411      +/-   ##
==========================================
+ Coverage   60.73%   60.84%   +0.11%     
==========================================
  Files         289      292       +3     
  Lines       27212    27319     +107     
==========================================
+ Hits        16527    16623      +96     
- Misses       8990     9000      +10     
- Partials     1695     1696       +1     
Impacted Files Coverage Δ
config/toml.go 59.09% <ø> (ø)
rpc/core/blocks.go 23.36% <0.00%> (-0.68%) ⬇️
rpc/core/env.go 47.05% <ø> (ø)
rpc/core/tx.go 0.00% <0.00%> (ø)
state/indexer/indexer.go 80.00% <ø> (ø)
types/events.go 100.00% <ø> (ø)
state/indexer/indexer_service.go 57.14% <52.38%> (+1.87%) ⬆️
state/indexer/sink/psql/psql.go 72.00% <72.00%> (ø)
node/node.go 51.77% <80.00%> (+2.00%) ⬆️
node/setup.go 70.43% <86.48%> (+1.77%) ⬆️
... and 21 more

@JayT106 JayT106 force-pushed the adr065-custom-event-indexing branch 3 times, most recently from c5db30e to f0a2ac4 Compare May 6, 2021 18:59
@JayT106 JayT106 changed the title config/indexer: custom event indexing (WIP) config/indexer: custom event indexing May 6, 2021
@JayT106 JayT106 marked this pull request as ready for review May 6, 2021 19:23
@JayT106 JayT106 force-pushed the adr065-custom-event-indexing branch 2 times, most recently from c91be22 to 62db29b Compare May 7, 2021 19:11
rpc/core/tx.go Outdated Show resolved Hide resolved
rpc/core/tx.go Outdated Show resolved Hide resolved
Copy link
Contributor

@alexanderbez alexanderbez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work @JayT106! Left some feedback 👍

config/config.go Outdated Show resolved Hide resolved
node/node.go Outdated Show resolved Hide resolved
node/node.go Outdated Show resolved Hide resolved
node/node.go Outdated Show resolved Hide resolved
node/node.go Outdated Show resolved Hide resolved
state/indexer/sink/psql/schema.sql Outdated Show resolved Hide resolved
state/indexer/sink/psql/schema.sql Outdated Show resolved Hide resolved
state/indexer/sink/psql/schema.sql Outdated Show resolved Hide resolved
state/indexer/sink/psql/schema.sql Outdated Show resolved Hide resolved
state/indexer/tx/kv/kv_test.go Show resolved Hide resolved
@JayT106 JayT106 force-pushed the adr065-custom-event-indexing branch from 99acb7c to de570c8 Compare May 10, 2021 19:01
rpc/core/blocks.go Outdated Show resolved Hide resolved
rpc/core/tx.go Outdated Show resolved Hide resolved
rpc/core/tx.go Outdated Show resolved Hide resolved
state/indexer/indexer_service_test.go Outdated Show resolved Hide resolved
state/indexer/sink/psql/psql_test.go Outdated Show resolved Hide resolved
state/indexer/sink/psql/schema.sql Outdated Show resolved Hide resolved
@JayT106 JayT106 force-pushed the adr065-custom-event-indexing branch 3 times, most recently from 33a6aaf to 1b0a0c6 Compare May 12, 2021 19:56
node/setup.go Outdated Show resolved Hide resolved
state/indexer/sink/psql/schema.sql Show resolved Hide resolved
@JayT106 JayT106 force-pushed the adr065-custom-event-indexing branch from 96c3f31 to 230b7df Compare May 13, 2021 00:36
@JayT106 JayT106 force-pushed the adr065-custom-event-indexing branch from 94b88ee to 035c116 Compare May 26, 2021 21:00
@alexanderbez alexanderbez merged commit 711a718 into tendermint:master May 27, 2021
@alexanderbez alexanderbez mentioned this pull request Aug 18, 2021
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants