GithubHelp home page GithubHelp logo

Partial Slashing about casper HOT 3 CLOSED

ethereum avatar ethereum commented on June 1, 2024 2
Partial Slashing

from casper.

Comments (3)

vbuterin avatar vbuterin commented on June 1, 2024 4

What is recently_slashed for?

The intention is to slash validators by an amount proportional to the percentage of other validators that were slashed around the same time. recently_slashed is the numerator.

Aah, sorry, I think it's meant to be equal to total_slashed[withdraw_time] - total_slashed[withdraw_time - 2 * withdrawal_delay]

How the numbers(2 and 6) are decided in (total_slashed[withdraw_time] - total_slashed[withdraw_time - 2 * withdrawal_delay]) * 6?

The 2 basically means that if you commit a violation at time T, you're slashed based on the portion of validators that misbehaved between time [T - withdrawal_delay, T + withdrawal_delay]

The 6 makes the slashing 100% if 16.667% of validators are slashed. Originally the interval was [T - withdrawal_delay, T] which meant that if 1/3 were slashed due to the attack, the validators that are slashed first would lose less, making the attack 25% less costly; if the denominator was more forgiving (eg. 3) then the attackers would lose far less. Now that the interval wraps around in both directions, I actually would favor decreasing the 6 to a 3.

from casper.

lounlee avatar lounlee commented on June 1, 2024

I have a few questions.

  • What is recently_slashed for?
  • How the numbers(2 and 6) are decided in (total_slashed[withdraw_time] - total_slashed[withdraw_time - 2 * withdrawal_delay]) * 6?

I think I need to read articles(if exist) about the reasoning behind slashing conditions and parameters including this, like sharding spec. Where can I find it?

from casper.

djrtwo avatar djrtwo commented on June 1, 2024

addressed in #115

from casper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.