-
Notifications
You must be signed in to change notification settings - Fork 328
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump Hermes version to 1.6.0 * Update dependencies * Remove dep on chrono * Update changelog * Update changelog * Update changelog and upgrading document * Update changelog * Fix typo Co-authored-by: Luca Joss <[email protected]> Signed-off-by: Romain Ruetschi <[email protected]> * Fix lint --------- Signed-off-by: Romain Ruetschi <[email protected]> Co-authored-by: Luca Joss <[email protected]>
- Loading branch information
Showing
31 changed files
with
821 additions
and
717 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
This release of Hermes notably features a new pull-based event source which fetches events from the chain periodically using | ||
the `/block_results` RPC endpoint instead of getting them over WebSocket. | ||
|
||
To use the new pull-based event source, set | ||
|
||
```toml | ||
event_source = { mode = 'pull', interval = '1s' }` | ||
``` | ||
|
||
in the per-chain configuration. | ||
|
||
### Note for operators | ||
|
||
> ⚠️ Be aware that this release contains breaking changes to the Hermes configuration. | ||
> ⚠️ Please consult the [`UPGRADING.md`](UPGRADING.md) document for more details. | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.