Denis Fadeev

Results 65 issues of Denis Fadeev

Right now when withdrawing from ZetaChain to Solana the protocol expects the `receiver` address to be a string encoded as `bytes`. ```ts const solanaAddress = "AS48jKNQsDGkEdDvfwu1QpqjtqbCadrAq9nGXjFmdX3Z"; ``` ZetaChain expects: ```ts...

Users are currently unable to perform Cosmos send, staking, and other operations with Ledger. The root cause appears to be a mismatch in the EIP712 ante handler: * The chain...

For example, https://rpc-archive.athens.zetachain.com:1317/openapi.swagger.yaml is 32K lines long, but [the YAML in the source](https://github.com/zeta-chain/zeta-node/blob/06c86d73021bb02b2353292ea128fca7abb91141/docs/openapi/openapi.swagger.yaml) is 56K lines long.

Currently, there is no API to get a ballot identifier directly from an inbound transaction hash. The only way to retrieve it is by reconstructing the inbound vote message (as...

m:observer

Currently, [TS types](https://github.com/zeta-chain/node/tree/5e34c8c41cd875600fbc530384299325315216ac/typescript) are generated by [`buf`](https://github.com/zeta-chain/node/blob/5e34c8c41cd875600fbc530384299325315216ac/proto/buf.ts.yaml) and a [script](https://github.com/zeta-chain/node/blob/5e34c8c41cd875600fbc530384299325315216ac/scripts/protoc-gen-typescript.sh). When importing these types, TS throws errors, because [not all dependencies](https://github.com/zeta-chain/node/blob/5e34c8c41cd875600fbc530384299325315216ac/typescript/zetachain/zetacore/fungible/foreign_coins_pb.ts#L7) are taken into account. I propose we start using...