Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
8dea8db
Add event handling types and decode functionality
mahabubAlahi Apr 1, 2026
ea01f7c
Implement event handling for AllOrNothing contract
mahabubAlahi Apr 1, 2026
96616b4
Add event log retrieval and watching capabilities for Approval events…
mahabubAlahi Apr 1, 2026
282851a
Implement event log handling for CampaignInfo contract
mahabubAlahi Apr 1, 2026
826d681
Add event log handling for CampaignInfoFactory contract
mahabubAlahi Apr 1, 2026
78253d6
Add event log handling for GlobalParams contract
mahabubAlahi Apr 1, 2026
8aecd6f
Add event log handling for ItemRegistry contract
mahabubAlahi Apr 1, 2026
4513670
Add event log handling for KeepWhatsRaised contract
mahabubAlahi Apr 1, 2026
7853e50
Add event log handling for PaymentTreasury contract
mahabubAlahi Apr 1, 2026
7301965
Add event log handling for TreasuryFactory contract
mahabubAlahi Apr 1, 2026
002215a
Update Jest configuration to increase test timeout to 60 seconds
mahabubAlahi Apr 1, 2026
e17f5e4
Updated event tests for all contracts
mahabubAlahi Apr 1, 2026
9560d19
Add event handling documentation for contracts
mahabubAlahi Apr 1, 2026
62b7ea9
Add multicall utility for batching read calls
mahabubAlahi Apr 2, 2026
ec0376b
Add multicall method to OakContractsClient interface
mahabubAlahi Apr 2, 2026
08a1bcc
Implement campaign and treasury financial aggregation methods
mahabubAlahi Apr 2, 2026
278fa14
Add tests for multicall utility and enhance metrics functions
mahabubAlahi Apr 2, 2026
7a25636
Add Multicall and Metrics Documentation to README
mahabubAlahi Apr 2, 2026
a23cb05
Add Multicall3 Address to Celo Chain Definitions
mahabubAlahi Apr 2, 2026
7c651c3
chore: added changeset
tahseen-ccprotocol Apr 2, 2026
27c0fd1
chore: added changeset
tahseen-ccprotocol Apr 2, 2026
472e495
Merge branch 'develop' into feat/contract/metrics
tahseen-ccprotocol Apr 2, 2026
5f57ffe
Merge pull request #89 from oak-network/feat/contract/events
tahseen-ccprotocol Apr 2, 2026
68fd369
Merge branch 'develop' into feat/contract/metrics
tahseen-ccprotocol Apr 2, 2026
aaf37dc
Merge pull request #90 from oak-network/feat/contract/metrics
tahseen-ccprotocol Apr 2, 2026
c61b6e0
chore: fix readme and changeset
tahseen-ccprotocol Apr 2, 2026
65a939a
chore: fix old contract sdk naming
tahseen-ccprotocol Apr 2, 2026
41b18ac
Merge pull request #96 from oak-network/feature/contract-sdk/fix
mahabubAlahi Apr 2, 2026
476464a
chore: fix readme links
tahseen-ccprotocol Apr 2, 2026
68a33e9
Merge pull request #97 from oak-network/feature/contract-sdk/fix
tahseen-ccprotocol Apr 2, 2026
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
5 changes: 5 additions & 0 deletions .changeset/lemon-rice-cross.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@oaknetwork/contracts-sdk": minor
---

Add multicall utility and metrics aggregation module
5 changes: 5 additions & 0 deletions .changeset/light-glasses-build.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@oaknetwork/contracts-sdk": minor
---

Add comprehensive event log handling across all contract entities
Loading
Loading