Replies: 10 comments
-
@Milerius thank you for the reaching out. Do you plan to support split and stake functionality? https://github.com/gemwalletcom/core/blob/main/gemstone/src/sui/mod.rs#L27 to avoid having two separate transactions to perform a stake? Happy to use WalletCore for Sui, once this feature becomes available. |
Beta Was this translation helpful? Give feedback.
-
@Milerius could you guys please add custom cosmos network support? we'd like to fully use Wallet Core if it can support sign arbitrary cosmos sdk tx. One user case is to support skipprotocol |
Beta Was this translation helpful? Give feedback.
-
@Milerius Another feature request: Add script to publish Wallet Core Android to Maven Central or Local, F-droid needs all the components being compiled on their build server to get listed. |
Beta Was this translation helpful? Give feedback.
-
Hi @gemcoder21 , no we don't support split and stake operations per one transaction. We'll consider adding support for it in the future, thank you for the good point.
|
Beta Was this translation helpful? Give feedback.
-
You can use SignDirect Protobuf message to sign an arbitrary transaction
Please note you can specify any |
Beta Was this translation helpful? Give feedback.
-
Consider using
|
Beta Was this translation helpful? Give feedback.
-
@satoshiotomakan Thanks for the replies, Wallet Core validates hrp inside, if a new chain hrp is not registered in the registry, it will throw an error saying invalid address or something, we did try to use Wallet Core to support https://www.saga.xyz/ but failed |
Beta Was this translation helpful? Give feedback.
-
@satoshiotomakan sure, we do can |
Beta Was this translation helpful? Give feedback.
-
Hi @0xh3rman, which version of WalletCore did you try? We added support for custom Cosmos chains at the 4.0.21 release: trustwallet/wallet-core#3669
|
Beta Was this translation helpful? Give feedback.
-
@satoshiotomakan Thanks for the reference, I probably used old version version |
Beta Was this translation helpful? Give feedback.
-
Hey Gem team, great job with your project and thanks for using wallet-core! I'd like to point out that most of the important coins you use are also available in Rust from WalletCore with V2 features, such as Bitcoin, FFI generation, and more (such as protobuf access from Rust as well)
https://github.com/trustwallet/wallet-core/tree/master/rust
Note that for crate like SUI: https://github.com/trustwallet/wallet-core/tree/master/rust/chains/tw_sui we do not depends on big dependencies like Mysten Labs SUI which make us more optimized for low size binary (mobile platforms) and less security dependencies risk.
Note that also all crypto generation (not yet HDWallet, but at some point will be available as well) is available in Rust
All the interfaces also have FFI generations: https://github.com/trustwallet/wallet-core/tree/master/rust/wallet_core_rs
Beta Was this translation helpful? Give feedback.
All reactions