Skip to content

Commit f936663

Browse files
Artur Helmanaurafal-chcong-orstevenj
authored
chore(hermes): bump hermes-ipfs (#442)
* wip * test(mechanics): debugging * test(mechanics): debugging * Wip * Send request * wip: decoupled request and response * Use proper req id * Introduce `ErrorCode` * Remove stray file * Request id is now `u64` * Scaffolding for HTTP connection * Sending over HTTP(s) * Native HTTP sending * Cleanup HTTP connection part * Support HTTPs requests * Switch to async * Cleanup * Remove superfluous `RequestSendingError` * Fix unwrap * Cleanup * Init RUSTLS crypto provider lazily * Init more RUSTLS machinery lazily * Remove stray todo * Case insensitive scheme check * Startup cleanup * Stub * Clean-up unused dependencies * Cleanup * Cleanup * Cleanup * Add todo * Update comment * Revert accidental changes * Update spellcheck dictionary * bump hermes-ipfs * Bump wasmtime * Remove stray test placeholder * Allow fork * Updates * CI version fix * Temporarily point to the `main` branch of catalyst-libs * Create .ipfs repo directory if it does not exist * Fix docs build * Bump `hermes-ipfs` * fix(hermes): Bumping every dependency to latest we can, and add back Cargo.lock (#458) * fix(hermes): start bumping everything thats old * fix(hermes): More dependency bumps and a spelling update * fix(hermes): Bump the last dependencies, and add back Cargo.lock because Hermes is an app. --------- Co-authored-by: rafal-ch <rafal.chabowski@iohk.io> Co-authored-by: cong-or <conchubhar.gannon@gmail.com> Co-authored-by: Steven Johnson <stevenj@users.noreply.github.com>
1 parent 347ed09 commit f936663

File tree

46 files changed

+9312
-115
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+9312
-115
lines changed

.config/dictionaries/project.dic

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ pubk
155155
pubkey
156156
pubspec
157157
pwrite
158+
rustls
158159
qpsg
159160
quic
160161
rapidoc

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@ $RECYCLE.BIN/
9191
# Specifically exclude it in the directory it appears, if its required.
9292
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
9393
Cargo.lock
94-
wasm/integration-test/http-request/target
94+
**/target/**

Earthfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
VERSION 0.8
22

3-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/mdlint:v3.4.5 AS mdlint-ci
4-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/cspell:v3.4.5 AS cspell-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/mdlint:v3.4.9 AS mdlint-ci
4+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/cspell:v3.4.9 AS cspell-ci
55

66
# cspell: words livedocs sitedocs
77

docs/Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VERSION 0.8
22

3-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/docs:v3.4.5 AS docs-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/docs:v3.4.9 AS docs-ci
44

55
IMPORT .. AS repo
66
IMPORT ../hermes AS hermes

hermes/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
debug/
55
target/
66

7+
# This is an application so allow Cargo lock for now.
8+
!Cargo.lock
9+
710
# This file is only used for local development/debugging
811
bindings.rs
912

0 commit comments

Comments
 (0)