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

Add compatibility for ICS20 v2 #4008

Draft
wants to merge 23 commits into
base: master
Choose a base branch
from

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    8c179d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15b75ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f233ec0 View commit details
    Browse the repository at this point in the history
  4. Codespell fix

    ljoss17 committed May 30, 2024
    Configuration menu
    Copy the full SHA
    d05bc5a View commit details
    Browse the repository at this point in the history
  5. Apply github suggestions

    ljoss17 committed May 30, 2024
    Configuration menu
    Copy the full SHA
    fc41cdc View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

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

Commits on Jul 23, 2024

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

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    3623930 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a90e5d View commit details
    Browse the repository at this point in the history
  3. Improve method 'is_ics20_v2'

    ljoss17 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    f68c5e8 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    8ac128e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e8832d View commit details
    Browse the repository at this point in the history
  3. Clean ibc transfers in tests

    ljoss17 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    b819034 View commit details
    Browse the repository at this point in the history
  4. Fix clippy error

    ljoss17 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    9475ced View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Fix denom trace query

    ljoss17 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    661c3f4 View commit details
    Browse the repository at this point in the history
  2. Fix sequential filter tests

    ljoss17 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    01fcc79 View commit details
    Browse the repository at this point in the history
  3. Update guide template

    ljoss17 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    5fad8a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ab202e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    788b70d View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    91f9306 View commit details
    Browse the repository at this point in the history
  2. Update template

    ljoss17 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    af93eb6 View commit details
    Browse the repository at this point in the history
  3. Cleanup code

    ljoss17 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    fcf2b23 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Deserialize ics20 v2 packet data with Protobuf (#4165)

    * Deserialize PacketData for ICS20 v2 with Protobuf
    
    * Add memo field filter test for ICS20 v2
    
    * Set ICS20 v2 memo filter test behind feature
    
    * Add changelog entry
    
    * Update comment when creating new Link from opts
    ljoss17 authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    d4816ff View commit details
    Browse the repository at this point in the history