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

feat: gas service #3

Merged
merged 38 commits into from
Mar 19, 2024
Merged

feat: gas service #3

merged 38 commits into from
Mar 19, 2024

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    cdd734d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b79b41e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5dee6ab View commit details
    Browse the repository at this point in the history
  4. feat: implement collect_fees

    chore: add back contract_id as output to the setup_emv test
    
    chore: update tests to pass in correct token address into refund
    
    chore: WIP - adding auth for refund methods and tests for emitted events
    
    chore: unwrapping index value
    canhtrinh committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    e3c403e View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

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

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    db1cc0f View commit details
    Browse the repository at this point in the history
  2. chore: cargo fmt

    canhtrinh committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    49747d0 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Update contracts/axelar-gas-service/Cargo.toml

    Co-authored-by: Milap Sheth <[email protected]>
    canhtrinh and milapsheth authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    145c26b View commit details
    Browse the repository at this point in the history
  2. Update contracts/axelar-gas-service/Cargo.toml

    Co-authored-by: Milap Sheth <[email protected]>
    canhtrinh and milapsheth authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    50cf1c3 View commit details
    Browse the repository at this point in the history
  3. Update contracts/axelar-gas-service/src/contract.rs

    Co-authored-by: Milap Sheth <[email protected]>
    canhtrinh and milapsheth authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    32a13ae View commit details
    Browse the repository at this point in the history
  4. Update contracts/axelar-gas-service/src/test.rs

    Co-authored-by: Milap Sheth <[email protected]>
    canhtrinh and milapsheth authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    8941d2a View commit details
    Browse the repository at this point in the history
  5. Update contracts/axelar-gas-service/src/error.rs

    Co-authored-by: Milap Sheth <[email protected]>
    canhtrinh and milapsheth authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    42b2270 View commit details
    Browse the repository at this point in the history
  6. Update contracts/axelar-gas-service/src/event.rs

    Co-authored-by: Milap Sheth <[email protected]>
    canhtrinh and milapsheth authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    85260a1 View commit details
    Browse the repository at this point in the history
  7. Update contracts/axelar-gas-service/src/event.rs

    Co-authored-by: Milap Sheth <[email protected]>
    canhtrinh and milapsheth authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    48553de View commit details
    Browse the repository at this point in the history
  8. Update contracts/axelar-gas-service/src/event.rs

    Co-authored-by: Milap Sheth <[email protected]>
    canhtrinh and milapsheth authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    ee25e75 View commit details
    Browse the repository at this point in the history
  9. Update contracts/axelar-gas-service/src/event.rs

    Co-authored-by: Milap Sheth <[email protected]>
    canhtrinh and milapsheth authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    4aac186 View commit details
    Browse the repository at this point in the history
  10. Update contracts/axelar-gas-service/src/interface.rs

    Co-authored-by: Milap Sheth <[email protected]>
    canhtrinh and milapsheth authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    a016bfc View commit details
    Browse the repository at this point in the history
  11. Update contracts/axelar-gas-service/src/lib.rs

    Co-authored-by: Milap Sheth <[email protected]>
    canhtrinh and milapsheth authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    e8735eb View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. chore: merge latest main

    canhtrinh committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    f54e251 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a15f92 View commit details
    Browse the repository at this point in the history
  3. chore: fmt code

    chore: fmt code
    
    chore: run cargo sort
    canhtrinh committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    ac472f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    12e4837 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    f68df95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    884d414 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9184fd View commit details
    Browse the repository at this point in the history
  4. Update contracts/axelar-gas-service/src/contract.rs

    Co-authored-by: Milap Sheth <[email protected]>
    canhtrinh and milapsheth authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    a2c9bef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    628bb19 View commit details
    Browse the repository at this point in the history
  6. Update contracts/axelar-gas-service/src/contract.rs

    Co-authored-by: Milap Sheth <[email protected]>
    canhtrinh and milapsheth authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    29c07ef View commit details
    Browse the repository at this point in the history
  7. Update packages/axelar-soroban-std/src/types.rs

    Co-authored-by: Milap Sheth <[email protected]>
    canhtrinh and milapsheth authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    4be6a51 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0a2063a View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. chore: refactor gas service

    chore: incorporate add'l comments
    canhtrinh committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    b76738b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cccc748 View commit details
    Browse the repository at this point in the history
  3. Update contracts/axelar-gas-service/src/event.rs

    Co-authored-by: Milap Sheth <[email protected]>
    canhtrinh and milapsheth authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    f9d764a View commit details
    Browse the repository at this point in the history
  4. Update contracts/axelar-gas-service/src/contract.rs

    Co-authored-by: Milap Sheth <[email protected]>
    canhtrinh and milapsheth authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    c613025 View commit details
    Browse the repository at this point in the history
  5. Update contracts/axelar-gas-service/src/contract.rs

    Co-authored-by: Milap Sheth <[email protected]>
    canhtrinh and milapsheth authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    b6b56ac View commit details
    Browse the repository at this point in the history
  6. Update contracts/axelar-gas-service/src/test.rs

    Co-authored-by: Milap Sheth <[email protected]>
    canhtrinh and milapsheth authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    5299355 View commit details
    Browse the repository at this point in the history
  7. Update contracts/axelar-gas-service/src/test.rs

    Co-authored-by: Milap Sheth <[email protected]>
    canhtrinh and milapsheth authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    8538ef6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a8fb7b8 View commit details
    Browse the repository at this point in the history