Youngjoon Lee

Results 7 issues of Youngjoon Lee

The `DeliverTxRepsonse` interface already has a [data](https://github.com/cosmos/cosmjs/blob/e514144e48ff74c8741f08c86c876bc54ffdf361/packages/stargate/src/stargateclient.ts#L102) field so that it can contain tx result data. But, it doesn't get the `data` and set it into the `DeliverTxResponse` when querying...

The current `sign()` function of `SigningStargateClient` accepts only one `signerAddress`, but Cosmos basically support multi-signers. https://github.com/cosmos/cosmjs/blob/06fbc34f72f12c30a396c3ca296f80eca9fa60b0/packages/stargate/src/signingstargateclient.ts#L301-L307 I'd like to suggest to create a new `signWithMultiSigners()` function that looks like below:...

**What I'm trying to do** I was trying to generate a keySet for BLS12381G2 using `KMSController` in the Android local agent. I'm using aries-framework-go v0.1.6. **Expected result** `KMSController.createKeySet(..)` returns a...

* Are you filing a proposal? Make sure you follow our [guidelines](CONTRIBUTING.md#proposals). * Are you filing a bug report? Use the following template for your bug report (make sure you...

I've found that the documentation of `config.AgentWhitelist` is not correct.

Reference: https://github.com/libp2p/universal-connectivity/pull/76#discussion_r1272669891 I'm informed that js-libp2p has refactored their way to handle streams. According to the way, JS code in this repo should be updated. Currently, the main branch doesn't...

As discussed [here](https://github.com/libp2p/universal-connectivity/pull/76#discussion_r1272671243), it would be better to use [js-libp2p-logger](https://github.com/libp2p/js-libp2p-logger) than `console.log`. I'd like to assign this issue to myself.