Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

feat!: Reject not replay-protected tx to prevent replay attack #1124

Merged
merged 12 commits into from
Jun 13, 2022

Commits on Jun 10, 2022

  1. Reject not replay-protected tx to prevent replay attack

    Closes: evmos#1122
    
    - reject such txs in ante handler
    yihuang committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    f862fbf View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Configuration menu
    Copy the full SHA
    9144d4f View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    yihuang authored Jun 13, 2022
    Configuration menu
    Copy the full SHA
    671ad79 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Federico Kunze Küllmer <[email protected]>
    yihuang and fedekunze authored Jun 13, 2022
    Configuration menu
    Copy the full SHA
    2844c8b View commit details
    Browse the repository at this point in the history
  4. pr suggestions

    yihuang committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    99938ba View commit details
    Browse the repository at this point in the history
  5. add unit test case

    yihuang committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    d3f73dc View commit details
    Browse the repository at this point in the history
  6. Reject not replay-protected tx to prevent replay attack

    Closes: evmos#1122
    
    - reject such txs in ante handler
    
    add reject unprotected parameter
    
    Update CHANGELOG.md
    
    Apply suggestions from code review
    
    Co-authored-by: Federico Kunze Küllmer <[email protected]>
    
    pr suggestions
    
    add unit test case
    
    use var
    yihuang committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    1c29870 View commit details
    Browse the repository at this point in the history
  7. add migrations

    yihuang committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    3ba8502 View commit details
    Browse the repository at this point in the history
  8. Apply suggestions from code review

    Co-authored-by: Federico Kunze Küllmer <[email protected]>
    yihuang and fedekunze authored Jun 13, 2022
    Configuration menu
    Copy the full SHA
    436db7a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dc63842 View commit details
    Browse the repository at this point in the history
  10. rename

    yihuang committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    4e5a350 View commit details
    Browse the repository at this point in the history
  11. update comments

    yihuang committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    40888a0 View commit details
    Browse the repository at this point in the history