Skip to content

Commit

Permalink
remove typescript implementation (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
crodriguezvega authored Aug 21, 2024
1 parent b04a098 commit b613f6f
Show file tree
Hide file tree
Showing 24 changed files with 2 additions and 10,369 deletions.
8 changes: 0 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@ updates:
commit-message:
prefix: "chore"

# Maintain dependencies for npm
- package-ecosystem: "npm"
directory: "/js"
schedule:
interval: "weekly"
commit-message:
prefix: "chore"

# Maintain dependencies for Composer
- package-ecosystem: "gomod"
directory: "/go"
Expand Down
44 changes: 0 additions & 44 deletions .github/workflows/typescript.yml

This file was deleted.

8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
| ------------------ | ------------------------------------------------- | ---------------------------------------------- |
| [Go](./go) | [![Go Test][go-test-badge]][go-test-link] | [![Go Cov][go-cov-badge]][go-cov-link] |
| [Rust](./rust) | [![Rust Test][rust-test-badge]][rust-test-link] | [![Rust Cov][rust-cov-badge]][rust-cov-link] |
| [TypeScript](./js) | [![TypeScript Test][ts-test-badge]][ts-test-link] | [![TypeScript Cov][ts-cov-badge]][ts-cov-link] |

[cosmos-link]: https://cosmos.network
[go-test-link]: https://github.com/cosmos/ics23/actions/workflows/go.yml
Expand All @@ -17,10 +16,6 @@
[rust-test-badge]: https://github.com/cosmos/ics23/actions/workflows/rust.yml/badge.svg?branch=master
[rust-cov-link]: https://codecov.io/gh/cosmos/ics23/tree/master/rust
[rust-cov-badge]: https://codecov.io/github/cosmos/ics23/branch/master/graph/badge.svg?token=xlGriS907o&flag=rust
[ts-test-link]: https://github.com/cosmos/ics23/actions/workflows/typescript.yml
[ts-test-badge]: https://github.com/cosmos/ics23/actions/workflows/typescript.yml/badge.svg?branch=master
[ts-cov-link]: https://sonarcloud.io/project/configuration?id=ics23-js
[ts-cov-badge]: https://sonarcloud.io/api/project_badges/measure?project=ics23-js&metric=coverage
[license-link]: https://github.com/cosmos/ics23/blob/master/LICENSE
[license-badge]: https://img.shields.io/badge/license-Apache2.0-blue.svg

Expand Down Expand Up @@ -56,9 +51,10 @@ live alongside the various merkle tree representations (eg. not in this reposito
### Supported client languages

* [Go](./go)
* [TypeScript](./js)
* [Rust](./rust)

The repository used to have a TypeScript implementation, but due to lack of maintenance and usage, it was removed in [#353](https://github.com/cosmos/ics23/pull/353).

Anyone interested in adding support for Solidity could pick up where [#58](https://github.com/cosmos/ics23/pull/58) left off.

### Compatibility table
Expand Down
5 changes: 0 additions & 5 deletions js/.eslintignore

This file was deleted.

90 changes: 0 additions & 90 deletions js/.eslintrc.js

This file was deleted.

5 changes: 0 additions & 5 deletions js/.gitignore

This file was deleted.

33 changes: 0 additions & 33 deletions js/jasmine-testrunner.js

This file was deleted.

59 changes: 0 additions & 59 deletions js/package.json

This file was deleted.

14 changes: 0 additions & 14 deletions js/sonar-project.properties

This file was deleted.

Loading

0 comments on commit b613f6f

Please sign in to comment.