Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
d1r1 committed Mar 9, 2022
1 parent dfebb16 commit 2f05559
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Binary file added assets/update-chains-config.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@

# Changelog

## v2.1.0(17.02.2022)
## v2.1.0(09.03.2022)
* Added support for multinode rpc connection
* Validate nonce before saving event to the database
* Refactor debrige-node Dockerfile and docker-compose
* Fix leaking connections to the rpc provider
* Add basic auth for node rpc

## How to update to v2.1.0
```shell
Expand All @@ -30,8 +31,8 @@ ENABLE_DATAFIX=true
![update env vars](assets/changed-env-vars-v2_1_0.png)


### 3. Update config/chains_config.json to set up multiple rpc providers:
![multiple rpc providers](./assets/multiple-rpc-providers.png)
### 3. Optional. If you need to use multiple rpc providers or setting up basic auth just update config/chains_config.json as follow::
![multiple rpc providers](./assets/update-chains-config.png)
### 4. Run debridge-node
```shell
docker-compose up -d --build --remove-orphans
Expand Down

0 comments on commit 2f05559

Please sign in to comment.