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.2.21
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.0
Choose a head ref
  • 6 commits
  • 85 files changed
  • 5 contributors

Commits on Apr 8, 2025

  1. Upgrades protobuf to 3.20.3 (#4359)

    * Upgrades protobuf to 3.20.3
    
    * Updates files
    
    * Use sorted list
    
    * Updates yml
    
    * Updates project.yml as well
    
    * Updates symlink
    gupnik authored Apr 8, 2025
    Configuration menu
    Copy the full SHA
    798ee95 View commit details
    Browse the repository at this point in the history
  2. Chore: Fix typos in folder rust (#4328)

    Co-authored-by: Sergei Boiko <127754187+satoshiotomakan@users.noreply.github.com>
    Sajjon and satoshiotomakan authored Apr 8, 2025
    Configuration menu
    Copy the full SHA
    c5507f0 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2025

  1. fix: typos in documentation files (#4281)

    * Update properties.rs
    
    * Update functions.rs
    
    ---------
    
    Co-authored-by: Sergei Boiko <127754187+satoshiotomakan@users.noreply.github.com>
    maximevtush and satoshiotomakan authored Apr 11, 2025
    Configuration menu
    Copy the full SHA
    ad58993 View commit details
    Browse the repository at this point in the history
  2. Renames Swift Package to WalletCoreSwiftProtobuf (#4352)

    * Renames Swift Package to WalletCoreSwiftProtobuf
    
    * Fixes build
    
    * Use SwiftProtobuf in podspec
    
    * Updates playground
    
    * Trigger Build
    
    * Updates podspec
    
    * Use WalletCoreSwiftProtobuf Podspec
    
    * Updates Podspec
    
    * Fixes deprecated API usage
    
    ---------
    
    Co-authored-by: Sergei Boiko <127754187+satoshiotomakan@users.noreply.github.com>
    gupnik and satoshiotomakan authored Apr 11, 2025
    Configuration menu
    Copy the full SHA
    4eaaa60 View commit details
    Browse the repository at this point in the history
  3. feat(pactus): support testnet address derivation (#4330)

    * feat(pactus): support testnet address derivation
    
    * test(pactus): fix KT broken tests
    
    * test(pactus): fix KT broken tests
    
    * feat(pactus): support validator string for testnet
    
    * chore: derivation name in YAML file in camelCase
    b00f authored Apr 11, 2025
    Configuration menu
    Copy the full SHA
    a75afa8 View commit details
    Browse the repository at this point in the history
  4. Adds API to import encoded private keys (#4357)

    * Adds API to import encoded private keys
    
    * Adds solana base58 decoding as well
    
    * Supports 64 byte solana key import and moves Crc
    
    * Adds API to retrieve encoded key
    
    * Adds APIs and Tests based on the discussion
    
    * Addresses review comments
    
    * Addresses review comments
    
    * Updates Android test
    gupnik authored Apr 11, 2025
    Configuration menu
    Copy the full SHA
    745437f View commit details
    Browse the repository at this point in the history
Loading