{"id":18299999,"url":"https://github.com/chorusone/wormhole","last_synced_at":"2025-04-05T13:35:32.820Z","repository":{"id":54559893,"uuid":"269042296","full_name":"ChorusOne/wormhole","owner":"ChorusOne","description":"Substrate Tendermint Bridge Chain","archived":false,"fork":false,"pushed_at":"2022-11-22T19:09:19.000Z","size":159,"stargazers_count":5,"open_issues_count":0,"forks_count":6,"subscribers_count":20,"default_branch":"master","last_synced_at":"2023-03-03T20:13:25.861Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ChorusOne.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-06-03T09:13:22.000Z","updated_at":"2022-09-20T14:50:45.000Z","dependencies_parsed_at":"2023-01-22T16:46:02.427Z","dependency_job_id":null,"html_url":"https://github.com/ChorusOne/wormhole","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChorusOne%2Fwormhole","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChorusOne%2Fwormhole/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChorusOne%2Fwormhole/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChorusOne%2Fwormhole/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChorusOne","download_url":"https://codeload.github.com/ChorusOne/wormhole/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223192550,"owners_count":17103564,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-05T15:11:05.397Z","updated_at":"2024-11-05T15:11:06.147Z","avatar_url":"https://github.com/ChorusOne.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wormhole\n\nWormhole is a substrate node containing tendermint-client pallet, which contains [tendermint_light_client].\nSince this repository builds upon original [node-template] repository, you can read documentation on how to run the node [here](https://github.com/substrate-developer-hub/substrate-node-template/blob/master/README.md).\n\n## tendermint-client pallet interfaces\n\n### Extrinsics\n\ntendermint-client pallet exposes following extrinsics to create a tendermint light client, and update\nthe light client with new tendermint header and authority sets.\n\n1. `initClient(payload: Vec\u003cu8\u003e)`: Creates and initializes new tendermint light client. The payload is json encoded `TMCreateClientPayload` and if it is valid\nnew light client is created and initialized.\n\n2. `updateClient(payload: Vec\u003cu8\u003e)`: Updates existing light client. The payload is json encoded `TMUpdateClientPayload` and if it is valid, client is updated with\nnew height and new validator set.\n\n### Storage APIs\n\ntendermint-client pallet exposes following storage apis to get the list of created clients and their status.\n\n1. `availableClients() -\u003e Vec\u003cBytes\u003e`: Returns list of clients created till now.\n\n2. `clientInfoMap(Bytes) -\u003e TMClientInfo`: Returns information about particular client. Information is encoded `TMClientInfo` structure.\n\n[tendermint_light_client]: https://github.com/ChorusOne/tendermint-light-client\n[node-template]: https://github.com/substrate-developer-hub/substrate-node-template\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchorusone%2Fwormhole","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchorusone%2Fwormhole","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchorusone%2Fwormhole/lists"}