Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: trustwallet/wallet-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.3.4
Choose a base ref
...
head repository: trustwallet/wallet-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.3.5
Choose a head ref
  • 4 commits
  • 52 files changed
  • 3 contributors

Commits on Jun 3, 2025

  1. Adds Safety and Codecov CI (#4408)

    * Adds Rust Memory Leak Checker
    
    * FMT
    
    * Fix memory leaks
    
    * Adds codecov ci as well
    
    * Addresses review comments
    
    * Minor
    
    * Use `uname -s`
    
    * Adds dependencies install
    
    * Minor change
    
    * Moves coverage to rust ci
    
    * Minor fix
    
    * Minor
    
    * Minor
    
    * No need to install llm cov again
    
    * comment the codecov step for now
    gupnik authored Jun 3, 2025
    Configuration menu
    Copy the full SHA
    2232874 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2025

  1. Adds flutter bindings (#4412)

    * Adds flutter bindings
    
    * Adds sample and CI
    
    * Adds tests
    
    * Add env
    
    * fix copy step
    gupnik authored Jun 9, 2025
    Configuration menu
    Copy the full SHA
    11bd2fb View commit details
    Browse the repository at this point in the history
  2. [TON]: Fixes issue with large transfers (#4413)

    * [TON]: Fixes issue with large transfers
    
    * Removes lock change
    
    ---------
    
    Co-authored-by: Sergei Boiko <127754187+satoshiotomakan@users.noreply.github.com>
    gupnik and satoshiotomakan authored Jun 9, 2025
    Configuration menu
    Copy the full SHA
    9693d83 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2025

  1. [Solana]: Support adding instruction at specified index (#4415)

    * [Solana]: Support adding instruction at specified index
    
    * Rename tw_solana_transaction_add_instruction to tw_solana_transaction_insert_instruction
    
    ---------
    
    Co-authored-by: Sergei Boiko <127754187+satoshiotomakan@users.noreply.github.com>
    10gic and satoshiotomakan authored Jun 11, 2025
    Configuration menu
    Copy the full SHA
    b516506 View commit details
    Browse the repository at this point in the history
Loading