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

imp(staking): implement the CreateValidator function for staking precompiled contract #2030

Merged
merged 20 commits into from
Nov 16, 2023

Commits on Nov 10, 2023

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

Commits on Nov 11, 2023

  1. Configuration menu
    Copy the full SHA
    5a71c74 View commit details
    Browse the repository at this point in the history
  2. chore: update CHANGELOG.md

    luchenqun committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    09bc8d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d86177f View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

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

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    9df6a5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edb1355 View commit details
    Browse the repository at this point in the history
  3. imp(staking): only allow users to directly call the StakingI contract…

    …'s address which is 0x0000000000000000000000000000000000000800 to create a new validator
    luchenqun committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    4afa195 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    96b0ad1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85984df View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. chore: merge main branch

    luchenqun committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    502e720 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21cd477 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf1dde9 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    37a42ad View commit details
    Browse the repository at this point in the history
  2. imp(staking): update event CreateValidator change string indexed vali…

    …datorAddress to address indexed validatorAddress
    luchenqun committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    6e6b9f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff61708 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b3fbfc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ded0b58 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5c4756f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3804ce0 View commit details
    Browse the repository at this point in the history