-
Notifications
You must be signed in to change notification settings - Fork 446
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix!: remove dialler language (#2143)
Co-authored-by: Chad Nehemiah <[email protected]> Co-authored-by: Cayman <[email protected]>
- Loading branch information
1 parent
78b61a2
commit 7f2ed7f
Showing
3 changed files
with
75 additions
and
22 deletions.
There are no files selected for viewing
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,53 @@ | ||
<!--Specify versions for migration below--> | ||
# Migrating to [email protected] <!-- omit in toc --> | ||
|
||
A migration guide for refactoring your application code from libp2p v0.46 to v1.0. | ||
|
||
## Table of Contents <!-- omit in toc --> | ||
|
||
- [API](#api) | ||
- [Module Updates](#module-updates) | ||
- [Metrics](#metrics) | ||
|
||
## API | ||
|
||
<!--Describe breaking APIs with examples for Before and After | ||
Example: | ||
### Peer Discovery | ||
__Describe__ | ||
**Before** | ||
```js | ||
``` | ||
**After** | ||
```js | ||
``` | ||
--> | ||
|
||
## Module Updates | ||
|
||
With this release you should update the following libp2p modules if you are relying on them: | ||
|
||
<!--Specify module versions in JSON for migration below. | ||
It's recommended to check package.json changes for this: | ||
`git diff <release> <prev> -- package.json` | ||
--> | ||
|
||
```json | ||
|
||
``` | ||
|
||
## Metrics | ||
|
||
The following metrics were renamed: | ||
|
||
`libp2p_dialler_pending_dials` => `libp2p_dial_queue_pending_dials` | ||
`libp2p_dialler_in_progress_dials` => `libp2p_dial_queue_in_progress_dials` |
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
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