Giter VIP home page Giter VIP logo

paraswap-rewards-snapshot's People

Contributors

agrosso04 avatar colonelj avatar mounibec avatar shresthagrawal avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

paraswap-rewards-snapshot's Issues

Off-by-one error in Snapshot SQL file

There is an off-by-one error in the snapshot SQL file.

line 652 of https://github.com/paraswap/paraswap-rewards-snapshot/blob/master/snapshot.sql

CREATE materialized VIEW EligibleUsers AS
SELECT useraddress
FROM allfilteredtxs
WHERE EXISTS
(SELECT 1
FROM networkFilteredUsers
WHERE networkFilteredUsers.useraddress = allfilteredtxs.useraddress)
OR referrer IN ('argent',
'3')
GROUP BY useraddress
HAVING count(*) > 5; <- should be greater than or equal to (line 652)

This view creates the list of eligible users for the airdrop. It filters based on counts the number of transactions that meet the airdrop criteria (for example, no wrapping/unwrapping transactions). Since it filters based on count(*) > 5, the user needs to have more than 6 transactions to be included in the airdrop.

Note that the medium post says that 5 transactions are the minimum to be included in the airdrop.

from medium article

"We also decided that we only wanted to distribute rewards to the users who had used Paraswap at least 5 times in the last 6 months."

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.