Julián Toledano
Julián Toledano
Looks like instagram close that endpoint :astonished:. Only [Instagram business can use it](https://developers.facebook.com/docs/instagram-api/guides/content-publishing/)
@shelsoloa I don't know if it is related to the ContentPublishing pipeline or not. What i know is that there was and endpoint before that let you do it. Somehow...
> Are the other PRs coming for check and deliver TX? I don't think there'll be more prs. This is just for simulation which just runs runTx https://github.com/cosmos/cosmos-sdk/blob/c4308d2da05bd3943ab019e9903d6e36a81126fd/baseapp/test_helpers.go#L26-L30
> TBH, I'm not sure this belongs under `Bug Fix`. Perhaps Improvement. We also need to mention it in breaking changes due to the config struct changing. you mean in...
@tac0turtle @alexanderbez updated with definitions!
> Hello! I think we need (or I need lol) a bit more of context, what's the main reason for developing this? The ADR only mentions that 99designs/keyring is not...
> What is the minimal API needed to funciton? I think this would be the minimal API. ```protobuf service KeyringService { rpc Backend(BackendRequest) returns (BackendResponse); rpc List(ListRequest) returns (stream ListResponse);...
I agree, I think we can close this. The scope of the upcoming crypto ADR will make this one deprecated, as there will be the possibility of a gRPC keyring...
Hey guys! I think only bech32 prefixes are left to remove. I've been checking it, and it looks like `Address` (AccAddress, ValAddress...) types are heavily coupled to the config, as...
> is this done @JulianToledano nope, we need to deprecate the address string method and then remove it from the sdk. Since those make use of the global config. https://github.com/cosmos/cosmos-sdk/blob/38c1d6a5d49b86441636866f8e97de06de7f4803/types/address.go#L300