Evgeny

Results 130 issues of Evgeny

It would be helpful to be able to decode the raw transaction.

What about GitHub actions for test, lint, build, and publish module? https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs

`EIP-712` Typed structured data hashing and signing (`eth_signTypedData_v4`) is required to perform token swap on pancakeswap. Existing implementation using `@noble/hashes` https://github.com/Mrtenz/eip-712

Versioned transactions are used (default settings) by raydium.io exchange. It would be helpful to support it. * https://solana.com/docs/advanced/versions * https://solana-labs.github.io/solana-web3.js/classes/VersionedTransaction.html Current implementation throw the error on attempt of parsing tx...

It would be helpful to have sign/verify offchain messages logic in the library. * https://solana.com/developers/cookbook/wallets/sign-message * https://docs.walletconnect.com/advanced/multichain/rpc-reference/solana-rpc#solana_signmessage * https://github.com/solana-labs/solana/blob/669bc43bcd4ccdff79ba4d9738554a221201a994/cli/src/wallet.rs#L598-L613 It is required for Walletconnect apps.

### Describe the bug There is incorrect code sample in the section: Retrieving Jetton wallet addresses for a given user Page: https://docs.ton.org/develop/dapps/asset-processing/jettons#retrieving-jetton-wallet-addresses-for-a-given-user https://github.com/ton-community/ton-docs/blob/f13a069fb956aeb11a8e4863d4c42b8be2765607/docs/develop/dapps/asset-processing/jettons.md?plain=1#L111-L124 ### To reproduce * `jettonWalletAddress` is undefined...

I don't know where to ask the question, so I'll ask here I'm developing crypto wallet and implementing a WaletConnect connection for Solana. According to [the documentation](https://docs.walletconnect.com/cloud/chains/chain-list) Solana chain id...

### Preflight Checklist * [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. * [x] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. *...

enhancement :sparkles:
web-platform-apis

Update `@findeth/abi` to 0.7.1 to strip `keccak` dependency

It is just a suggestion to add example implementation using [`micro-eth-signer`](https://github.com/paulmillr/micro-eth-signer).