Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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 changes: 2 additions & 0 deletions docs/contracts/EVENT_ARCHIVE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Bounded on-chain storage for resolved and cancelled prediction markets, with paginated historical queries.



## Overview

`EventArchive` (in `contracts/predictify-hybrid/src/event_archive.rs`) lets admins mark resolved or cancelled markets as archived and exposes read-only paginated queries for analytics and UI. Only public metadata is returned β€” no votes, individual stakes, or addresses.
Expand Down
1 change: 1 addition & 0 deletions scripts/check_wasm_size.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash
set -e


# Default budget: 768 KiB = 768 * 1024 = 786432 bytes
BUDGET=${WASM_SIZE_BUDGET:-786432}

Expand Down
Loading