Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove tx-signer feature #764

Merged
merged 1 commit into from
Oct 9, 2023
Merged

Remove tx-signer feature #764

merged 1 commit into from
Oct 9, 2023

Conversation

tony-iqlusion
Copy link
Member

While TMKMS-backed transaction signer support sounds great in theory, this feature implements the pre-Protobuf transaction format (Amino) which is no longer commonly in use on Cosmos chains.

It also uses a bespoke JSON RPC, whereas a more modern implementation would use gRPC.

It comes with a fairly high maintenance burden in that it has a number of cryptographic dependencies transitively via the now defunct stdtx crate.

While TMKMS-backed transaction signer support sounds great in theory,
this feature implements the pre-Protobuf transaction format (Amino)
which is no longer commonly in use on Cosmos chains.

It also uses a bespoke JSON RPC, whereas a more modern implementation
would use gRPC.

It comes with a fairly high maintenance burden in that it has a number
of cryptographic dependencies transitively via the now defunct `stdtx`
crate.
@tony-iqlusion tony-iqlusion requested a review from a team October 9, 2023 15:48
@tony-iqlusion tony-iqlusion merged commit ccd72e9 into main Oct 9, 2023
9 checks passed
@tony-iqlusion tony-iqlusion deleted the remove-tx-signer-feature branch October 9, 2023 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants