-
Notifications
You must be signed in to change notification settings - Fork 14
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
Genesis Protocol - Calculate boosted threshold off chain. #295
Comments
Arc.js should support offchain threshold calculation .
If it can so why not
…On Fri, 27 Jul 2018 at 17:34 Doug Kent ***@***.***> wrote:
See daostack/arc#500 (comment)
<daostack/arc#500 (comment)>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<daostack/arc.js#295 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFt3nrbZlKLx6ATyTTRr0zQu64zJ9J2Oks5uKyTpgaJpZM4VjIeq>
.
|
Let’s remember that we would like to enable cheap and fast usage of the
stack .following this concept the user:client should access the Blockchain
only if it must to and we should enable that .
The gp threshold func is relative gas consuming in related to simple
read/calc func as it suppose to calc the expired boosted proposals .
On Fri, 27 Jul 2018 at 17:58 Oren Sokolowsky <oren.sokolowsky@gmail.com>
wrote:
… Arc.js should support offchain threshold calculation .
If it can so why not
On Fri, 27 Jul 2018 at 17:34 Doug Kent ***@***.***> wrote:
> See daostack/arc#500 (comment)
> <daostack/arc#500 (comment)>
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <daostack/arc.js#295 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AFt3nrbZlKLx6ATyTTRr0zQu64zJ9J2Oks5uKyTpgaJpZM4VjIeq>
> .
>
|
@orenyodfat Yes, I see no reason not to implement this in Arc.js. I only refer to the ticket in Arc to make note that the discussion exists there. |
Turns out this is a difficult calculation. Keeping the logic in two places can cause problems down the road. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Genesis Protocol threshold function is a gas consuming function.
The threshold can be calculated off chain by tracking the number of booster proposal and the parameters .
The text was updated successfully, but these errors were encountered: