Skip to content

Conversation

@crodriguezvega
Copy link

Remove typescript implementation, since there is no known usage of it and it is not actively maintained.

@AdityaSripal AdityaSripal merged commit b613f6f into master Aug 21, 2024
@AdityaSripal AdityaSripal deleted the carlos/remove-typescript-implementation branch August 21, 2024 09:59
mergify bot added a commit to Agoric/agoric-sdk that referenced this pull request Mar 8, 2025
incidental

## Description
CosmJS [dropped support for query proofs](cosmos/cosmjs#1618 (comment)) because [the JS implementation was removed from ics23](cosmos/ics23#353).

There is no supported implementation so this removes the feature.

It leaves the code structure intact in case we can find another implementation, so the earlier API can be restored.

It drops the option entirely from agoric-cli so users aren't shown it in help and autocomplete.

### Security Considerations
Loss of client-side proofs.

### Scaling Considerations
none

### Documentation Considerations
Code comments

### Testing Considerations
CI

### Upgrade Considerations
I can't find anything that was using it.
@Gldywn
Copy link

Gldywn commented Sep 1, 2025

fwiw if anyone still needs JS/TS support, I’ve built @gldywn/ics23.js, wasm bindings of the ics23 Rust crate with a clean Node.js API. It supports membership / non-membership verification, batch proofs, compression/decompression, default specs and root calculation.

If maintainers are open to it, I'd be glad to open a PR to add a link in the README 👍

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.

6 participants