OpenZeppelin / OpenZeppelin/stellar-contracts
Improve `examples/fungible-governor-timelock/governor/src/governor.rs` by having a Timelock Extension
@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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.