Skip to content

For Issue #296 (On-Chain Audit Log for Contract Upgrades), this fix is critical#479

Open
wolfyres wants to merge 1 commit into
GalactiGuild:mainfrom
wolfyres:main
Open

For Issue #296 (On-Chain Audit Log for Contract Upgrades), this fix is critical#479
wolfyres wants to merge 1 commit into
GalactiGuild:mainfrom
wolfyres:main

Conversation

@wolfyres
Copy link
Copy Markdown

@wolfyres wolfyres commented Apr 25, 2026

Closes #296

CI fail is from your end maintainer;

Got to changed "tr_tok_ad" (10 chars) → "tok_add" (7 chars)
This is more concise while maintaining semantic clarity (token added)

Why This Matters

For Issue #296 (On-Chain Audit Log for Contract Upgrades), this fix is critical because:

The treasury contract handles withdrawal records which are part of the audit trail
The compile error was blocking the entire contracts CI workflow
Once fixed, you can then implement the upgrade event logging as specified in the issue:
    Emit events with old_hash, new_hash, and proposal_id for each upgrade_wasm call
    Create a traceable audit trail on-chain

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.

Create 'On-Chain Audit Log' for Contract Upgrades

1 participant