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

[On-Chain] Claim/Proof on-chain events #629

Merged
merged 21 commits into from
Jun 29, 2024
Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
153bd69
refactor: settled/expired events
bryanchriswhite Jun 26, 2024
e4f2df2
refactor: proof requirement reason & claim/proof stage as protobuf enums
bryanchriswhite Jun 27, 2024
e6163cf
chore: add logs around claim expiration/settlement
bryanchriswhite Jun 27, 2024
5d68fd9
refactor: E2E steps to disambiguate tx & begin/end block events
bryanchriswhite Jun 22, 2024
e7e99b7
feat: add claim/proof events
bryanchriswhite Jun 20, 2024
b9eeb40
chore: add claim/proof to response messages
bryanchriswhite Jun 27, 2024
80788b2
test: add assertions for claim/proof events
bryanchriswhite Jun 27, 2024
097d646
fix: proof types import alias
bryanchriswhite Jun 27, 2024
00ccddc
test: add E2E steps to assert for events in session scenario
bryanchriswhite Jun 27, 2024
d48e73e
chore: self-review improvements
bryanchriswhite Jun 27, 2024
1b67e95
Merge branch 'main' into issues/580/events/refactor+feat
bryanchriswhite Jun 27, 2024
c5c47c7
Merge branch 'main' into issues/580/events/refactor+feat
bryanchriswhite Jun 27, 2024
4dc858c
fix: failing tests
bryanchriswhite Jun 27, 2024
a398ac4
Merge remote-tracking branch 'pokt/main' into issues/580/events/refac…
bryanchriswhite Jun 28, 2024
a0896c3
chore: proto_regen
bryanchriswhite Jun 28, 2024
438859e
Merge remote-tracking branch 'pokt/main' into issues/580/events/refac…
bryanchriswhite Jun 28, 2024
f381a61
chore: reveiew feedback improvements
bryanchriswhite Jun 28, 2024
a4d3061
chore: review improvements
bryanchriswhite Jun 28, 2024
1e51c1d
Merge remote-tracking branch 'pokt/main' into issues/580/events/refac…
bryanchriswhite Jun 28, 2024
26c3b22
chore: review feedback improvements
bryanchriswhite Jun 29, 2024
af06d26
Merge branch 'main' into issues/580/events/refactor+feat
bryanchriswhite Jun 29, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,722 changes: 2,722 additions & 0 deletions api/poktroll/proof/event.pulsar.go

Large diffs are not rendered by default.

144 changes: 144 additions & 0 deletions api/poktroll/proof/requirement.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

146 changes: 146 additions & 0 deletions api/poktroll/proof/stage.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading