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

[core,model] Add ext_random_seed runtime call bindings #54

Merged
merged 14 commits into from
Apr 17, 2019

Commits on Apr 15, 2019

  1. [core] Add ext_random_seed runtime call bindings

    Adding the ability for contracts to get the random seed of the block.
    
    Returning the value as a Vec<u8>, although within substrate it is treated as a `Hash`... should/how do I use the `Hash` type?
    shawntabrizi committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    e6d8236 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    051d284 View commit details
    Browse the repository at this point in the history
  3. [core] Add &self to random_seed getter

    bugbugbug
    shawntabrizi committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    0104a2d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d6bf70 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c27f572 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    70bccad View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    252dde4 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2019

  1. Configuration menu
    Copy the full SHA
    4e7baf9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27635f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b2033b View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2019

  1. Configuration menu
    Copy the full SHA
    bc57eed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f545cb0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c479f06 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba7a3c6 View commit details
    Browse the repository at this point in the history