Skip to content

Update schema + disclaimer #88

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

Merged
merged 2 commits into from
Sep 12, 2024
Merged

Update schema + disclaimer #88

merged 2 commits into from
Sep 12, 2024

Conversation

grod220
Copy link
Contributor

@grod220 grod220 commented Sep 12, 2024

Closes #86

Copy link

changeset-bot bot commented Sep 12, 2024

⚠️ No Changeset found

Latest commit: 4f88833

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@grod220 grod220 self-assigned this Sep 12, 2024
@grod220 grod220 merged commit 9fc0cf5 into main Sep 12, 2024
6 checks passed
@grod220 grod220 deleted the update-schema branch September 12, 2024 11:48
@@ -66,27 +66,27 @@ async fn fetch_asset_list(
) -> AppResult<(IbcInput, AssetList)> {
tracing::debug!(ibc_asset=?ibc_asset.display_name, url, "fetching asset info");
// First obtain GithubContent, from which we'll extract a URL to download the asset list as JSON.
let ghc_response = http_get(client, url).await.map_err(|e| {
let ghc_response = http_get(client, url).await.inspect_err(|_| {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Document using typify to generate Rust types
2 participants