mr-t | Ark Protocol

Results 32 comments of mr-t | Ark Protocol

Is this correct? https://github.com/cosmos/relayer/blob/7b073b3aeb2e77d2dcf3d5e05223b0e4a9c87f93/cmd/flags.go#L59C1-L65 ```go const ( // 7597 is "RLYR" on a telephone keypad. // It also happens to be unassigned in the IANA port list. defaultDebugAddr = "localhost:7597"...

> In rly, a path embodies a single pair of clients, connections, and then the channels (one to many) on top of that connection pair. To relay channel(s) on a...

Tried transferring this: https://interchain.arkprotocol.io/collections/juno1kpsy0mh58fzrl973ndvppujs9ea5xe9wggjhhg07c42l0yqk5n7st5800h/Atlas%20%23896 Now getting this error: `failed to execute message; message index: 0: dispatch: submessages: dispatch: submessages: Error parsing into type ics721::state::UniversalAllNftInfoResponse: unknown field `token1`, expected one of...

With changes in #105 can transfer, but getting error on SG side: `'{"error":"codespace: wasm, code: 5"}'` Also relayer errors: `ERROR ThreadId(01) Failed to relay reverse ack packets: failed during a...

Found this issue: https://github.com/CosmWasm/wasmvm/issues/523 So should use Alpine 3.18 like here: https://github.com/CosmWasm/wasmd/blob/v0.53.0/Dockerfile ```Dockerfile ... FROM golang:1.22-alpine3.18 AS go-builder ... FROM alpine:3.18 COPY --from=go-builder /code/build/wasmd /usr/bin/wasmd ... ```

Here's a comprehensive code walkthrough for cw-ics721 newbies (will be published in IBC blog soon): # Unleashing InterChain NFT Utilities with cw-ics721 and Callbacks: A Comprehensive Implementation Guide ## Agenda...

There is a callback bug fix in PR #98 - so this issue should work on this PR branch [class_id_fix](https://github.com/arkprotocol/ark-cw-ics721/tree/class_id_fix). The callback is as follows: - transfer NFT with receive...

@CyberHoward pls have a look at this. Imo we can simplify this and make it even more secure.