Commit f936663
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- .config/dictionaries
- docs
- hermes
- bin
- src
- event
- hdf5
- ipfs
- runtime_extensions/hermes
- cron
- http_request
- sqlite
- connection
- wasm
- crates/cardano-chain-follower
- src
- testbed
- wasm
- examples
- c
- cardano_age
- next_century
- rust
- cardano_age
- next_century
- integration-test
- cardano
- clocks
- cron
- crypto
- hashing
- http_reply
- ipfs
- localtime
- logger
- smoke-test
- sqlite
- wasi-filesystem
- stub-module
- wasi
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| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| 158 | + | |
158 | 159 | | |
159 | 160 | | |
160 | 161 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
7 | 10 | | |
8 | 11 | | |
9 | 12 | | |
| |||
0 commit comments