From 9986ba8250c4545a35f29b009918b4ba1b36c72d Mon Sep 17 00:00:00 2001 From: fhb191309 <69419978+fhb191309@users.noreply.github.com> Date: Mon, 1 Aug 2022 21:37:47 +0200 Subject: [PATCH 1/2] Verify "Shimmer Ecosystem Funding Proposal" result We want to verify the outcome of the `Shimmer Ecosystem Funding Proposal` event. To do this, we need the help of our community node operators who tracked this event. Please follow the next steps: - Open a new tab in your browser and go to `http://YOUR-NODE- ADDRESS:14265/api/plugins/participation/events/9e8e1a15c831441797912a86022f5a78fcb70e151e43fe84812d4c7f6eb79a7b/status` (YOUR-NODE-ADDRESS should really be your own node, otherwise we all compare results from the same nodes) - Check that the status of the event is "ended" - Please press "Approve" if your checksum matches 7b3631e309dc3287a8cc3251eb9c5b08566cf76f861b80948b02d616b532233c. --- results/vote/governance_02.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 results/vote/governance_02.json diff --git a/results/vote/governance_02.json b/results/vote/governance_02.json new file mode 100644 index 0000000..ef9f05e --- /dev/null +++ b/results/vote/governance_02.json @@ -0,0 +1,31 @@ +{ + "milestoneIndex":3931323, + "status":"ended", + "questions":[ + { + "answers":[ + { + "value":1, + "current":165717923542, + "accumulated":8016019115490064 + }, + { + "value":2, + "current":217119840496, + "accumulated":6788243478652862 + }, + { + "value":0, + "current":0, + "accumulated":0 + }, + { + "value":255, + "current":0, + "accumulated":0 + } + ] + } + ], + "checksum":"7b3631e309dc3287a8cc3251eb9c5b08566cf76f861b80948b02d616b532233c" +} From 6e01dd645a20058d96586f6410e6f410daabd609 Mon Sep 17 00:00:00 2001 From: fhb191309 <69419978+fhb191309@users.noreply.github.com> Date: Mon, 1 Aug 2022 21:45:15 +0200 Subject: [PATCH 2/2] Rename governance_02.json to shimmer_funding.json --- results/vote/{governance_02.json => shimmer_funding.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename results/vote/{governance_02.json => shimmer_funding.json} (100%) diff --git a/results/vote/governance_02.json b/results/vote/shimmer_funding.json similarity index 100% rename from results/vote/governance_02.json rename to results/vote/shimmer_funding.json