You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/stellar-contracts/governance/governor.mdx
-30Lines changed: 0 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -192,36 +192,6 @@ pub enum ProposalState {
192
192
193
193
States are divided into **time-based** (Pending, Active, Defeated) — derived from the current ledger, never stored — and **explicit** (all others) — persisted in storage, taking precedence once set.
Copy file name to clipboardExpand all lines: content/stellar-contracts/index.mdx
-5Lines changed: 0 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,10 +38,6 @@ for access control and contract management.
38
38
39
39
***[Fee Abstraction](/stellar-contracts/fee-abstraction)**: Enable users to pay transaction fees in tokens (e.g. USDC) while relayers cover XLM fees.
40
40
41
-
## ZK Email
42
-
43
-
***[DKIM Registry](/stellar-contracts/zk-email)**: On-chain DKIM public key hash registry for zkEmail verification systems.
44
-
45
41
## Security and Audits
46
42
47
43
Our contracts are built with security as a top priority. You can find our audit reports [here](https://github.com/OpenZeppelin/stellar-contracts/tree/main/audits).
@@ -72,7 +68,6 @@ Similarly, utilities and other modules have their own error codes:
72
68
* Accounts: `3XXX`
73
69
* Governance: `4XXX`
74
70
* Fee Abstraction: `5XXX`
75
-
* ZK Email: `6XXX`
76
71
77
72
## Important Notes
78
73
As a deliberate design choice, this library manages the TTL for temporary and persistent storage items.
0 commit comments