Skip to content
  1. Jan 16, 2020
  2. Jan 15, 2020
  3. Jan 14, 2020
  4. Jan 13, 2020
    • Shawn Tabrizi's avatar
      Additional zero bid logic for Society pallet (#4604) · 70f1d8d9
      Shawn Tabrizi authored
      * Select only one zero bid, better ordering of new bids
      
      * Select zero bid as head
      
      * Update comment
      
      * Update frame/society/src/tests.rs
      
      * Add new test, logic not updated yet
      
      * Implement `put_bid` to order same value bids
      
      Note that this extra logic currently does not do anything per the implementation of `binary_search` in Rust.
      70f1d8d9
    • Shawn Tabrizi's avatar
      A Social Account Recovery Pallet (#4531) · 3ed7c8b3
      Shawn Tabrizi authored
      * Initial sketch of social recovery pallet
      
      * Fix compilation issues
      
      * Use a single total delay, rename stuff
      
      * Check possible overflow
      
      * Copyright bump
      
      * Add mock for tests
      
      * Add basic end to end test
      
      * Add `create_recovery` tests
      
      * Add malicious recovery lifecycle test
      
      * Make clear we check for sorted and unique friends
      
      * Work on some tests, clean up imports
      
      * Change `if let Some(_)` to `ok_or()`
      
      * More tests
      
      * Finish tests, except issue with `on_free_balance_zero`
      
      * Fix `on_free_balance_zero`
      
      * Pallet docs
      
      * Add function/weight docs
      
      * Fix merge master
      
      * OnReapAccount for System too
      
      * Update weight docs
      
      * Allow passthrough to support fee-less extrinsics
      3ed7c8b3
    • Kian Paimani's avatar
      Remove wrong assertion from phragmen (#4515) · 6688c3be
      Kian Paimani authored
      * remove assertion
      6688c3be
    • Gavin Wood's avatar
      Disable equalize, avoiding consensus issue (#4608) · d63ff7b9
      Gavin Wood authored
      
      
      * Disable equalize, avoiding consensus issue
      
      * Update frame/staking/Cargo.toml
      
      Co-authored-by: default avatarBastian Köcher <[email protected]>
      d63ff7b9
    • thiolliere's avatar
      Add translate function for storage prefixed map. (#4555) · 857f7338
      thiolliere authored
      * translace values for prefixed storages
      
      * improve doc
      
      * new impl
      
      * update test
      857f7338