https://github.com/intersectmbo/governance-actions
Anchor metadata for Governance Actions submitted by Intersect.
https://github.com/intersectmbo/governance-actions
Last synced: 11 months ago
JSON representation
Anchor metadata for Governance Actions submitted by Intersect.
- Host: GitHub
- URL: https://github.com/intersectmbo/governance-actions
- Owner: IntersectMBO
- Created: 2024-10-18T23:24:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-23T11:01:22.000Z (11 months ago)
- Last Synced: 2025-04-23T12:19:53.206Z (11 months ago)
- Language: Shell
- Homepage:
- Size: 968 KB
- Stars: 4
- Watchers: 4
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Governance Actions Repository
This repository is intended to hold governance action anchor metadata, for actions submitted on behalf of Intersect committees, including the Technical Steering Committee.
## Navigation
### [Mainnet](./mainnet/)
- [Protocol Parameter Update - Plutus Cost Model](./mainnet/2024-11-04-ppu/README.md)
- [Hardfork Initiation - Protocol version 10.0](./mainnet/2024-10-30-hf10/README.md)
- [Info Action - Rename Chang #2 Hard Fork to the Plomin Hard Fork](./mainnet/2024-11-19-infohf/README.md)
- [New Constitution - Replace the Interim Constitution](./mainnet/2025-01-30-const/README.md)
- [Info Action - Defining the Cardano Vision and Roadmap for 2025 and beyond](./mainnet/2025-02-27-inforoadmap/README.md)
### [PreProd Testnet](./preprod/)
- [Protocol Parameter Update - Plutus Cost Model](./preprod/2024-11-04-ppu/README.md)
- [Hardfork Initiation - Protocol version 10.0](./preprod/2024-10-30-hf10/README.md)
### [Preview Testnet](./preview/)
- [Protocol Parameter Update - Plutus Cost Model](./preview/2024-10-21-ppu/README.md)
- [Hardfork Initiation - Protocol version 10.0](./preview/2024-10-30-hf10/README.md)
### [Helper Scripts](./scripts/)
#### Create markdown file from JSON source
```shell
./scripts/create-human-readable-from-json.sh /path-to-jsonld/
```
#### Hash JSON source files
Uses `cardano-cli` and `bl2sum` to hash the JSON source file.
```shell
./scripts/hash-json.sh /path-to-jsonld/
```