Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v6.15.0 (grant round 2021-4) #1130

Merged
merged 3 commits into from
Nov 18, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.14.1
6.15.0
36 changes: 36 additions & 0 deletions state/grants.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ func GetHardCodedGrants() []HardGrant {
grant2020_04 := uint32(272801)
grant2021_01 := uint32(285651)
grant2021_03 := uint32(311601)
grant2021_04 := uint32(325001)

hardcodegrants = []HardGrant{
// Initial grants approved June 9, 2018 https://drive.google.com/drive/folders/1e_xmKgJb375EcAwwkz2d3mdYs0PVVih3
Expand Down Expand Up @@ -1544,6 +1545,41 @@ func GetHardCodedGrants() []HardGrant {
// Kompendium total: 6500 FCT
HardGrant{grant2021_03, 6500e8, validateAddress("FA2H1Vwsq6VLcKJEtnpBRTHTXFzSQYJNFkd82ZB4N77bfe7JmWPD")},
// --------------------------------------------------------

// ********************************
// **** Grant Round 2021-04 ****
// ********************************

// --------------------------------------------------------
// PaulSnow-De Facto -- 1800 FCT
// Factom Oracle Master 2021-10-18 - 2021-11-09

// PaulSnow total: 900 FCT
HardGrant{grant2021_04, 900e8, validateAddress("FA29PLacx8jVBMZoQrjgES5RBsfooMsWHG5Ep8uUhVmeesGFY4xp")},

// De Facto total: 900 FCT
HardGrant{grant2021_04, 900e8, validateAddress("FA3X3d3ceDYD7v3aBCeEBcvvgiTZNeiFkN8jJ897EbMuBzHt6xhP")},
// --------------------------------------------------------

// --------------------------------------------------------
// Website Committee -- 768 FCT
// Website Committee grant 2021-10-18 - 2021-11-09

// Website Committee total: 768 FCT
HardGrant{grant2021_04, 768e8, validateAddress("FA3TG1mi25XfJSVeNT5vS9uLi8VQxjK8ju9pGCp8Po6rrk5RXPLH")},
// --------------------------------------------------------

// --------------------------------------------------------
// The Factoid Authority-De Facto -- 3000 FCT
// Factom Open Node 2021-10-18 - 2021-11-09

// The Factoid Authority total: 600 FCT
HardGrant{grant2021_04, 600e8, validateAddress("FA2LV4s7LKA9BTgWaJNvcr9Yq8rpiH2XD3vEPY3nwSiNSrnRgkpK")},

// De Facto total: 2400 FCT
HardGrant{grant2021_04, 2400e8, validateAddress("FA3X3d3ceDYD7v3aBCeEBcvvgiTZNeiFkN8jJ897EbMuBzHt6xhP")},
// --------------------------------------------------------

}

default:
Expand Down