Closed aguycalled closed 3 years ago
i'd try to add this to the stressor and run it
@aguycalled seems this PR has a few conflicts with latest master
@aguycalled seems this PR has a few conflicts with latest master
fixed
i'd try to add this to the stressor and run it
would you like to add it yourself or should I add it?
i'd try to add this to the stressor and run it
would you like to add it yourself or should I add it?
I'd like to add it myself unless you're in a rush since I won't be able to get to it until later this week.
local build error
@aguycalled did gitian build the latest commit for this PR?
@aguycalled is there a command to check the current cfund balance via RPC?
@aguycalled is this message correct?
@aguycalled I was able to create a super proposal via GUI without the deployment being approved, but the network was waiting for cfund to have the balance, so just a GUI bug I assume, network accepted the proposal as a regular proposal.
My deployment gets stuck on "started" status even after several thousand blocks voted NO
Tested a super proposal with more amount requested than balance from cfund, worked nicely, was able to pass the proposal and create a payment request and receive the requested amount (GENERATED from AIR)
Tested super proposal via cli, worked as well, generated fresh coins and was able to request a payment, cfundstats
was unfaffected throughout the process.
This PR is looking good, I guess once the GUI bug is fixed (able to created super proposal even when the deployment was not approved) this PR should be good.
@chasingkirkjufell how did you get the node to crash with this branch? I remember you mentioned a crashed node when using this branches build.
@mxaddict i updated my stress script and crashed the nodes. i provided the bt to aguycalled and it seems to be fixed so far. i'm still updating the script to test the combined consensus.
Nice
On Thu, Oct 28, 2021, 01:06 chasingkirkjufell @.***> wrote:
@mxaddict https://github.com/mxaddict i updated my stress script and crashed the nodes. i provided the bt to aguycalled and it seems to be fixed so far. i'm still updating the script to test the combined consensus.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/navcoin/navcoin-core/pull/856#issuecomment-953129341, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAIDAKNPGGIRIPWFQU37UETUJAWSLANCNFSM5F5PPPLA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
A new build of 756ef59e1cfacbea8be48e4bf6dcc8d405bfad56 has completed succesfully! Binaries available at https://build.nav.community/binaries/super-dao
A new build of a91aa2367d6ee07cdd33773a22a3e02a9dbe4ee8 has completed succesfully! Binaries available at https://build.nav.community/binaries/super-dao
A new build of 32308f84f706b0ea86f6c88b0894e64dc4247b71 has completed succesfully! Binaries available at https://build.nav.community/binaries/super-dao
A new build of e7c0d04500aa16716a4d65d173f451aa3d69943a has completed succesfully! Binaries available at https://build.nav.community/binaries/super-dao
A new build of 913711353a08ed60ea3ad2f1d21a93ea908b3c68 has completed succesfully! Binaries available at https://build.nav.community/binaries/super-dao
A new build of f9bcb64780568936ed09e88bec75eacc30288313 has completed succesfully! Binaries available at https://build.nav.community/binaries/super-dao
A new build of 5c6d837ff87ac69ae93260f3de1d5e4ccd554732 has completed succesfully! Binaries available at https://build.nav.community/binaries/super-dao
A new build of 50009f3da3861b23f4ba6a04e2165883c9e9d1c4 has completed succesfully! Binaries available at https://build.nav.community/binaries/super-dao
@aguycalled I'm doing final testing on this PR, once done will approve and merge, I think the GUI for the combined voting should be a seperate PR.
A new build of 87a95c610a38630479fb040293d1634a4d081976 has completed succesfully! Binaries available at https://build.nav.community/binaries/super-dao
This PR proposes changes in the DAO voting system signalled by version bit 11.
Super Proposals
Super Proposals do not take coins out of the Community Fund but print them new.
Super Proposals can be created through the GUI or using the
createproposal
RPC command by setting totrue
thesuper
parameter.They are signalled in the RPC commands with
super_proposal
set totrue
.Requirement for approval is 75% quorum and 90% acceptance.
What to test
Combined voting of consensus parameters
Not implemented in GUI yet, only in RPC commands.
A combined vote for change of consensus parameters can be started using the RPC command
proposecombinedconsensuschange
.Example:
proposecombinedconsensuschange '[1, 2]' '[100, 100]'
Additional values can be proposed with
proposeanswer
:proposeanswer f54c67f64fa1be51f23d9739d1f6b6a8e10d73f81ea8b7438445b3e52371ba43 '[150, 100]'
What to test