Skip to content
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

Fix benchmark #970

Merged
merged 19 commits into from
May 22, 2023
Merged

Fix benchmark #970

merged 19 commits into from
May 22, 2023

Commits on Apr 19, 2023

  1. change version to v0.9.74

    herryho committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    96a50d5 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. New flexible fee (#959)

    * flexible fee upgrade
    
    * cargo format
    
    * flexible fee optimization
    herryho authored Apr 21, 2023
    Configuration menu
    Copy the full SHA
    d0b4a67 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2023

  1. Feat vbl (#958)

    * remove hash for validators and ValidatorsByDelegator storage
    
    * reset validators storage
    
    * release the limit to removing validators
    
    * ensure bond bond_extra delegate have constraint on validator list
    
    * add reset_validators and set_validator_boost_list
    
    * add add_to_validator_boost_list
    
    * add remove_from_validator_boot_list
    
    * remove add_validator and remove_validator from slp trait
    
    * remove add_delegator from slp trait
    
    * unit tests
    
    * remove previous data migration and add new migration for validators and validatorsByDelegator
    
    * cargo clippy
    
    * fix unit test
    
    * fix integration test
    
    * fixes
    
    * revert cargo.lock
    herryho authored Apr 22, 2023
    Configuration menu
    Copy the full SHA
    dcbbd27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67b548b View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Configuration menu
    Copy the full SHA
    da45de5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b729367 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Fix weight to fee (#965)

    * fix WeightToFee
    
    * fix
    yooml authored Apr 26, 2023
    Configuration menu
    Copy the full SHA
    de22da8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    116a009 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Configuration menu
    Copy the full SHA
    705b5a3 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Fix farming boost (#968)

    * fix farming boost
    
    * add PercentOverflow
    
    * clippy
    yooml authored May 9, 2023
    Configuration menu
    Copy the full SHA
    0e12789 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Fix farming boost (#969)

    * fix: 🐛 set_next_round_whitelist
    
    * add refresh_voting
    
    * fix
    
    * fix test
    yooml authored May 10, 2023
    Configuration menu
    Copy the full SHA
    0d58be5 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. fix: 🐛 Update benchmark

    yooml committed May 12, 2023
    Configuration menu
    Copy the full SHA
    4e81df4 View commit details
    Browse the repository at this point in the history
  2. fix: 🐛 add benchmark

    yooml committed May 12, 2023
    Configuration menu
    Copy the full SHA
    b9de1b7 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. fix check-all

    yooml committed May 15, 2023
    Configuration menu
    Copy the full SHA
    f4ed555 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Configuration menu
    Copy the full SHA
    f592626 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Add some benchmarks

    hqwangningbo committed May 17, 2023
    Configuration menu
    Copy the full SHA
    398c8ab View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Update weights

    hqwangningbo committed May 18, 2023
    Configuration menu
    Copy the full SHA
    9caaeb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a37f601 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2023

  1. Delete Pays::No

    hqwangningbo committed May 21, 2023
    Configuration menu
    Copy the full SHA
    718af2b View commit details
    Browse the repository at this point in the history