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

Add moonbeam randomness pallet #984

Closed
wants to merge 24 commits into from
Closed

Commits on Mar 3, 2023

  1. add moonbeam randomness

    Chralt98 committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    a91ee83 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. satisfy clippy

    Chralt98 committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    0a74ff5 View commit details
    Browse the repository at this point in the history
  2. taplo fmt

    Chralt98 committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    bb7d1e2 View commit details
    Browse the repository at this point in the history
  3. revert cargo update

    Chralt98 committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    b0b3625 View commit details
    Browse the repository at this point in the history
  4. satisfy clippy

    Chralt98 committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    505a30f View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. ZIP-0 Part II (#938)

    * move disputes to simple-disputes
    
    * move more to simple-disputes
    
    * wip
    
    * wip
    
    * some mock preparation
    
    * wip
    
    * fix tests
    
    * taplo fmt
    
    * update court authorized mdms
    
    * add dispute bond to market storage
    
    * mdm funds flow
    
    * fix clippy
    
    * fix pm benchmarks
    
    * add migration
    
    * simplify migration
    
    * correct migration
    
    * migration fixes and call filter
    
    * correct admin_destroy_market benchmark
    
    * improve simple-disputes mock
    
    * benchmark reserve_outcome
    
    * benchmark reserve_outcome
    
    * fix weights file
    
    * fix after merge
    
    * add migration tests
    
    * add migration reserve id test
    
    * apply review suggestions
    
    * rename reserve_outcome to suggest_outcome
    
    * separate resolve_disputed_market into parts
    
    * edit exchange API documentation
    
    * slash dispute bond
    
    * add empty commit
    
    * correct admin_destroy_market test
    
    * remove gd dependency from simple disputes
    
    * Update zrml/simple-disputes/src/mock.rs
    
    Co-authored-by: Harald Heckmann <[email protected]>
    
    * Update zrml/simple-disputes/src/mock.rs
    
    Co-authored-by: Harald Heckmann <[email protected]>
    
    * Update zrml/prediction-markets/src/lib.rs
    
    Co-authored-by: Harald Heckmann <[email protected]>
    
    * add doc string
    
    * add doc strings
    
    * Reduce settle_bonds LOC
    
    * cargo fmt
    
    * Update zrml/prediction-markets/src/migrations.rs
    
    Co-authored-by: Harald Heckmann <[email protected]>
    
    * Update zrml/prediction-markets/src/migrations.rs
    
    Co-authored-by: Harald Heckmann <[email protected]>
    
    * apply review suggestion
    
    * add correct mdm benchmarking on_dispute
    
    * use on_dispute_weight inside api
    
    * improve mdm weight technique
    
    * add mdm weights to on_resolution
    
    * add tests for pm
    
    * modify migration logs, fix try-runtime
    
    * little benchmark fix
    
    * Update zrml/authorized/src/benchmarks.rs
    
    Co-authored-by: Harald Heckmann <[email protected]>
    
    * Update zrml/authorized/src/benchmarks.rs
    
    Co-authored-by: Harald Heckmann <[email protected]>
    
    * use result with weight struct
    
    * improve dispute api weight system
    
    * Use accurate dispute weight instead of max
    
    * fix clippy
    
    * Update zrml/prediction-markets/src/migrations.rs
    
    Co-authored-by: Malte Kliemann <[email protected]>
    
    * add copyrights
    
    ---------
    
    Co-authored-by: Harald Heckmann <[email protected]>
    Co-authored-by: Malte Kliemann <[email protected]>
    3 people authored May 16, 2023
    Configuration menu
    Copy the full SHA
    fddeb1b View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

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

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    17b32dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb342cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ee2980 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c6d48e View commit details
    Browse the repository at this point in the history
  5. fix dependencies

    Chralt98 committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    11d1d4e View commit details
    Browse the repository at this point in the history
  6. fix clippy

    Chralt98 committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    a085987 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fa6ea9f View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    9fcf8f0 View commit details
    Browse the repository at this point in the history
  2. fix clippy

    Chralt98 committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    d5aa135 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    fe51b7b View commit details
    Browse the repository at this point in the history
  2. add dependency

    Chralt98 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    4128ddc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5dbefdf View commit details
    Browse the repository at this point in the history
  4. fix moonbeam dependencies

    Chralt98 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    c427591 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    14ce98b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    90b1707 View commit details
    Browse the repository at this point in the history
  7. taplo fmt

    Chralt98 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    d05a2cf View commit details
    Browse the repository at this point in the history