Skip to content

Commit b613f6f

Browse files
remove typescript implementation (#353)
1 parent b04a098 commit b613f6f

24 files changed

+2
-10369
lines changed

.github/dependabot.yml

-8
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,6 @@ updates:
99
commit-message:
1010
prefix: "chore"
1111

12-
# Maintain dependencies for npm
13-
- package-ecosystem: "npm"
14-
directory: "/js"
15-
schedule:
16-
interval: "weekly"
17-
commit-message:
18-
prefix: "chore"
19-
2012
# Maintain dependencies for Composer
2113
- package-ecosystem: "gomod"
2214
directory: "/go"

.github/workflows/typescript.yml

-44
This file was deleted.

README.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
| ------------------ | ------------------------------------------------- | ---------------------------------------------- |
77
| [Go](./go) | [![Go Test][go-test-badge]][go-test-link] | [![Go Cov][go-cov-badge]][go-cov-link] |
88
| [Rust](./rust) | [![Rust Test][rust-test-badge]][rust-test-link] | [![Rust Cov][rust-cov-badge]][rust-cov-link] |
9-
| [TypeScript](./js) | [![TypeScript Test][ts-test-badge]][ts-test-link] | [![TypeScript Cov][ts-cov-badge]][ts-cov-link] |
109

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

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

5853
* [Go](./go)
59-
* [TypeScript](./js)
6054
* [Rust](./rust)
6155

56+
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).
57+
6258
Anyone interested in adding support for Solidity could pick up where [#58](https://github.com/cosmos/ics23/pull/58) left off.
6359

6460
### Compatibility table

js/.eslintignore

-5
This file was deleted.

js/.eslintrc.js

-90
This file was deleted.

js/.gitignore

-5
This file was deleted.

js/jasmine-testrunner.js

-33
This file was deleted.

js/package.json

-59
This file was deleted.

js/sonar-project.properties

-14
This file was deleted.

0 commit comments

Comments
 (0)