core icon indicating copy to clipboard operation
core copied to clipboard

Gem Wallet Core library in Rust

Results 14 core issues
Sort by recently updated
recently updated
newest added

Rational - decouple from wallet core, match `primitive:: Chain` - flexible to support any bech 32 address validation

Swagger: https://api-swagger.skip.money/ Checklist - [x] Merge noble - [x] Imp get msg endpoint - [x] Add `From/Into` - [x] Add `/v2/fungible/msgs_direct` - [x] `SwapProvider` trait - [ ] `affiliates` and...

We can extend endpoint like `get_name_resolve`, to return a custom error struct ```rust #[get("/name/resolve/?")] pub async fn get_name_resolve( name: &str, chain: &str, name_client: &State, ) -> Result { ... }...

help wanted
priority: medium

We need to refactor errors on crates and our crates must return their errors.

priority: medium

Bumps [sui-types](https://github.com/mystenlabs/sui) from mainnet-v1.29.2 to mainnet-v1.30.1. Release notes Sourced from sui-types's releases. mainnet-v1.30.1 Protocol Sui Protocol Version in this release: 53 MystenLabs/sui#18756: Enables the native randomness (random beacon) feature on...

dependencies

Relevant doc: https://sns.guide/domain-name/wallet-guide/bridged-domains.html#evm-chains

https://github.com/ethereum/ercs/blob/master/ERCS/erc-681.md In https://github.com/gemwalletcom/core/blob/main/crates/primitives/src/payment_decoder.rs

help wanted