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

[Do not merge] Simulated upgrade test for mainnet Gateway contract #1279

Open
wants to merge 61 commits into
base: main
Choose a base branch
from

Commits on Mar 13, 2024

  1. Asset from polkadot

    yrong committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    7501630 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Remove params unnecessary

    yrong committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    e0c3581 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    f070e16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    780c7bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27353f0 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

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

Commits on Mar 22, 2024

  1. Send polkadot tokens back

    yrong committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    6212597 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

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

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    c23f8bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c8afac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b3344c View commit details
    Browse the repository at this point in the history
  4. More cleanup

    yrong committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    2d17fca View commit details
    Browse the repository at this point in the history
  5. Fix encode substrate types

    yrong committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    047becf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3fc6cab View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Rename to sendForeignToken

    yrong committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    e53afd0 View commit details
    Browse the repository at this point in the history
  2. Improve ERC20.sol

    yrong committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    5e9820b View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

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

Commits on Mar 29, 2024

  1. Migration for AssetsStorage

    yrong committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    e5d9dd8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f7e99b View commit details
    Browse the repository at this point in the history
  3. Use storage for less gas

    yrong committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    724c649 View commit details
    Browse the repository at this point in the history
  4. Rename to tokenAddressOf

    yrong committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    6eb8344 View commit details
    Browse the repository at this point in the history
  5. Rename as _burnToken

    yrong committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    7c29684 View commit details
    Browse the repository at this point in the history
  6. _ensureAgent in Gateway

    yrong committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    edccccd View commit details
    Browse the repository at this point in the history
  7. Remove unused

    yrong committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    c170eea View commit details
    Browse the repository at this point in the history
  8. Clean up smoke test

    yrong committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    953245b View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    adc73a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28f513d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b7811d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b00538f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3da6be4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e051f4c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    79c1ba0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fdf15aa View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

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

Commits on Apr 6, 2024

  1. Fix smoke tests

    yrong committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    3439213 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

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

    yrong committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    b0b582d View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Introduce ERC20Lib.sol

    yrong committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    985115f View commit details
    Browse the repository at this point in the history
  2. Remove unused

    yrong committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    ec33548 View commit details
    Browse the repository at this point in the history
  3. More test

    yrong committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    32f8d86 View commit details
    Browse the repository at this point in the history
  4. Remove AgentExecuteCommand

    yrong committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    b2a666a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    17f328b View commit details
    Browse the repository at this point in the history
  6. More contract tests

    yrong committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    6148c03 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Update contract address

    yrong committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    4075c11 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

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

    yrong committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    dc78276 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    07545cf View commit details
    Browse the repository at this point in the history
  2. Add rfc

    yrong committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    03cf01c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9013cd View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

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

Commits on Apr 22, 2024

  1. Update rfc

    yrong committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    3b7e178 View commit details
    Browse the repository at this point in the history
  2. Update rfc with fee section

    yrong committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    63e8322 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

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

Commits on Aug 22, 2024

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

Commits on Aug 28, 2024

  1. Improve solidity code for PNA (#1275)

    * Improve PNA implementation
    
    * More improvents to ERC20 token
    
    * Fix implementation of Assets._sendForeignToken
    
    * Fix build payload for foreign token
    
    ---------
    
    Co-authored-by: ron <[email protected]>
    vgeddes and yrong committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    84bb52c View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Remove storage migration

    yrong committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    64b9ef4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de3863c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25092dd View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    001c990 View commit details
    Browse the repository at this point in the history
  2. Add forked upgrade test

    vgeddes committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    77f7e78 View commit details
    Browse the repository at this point in the history
  3. Add secret to GA env vars

    vgeddes committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    f39b7c0 View commit details
    Browse the repository at this point in the history