Part of #25 (contract test-coverage push).
events
How to test
- Reuse the crate's
tests/common.rs harness; add tests/bounty_pillar.rs + a one-line mod bounty_pillar; in tests/mod.rs.
- Template:
contracts/events/src/tests/cross_contract.rs.
- Run
cargo test -p boundless-events, then cargo test --all before the PR.
Acceptance criteria
Part of #25 (contract test-coverage push).
events
How to test
tests/common.rsharness; addtests/bounty_pillar.rs+ a one-linemod bounty_pillar;intests/mod.rs.contracts/events/src/tests/cross_contract.rs.cargo test -p boundless-events, thencargo test --allbefore the PR.Acceptance criteria
tests/bounty_pillar.rscovering every function in scope.Errorvariant + edge cases + auth-rejection (+ idempotency where relevant).cargo test --allpasses; PR links this issue.