OpenZeppelin / OpenZeppelin/stellar-contracts

Improve `examples/fungible-governor-timelock/governor/src/governor.rs` by having a Timelock Extension

Open
#686 0 comments 0 reactions 2 assignees View on GitHub

@brozorec is already working on this.

Since Apr 10, 2026.

Dominant language
Rust
Stars
95
Forks
68
Avg merge
4d 42m
Merged PRs (30d)
20

Description

Right now, the mapping between timelock and governor needs storage, for the following:

  • timelock address
  • operationID (for each operation)

So, the storage is manipulated directly in the example contract. However, a timelock extension for example, could have handled these low-level storage manipulations, and the users won't have to think about / deal with the storage themselves.

Although this is not a bug, I believe it is good to have for Developer Experience in general.

Assigned both of us, because this is still in discussion phase, and we may decide to abandon the idea, or change it.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.