Tags: trustwallet/wallet-core
Tags
fix(xrp): Fix Ripple.proto Kotlin compatibility (#4299) Some parameters were changed from int64 to uint32 during the recent XRP Rust migration. However `protoc` generates Kotlin bindings with using signed integers only, so overflow happens on Kotlin side * Ripple.OperationPayment.destinationTag is now uint64 * Ripple.OperationEscrowCreate.destinationTag is now uint64 * Ripple.OperationEscrowCreate.cancelAfter is now uint64 * Ripple.OperationEscrowCreate.finishAfter is now uint64 * Ripple.SigningInput.flags is now uint64 * Ripple.SigningInput.sourceTag is now uint64
Migrates `TWMessageSigner`, `TWSolanaTransaction` and `TWWalletConnec… …tRequest` to automatic FFI generator (#4287) * Migrates `TONWallet ` and `TONMessageSigner` to automatic FFI generator * Lower case params * Addresses review comment * Migrates `TWMessageSigner`, `TWSolanaTransaction` and `TWWalletConnectRequest` to automatic FFI generator * FMT * Removes header files as well * Builds tw_any_coin to ensure FFI bindings are generated * Minor fix * Uses non-null output * Minor fix * Uses NonnullMut * Build the workspace before generating bindings * Removes build * Removes build.rs from wallet-core-rs * Addresses review comments * Use shared_ptr directly * Improves code coverage
[Sui]: Adds support for remaining commands/call_args/input_args in ra… …w json (#4252) * [Sui]: Adds support for nested result in raw json * Addresses review comment * Adds missing commands/args * Makes clippy happy * Adds a test for all transactions
Adds ability to serialise Raw Sui Swap transactions (#4247) * Adds ability to serialise Raw Sui Swap transactions * Adds sui compile test for raw json * Addresses review comments * Use serde::as_string instead of serde_with crate * Use specified values for gas budget and gas price if provided * Addresses review comment
PreviousNext