Skip to content
View bfondevila's full-sized avatar
😃
😃

Block or report bfondevila

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. solidity-compiler-fix-12863 solidity-compiler-fix-12863 Public

    Sample solidity project that fails with the latest solidity compiler but works after fixing issue #12863

    TypeScript

  2. solidity solidity Public

    Forked from ethereum/solidity

    Fork of Solidity, fixing issue #12863 (see branch)

    C++

  3. auth-component-library auth-component-library Public

    Forked from hinammehra/auth-component-library

    A version of a library with its own playground to live-test it, using yarn workspaces

    JavaScript

  4. simplified-IERC5489 simplified-IERC5489 Public

    An implementation of ERC5489 with an added level of abstraction

    Solidity

  5. mob-on/aws-cdk-config mob-on/aws-cdk-config Public

    A simple library to manage environment-specific AWS CDK config

    TypeScript 1 1

  6. Linear vesting - renounce functional... Linear vesting - renounce functionality.md
    1
    # Claims with linear vesting, including TGE release and right to renounce a claim
    2
    
                  
    3
    The renounce claim functionality exists to allow users to get an instant refund for a project.
    4
    Linear vesting claims are time sensitive on the first claim (due to token generation events being time-based), so they need to be immediately available.
    5
    Issuing refunds is not time sensitive (can be delayed a few minutes), and they are not available if a user has claimed.