Skip to content

Add MockERC20 contract and update MockReputationOracle with last update timestamps#238

Open
No-bodyq wants to merge 1 commit into
DigiNodes:mainfrom
No-bodyq:feat/truth-bounty
Open

Add MockERC20 contract and update MockReputationOracle with last update timestamps#238
No-bodyq wants to merge 1 commit into
DigiNodes:mainfrom
No-bodyq:feat/truth-bounty

Conversation

@No-bodyq
Copy link
Copy Markdown

Closes #170

Summary

Small fix: ensure ClaimSettled events emitted by TruthBountyClaims include the beneficiary as an indexed topic so downstream listeners can efficiently filter by beneficiary.

Changes

  • Confirmed ClaimSettled(address indexed beneficiary, uint256 amount) is present and used by settlement flows.
  • Added lightweight unit tests to validate single and batched settlements emit expected events and transfer tokens.

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.

Missing Indexed in TruthBountyClaims.sol

1 participant