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

[Dev/UnderAudit]: Dev<->Master #4046

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

[Dev/UnderAudit]: Dev<->Master #4046

wants to merge 15 commits into from

Commits on Oct 1, 2024

  1. Kotlin multiplatform leaking memory (#4037)

    * Add deinit for KMP iOS and JVM targets
    
    * Add deinit for JS target
    
    * Add deinit for JS target
    
    * Fix JVM native name
    
    * Reuse one thread on JVM
    
    ---------
    
    Co-authored-by: satoshiotomakan <[email protected]>
    vcoolish and satoshiotomakan authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    00a8744 View commit details
    Browse the repository at this point in the history
  2. [KMP] Fix issue: memory leak found in Base58.decode in iOS (#4031)

    * Fix kmp issue: memory leak found in Base58.decode in iOS
    
    * Remove unused functions
    
    * Fix failed test cases
    
    * Revert "Fix failed test cases"
    
    This reverts commit 57eee39.
    
    * Revert val -> value argument name refactoring
    
    * Output better indentation
    
    * Revert changes in TWEthereumAbiFunction.h
    
    * Fix inconsistent naming
    
    ---------
    
    Co-authored-by: satoshiotomakan <[email protected]>
    10gic and satoshiotomakan authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    2ed7098 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    5137601 View commit details
    Browse the repository at this point in the history
  2. [TON]: Add support for TON 24-words mnemonic (#3998)

    * feat(ton): Add support for TON 24-words mnemonic in Rust
    
    * feat(ton): Add tw_ton_wallet FFIs
    
    * feat(ton): Add TWTONWallet FFI in C++
    
    * feat(ton): Add tonMnemonic StoredKey type
    
    * feat(ton): Add StoredKey TON tests
    
    * feat(ton): Add TWStoredKey TON tests
    
    * feat(ton): Add TONWallet support in Swift
    
    * TODO add iOS tests
    
    * feat(ton): Add `KeyStore` iOS tests
    
    * feat(ton): Add TONWallet support in JavaScript
    
    * Add `KeyStore` TypeScript tests
    
    * feat(ton): Remove `TonMnemonic` structure, replace with a `validate_mnemonic_words` function
    
    * [CI] Trigger CI
    
    * feat(ton): Fix rustfmt
    
    * feat(ton): Fix C++ build
    
    * feat(ton): Fix C++ build
    
    * feat(ton): Fix C++ build
    
    * feat(ton): Fix C++ address analyzer
    
    * feat(ton): Fix C++ tests
    
    * feat(ton): Add Android tests
    
    * feat(ton): Bump `actions/upload-artifact` to v4
    
    * Bump `dawidd6/action-download-artifact` to v6
    
    * feat(eth): Fix PR comments
    satoshiotomakan authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    0b16771 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

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

Commits on Oct 15, 2024

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

Commits on Oct 25, 2024

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

Commits on Nov 4, 2024

  1. Fix Java JVM leak (#4092)

    vcoolish authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    8121243 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e41d66f View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. [Chore]: Fix Android bindings (#4095)

    * [Chore]: Add GenericPhantomReference.java
    
    * [Chore]: Fix unnecessary null assertion in WalletCoreLibLoader.kt
    satoshiotomakan authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    c61daac View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    0479584 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77538af View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

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

Commits on Nov 26, 2024

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

Commits on Nov 28, 2024

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