-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #67 from anoma/bengt/proposal-json-update
proposal formatting changed after sdk
- Loading branch information
Showing
1 changed file
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,24 +14,24 @@ Now, we need to create a json file `proposal.json` holding the content of our pr | |
|
||
```json | ||
{ | ||
"proposal": { | ||
"content": { | ||
"title": "One Small Step for Namada, One Giant Leap for Memekind", | ||
"authors": "[email protected]", | ||
"discussions-to": "forum.namada.net/t/namada-proposal/1", | ||
"created": "2069-04-20T00:04:44Z", | ||
"license": "MIT", | ||
"abstract": "We present a proposal that will send our community to the moon. This proposal outlines all training necessary to accomplish this goal. All memers are welcome to join.", | ||
"motivation": "When you think about it, the moon isn't actually that far away.The moon is only 384,400 km. We have not yet brought Namada to the moon, so it is only natural to use 101 as the prime number for our modular arithmetic operations. 384,400 (mod 101) = 95. 95 km is a distance that can be easily covered by a single person in a single day. Namada was produced by more than 100 people. So 95/100 = 0, rounded to the nearest integer. This means that Namada can reach the moon in no time.", | ||
"details": "Bringing Namada to the moon in no time is easily achievable. We just need to pass this governance proposal and set the plan in action", | ||
"requires": "420" | ||
}, | ||
"author": "bengt", | ||
"voting_start_epoch": 3, | ||
"voting_end_epoch": 6, | ||
"grace_epoch": 12, | ||
}, | ||
"data": "<path/to/wasm.wasm>" | ||
"content": { | ||
"title": "One Small Step for Namada, One Giant Leap for Memekind", | ||
"authors": "[email protected]", | ||
"discussions-to": "forum.namada.net/t/namada-proposal/1", | ||
"created": "2069-04-20T00:04:44Z", | ||
"license": "MIT", | ||
"abstract": "We present a proposal that will send our community to the moon. This proposal outlines all training necessary to accomplish this goal. All memers are welcome to join.", | ||
"motivation": "When you think about it, the moon isn't actually that far away.The moon is only 384,400 km. We have not yet brought Namada to the moon, so it is only natural to use 101 as the prime number for our modular arithmetic operations. 384,400 (mod 101) = 95. 95 km is a distance that can be easily covered by a single person in a single day. Namada was produced by more than 100 people. So 95/100 = 0, rounded to the nearest integer. This means that Namada can reach the moon in no time.", | ||
"details": "Bringing Namada to the moon in no time is easily achievable. We just need to pass this governance proposal and set the plan in action", | ||
"requires": "" | ||
}, | ||
"author": "atest1v4ehgw36g9zyydzpgycy23phxuunxdesgc6nydfsxge5x3zzgscny32pxccn2wfjg5urx3fhzxhmch", | ||
"voting_start_epoch": 21, | ||
"voting_end_epoch": 24, | ||
"grace_epoch": 27, | ||
"type": { | ||
"Default": null | ||
} | ||
} | ||
``` | ||
|
||
|