When I try to broadcast, I get this message:
secret_sdk.exceptions.LCDResponseError: Status 400 - this transaction cannot be broadcasted via legacy REST endpoints, because it does not support Amino serialization. Please either use CLI, gRPC, gRPC-gateway, or directly query the Tendermint RPC endpoint to broadcast this transaction. The new REST endpoint (via gRPC-gateway) is POST /cosmos/tx/v1beta1/txs. Please also see the REST endpoints migration guide at https://docs.cosmos.network/master/migrations/rest.html for more info
Then I've updated /txs endpoint as /secret/tx/v1beta1/txs. This time I got 501 since the format of message also changed.
So, forking didn't work. I think it will require more work than I think :) Will you update SDK soon? Is there any ETA?
Thanks.
When I try to broadcast, I get this message:
secret_sdk.exceptions.LCDResponseError: Status 400 - this transaction cannot be broadcasted via legacy REST endpoints, because it does not support Amino serialization. Please either use CLI, gRPC, gRPC-gateway, or directly query the Tendermint RPC endpoint to broadcast this transaction. The new REST endpoint (via gRPC-gateway) is POST /cosmos/tx/v1beta1/txs. Please also see the REST endpoints migration guide at https://docs.cosmos.network/master/migrations/rest.html for more info
Then I've updated /txs endpoint as /secret/tx/v1beta1/txs. This time I got 501 since the format of message also changed.
So, forking didn't work. I think it will require more work than I think :) Will you update SDK soon? Is there any ETA?
Thanks.