Conversation
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
carlosala
reviewed
Nov 26, 2024
| pub mod xcm_config; | ||
| // Fellowship configurations. | ||
| pub mod fellowship; | ||
| pub mod potoc; |
There was a problem hiding this comment.
Let's think it we really want potoc... Maybe tooling is a better idea.
Comment on lines
+202
to
+205
| // 15 days to register for a salary payment. | ||
| type RegistrationPeriod = ConstU32<{ 15 * DAYS }>; | ||
| // 15 days to claim the salary payment. | ||
| type PayoutPeriod = ConstU32<{ 15 * DAYS }>; |
| // 15 days to claim the salary payment. | ||
| type PayoutPeriod = ConstU32<{ 15 * DAYS }>; | ||
| // Total monthly salary budget. | ||
| type Budget = ConstU128<{ 250_000 * USDT_UNITS }>; |
There was a problem hiding this comment.
Was this written anywhere in the proposal? Where does the number come from?
| "15DCWHQknBjc5YPFoVj8Pn2KoqrqYywJJ95BYNYJ4Fj3NLqz", | ||
| "15DCZocYEM2ThYCAj22QE4QENRvUNVrDtoLBVbCm5x4EQncr", | ||
| "16a357f5Sxab3V2ne4emGQvqJaCLeYpTMx3TCjnQhmJQ71DX", | ||
| "13ogXJ1tpHZoaav2iQQRDH5eHcvpAEfwB1UFY6dijDBmDcic", |
There was a problem hiding this comment.
This one, I guess, is @TarikGul. It'd be great that all accounts have an identity to ensure recognizability.
Comment on lines
+286
to
+298
| "151S1YrZd4zfUYCeWhNERkGdmom8kdqAtRqtHwh9HYMTfFYJ", | ||
| "14DsLzVyTUTDMm2eP3czwPbH53KgqnQRp3CJJZS9GR7yxGDP", | ||
| "16JskuojL6mSp6HNcjiHYa9jqksWbLD8L9YGWU1ppiPWQ9sa", | ||
| "15oLanodWWweiZJSoDTEBtrX7oGfq6e8ct5y5E6fVRDPhUgj", | ||
| "14iKbZws1fjJ6TH27yoRq6KeeVNof83VmxUBN2W2udQVBe5o", | ||
| "12TNvHiRkwzYqT5UZ86cfUvBeZBjLLYUzHLa4Hix99oTrgqT", | ||
| "12W3ea6jWKhzSWSCMjUKqtDwasRACeYFGkyvVb9Y9b5dGm2v", | ||
| "15roJ4ZrgrZam5BQWJgiGHpgp7ShFQBRNLq6qUfiNqXDZjMK", | ||
| "15DCWHQknBjc5YPFoVj8Pn2KoqrqYywJJ95BYNYJ4Fj3NLqz", | ||
| "15DCZocYEM2ThYCAj22QE4QENRvUNVrDtoLBVbCm5x4EQncr", | ||
| "16a357f5Sxab3V2ne4emGQvqJaCLeYpTMx3TCjnQhmJQ71DX", | ||
| "13ogXJ1tpHZoaav2iQQRDH5eHcvpAEfwB1UFY6dijDBmDcic", | ||
| "16JGzEsi8gcySKjpmxHVrkLTHdFHodRepEz8n244gNZpr9J", |
There was a problem hiding this comment.
I checked all addresses and match the current https://github.com/polkadot-tooling-collective/collective/tree/master/member.
3 tasks
Member
Author
|
Stale and need to wait for new OpenGov direction. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the tooling collective with Candidate and Member ranks. There is only one Member track to keep things simple.
Seed list is inserted on runtime upgrade.
TODO: