-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Move --pruning flag from gaiad start into gaiad.toml #4215
Comments
What do we gain here @ValarDragon? If most validator's don't notice it or know about it, will adding it to the node/server config help? IMHO, it should not be removed from the CLI but also added to the config file (similar to |
Given that all nodes have to configure the toml for min fees, I think they'd notice |
@ValarDragon they don't have to configure the toml. They can simply run |
Makes sense, then I think it should be included in the toml as well then :) |
Issue Status: 1. Open 2. Started 3. Submitted 4. Done This issue now has a funding of 100.0 DAI (100.0 USD @ $1.0/DAI) attached to it.
|
Happy to add this new configuration setting to the configuration file. I’ll move the option processing code, if necessary, so that it’s shared by both the CLI option and config file directive, of course. I am new to go but eager to learn, and sure to get this done in a quickly! Thanks! -dave |
You're good to go @davidkaufman! |
@davidkaufman Hello from Gitcoin Core - are you still working on this issue? Please submit a WIP PR or comment back within the next 3 days or you will be removed from this ticket and it will be returned to an ‘Open’ status. Please let us know if you have questions!
Funders only: Snooze warnings for 1 day | 3 days | 5 days | 10 days | 100 days |
1 similar comment
@davidkaufman Hello from Gitcoin Core - are you still working on this issue? Please submit a WIP PR or comment back within the next 3 days or you will be removed from this ticket and it will be returned to an ‘Open’ status. Please let us know if you have questions!
Funders only: Snooze warnings for 1 day | 3 days | 5 days | 10 days | 100 days |
Issue Status: 1. Open 2. Started 3. Submitted 4. Done @davidkaufman due to inactivity, we have escalated this issue to Gitcoin's moderation team. Let us know if you believe this has been done in error!
Funders only: Snooze warnings for 1 day | 3 days | 5 days | 10 days | 100 days |
1 similar comment
Issue Status: 1. Open 2. Started 3. Submitted 4. Done @davidkaufman due to inactivity, we have escalated this issue to Gitcoin's moderation team. Let us know if you believe this has been done in error!
Funders only: Snooze warnings for 1 day | 3 days | 5 days | 10 days | 100 days |
/me studies go... :-) |
@davidkaufman Hello from Gitcoin Core - are you still working on this issue? Please submit a WIP PR or comment back within the next 3 days or you will be removed from this ticket and it will be returned to an ‘Open’ status. Please let us know if you have questions!
Funders only: Snooze warnings for 1 day | 3 days | 5 days | 10 days | 100 days |
1 similar comment
@davidkaufman Hello from Gitcoin Core - are you still working on this issue? Please submit a WIP PR or comment back within the next 3 days or you will be removed from this ticket and it will be returned to an ‘Open’ status. Please let us know if you have questions!
Funders only: Snooze warnings for 1 day | 3 days | 5 days | 10 days | 100 days |
Issue Status: 1. Open 2. Started 3. Submitted 4. Done @davidkaufman due to inactivity, we have escalated this issue to Gitcoin's moderation team. Let us know if you believe this has been done in error!
Funders only: Snooze warnings for 1 day | 3 days | 5 days | 10 days | 100 days |
1 similar comment
Issue Status: 1. Open 2. Started 3. Submitted 4. Done @davidkaufman due to inactivity, we have escalated this issue to Gitcoin's moderation team. Let us know if you believe this has been done in error!
Funders only: Snooze warnings for 1 day | 3 days | 5 days | 10 days | 100 days |
@davidkaufman moving you from this issue as no progress has been reported |
Issue Status: 1. Open 2. Started 3. Submitted 4. Done Work has been started. These users each claimed they can complete the work by 7 months, 1 week from now. 1) jberg03 has applied to start work (Funders only: approve worker | reject worker). I'm relatively new to go but this looks fairly straight forward. Since it's already in start.go, I'll update the toml.go with hints and default value and config.go files accordingly for the --pruning flag. Is there a particular default it should be set to or is "" sufficient in the config file for --pruning as well? To be clear I understand the work here: The idea is to add the option to the config files which are generated by the If that's the case this seems pretty straightforward, a case of adding a field to I will test using the I'd be interested in helping to solve this Learn more on the Gitcoin Issue Details page. |
Working on this right now |
@mkg20001 Hello from Gitcoin Core - are you still working on this issue? Please submit a WIP PR or comment back within the next 3 days or you will be removed from this ticket and it will be returned to an ‘Open’ status. Please let us know if you have questions!
Funders only: Snooze warnings for 1 day | 3 days | 5 days | 10 days | 100 days |
Submitted a WIP PR |
@mkg20001 you have to still update the changelog. |
@alexanderbez Fixed, thx |
Issue Status: 1. Open 2. Started 3. Submitted 4. Done Work for 100.0 DAI (100.0 USD @ $1.0/DAI) has been submitted by: @ceresstation please take a look at the submitted work:
|
@ceresstation Is there any issue with the submitted work? Is this issue still actively funded? |
@ceresstation Ping! |
Issue Status: 1. Open 2. Started 3. Submitted 4. Done The funding of 100.0 DAI (100.0 USD @ $1.0/DAI) attached to this issue has been approved & issued to @mkg20001.
|
Thanks! |
Many full nodes are likely to not notice the
--pruning
flag ongaiad start
, I think this should near-term be placed withingaiad.toml
. (In the longer term, perhaps it may need to shuffle for state syncing, though I don't expect that to be the case)For Admin Use
The text was updated successfully, but these errors were encountered: