Skip to content

Commit

Permalink
Bump version 7.3.2 (#942)
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout authored Feb 6, 2024
1 parent bd19352 commit 2bebcf5
Show file tree
Hide file tree
Showing 104 changed files with 519 additions and 358 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning].

## [Unreleased]
## [7.3.2] - 2024-02-06

## Added

Expand Down Expand Up @@ -1313,7 +1313,9 @@ This release contains no changes except for the version number.
[semantic versioning]: https://semver.org/spec/v2.0.0.html

<!-- Versions -->
[Unreleased]: https://github.com/dipdup-io/dipdup/compare/7.3.0...HEAD
[Unreleased]: https://github.com/dipdup-io/dipdup/compare/7.3.2...HEAD
[7.3.2]: https://github.com/dipdup-io/dipdup/compare/7.3.1...7.3.2
[7.3.1]: https://github.com/dipdup-io/dipdup/compare/7.3.0...7.3.1
[7.3.0]: https://github.com/dipdup-io/dipdup/compare/7.2.2...7.3.0
[7.2.2]: https://github.com/dipdup-io/dipdup/compare/7.2.1...7.2.2
[7.2.1]: https://github.com/dipdup-io/dipdup/compare/7.2.0...7.2.1
Expand Down
2 changes: 1 addition & 1 deletion docs/1.getting-started/6.datasources.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ datasources:
connection_limit: 100
connection_timeout: 60
request_timeout: 60
batch_size: 10_000
batch_size: 10000
replay_path: None
alias: None
```
Expand Down
2 changes: 2 additions & 0 deletions docs/15.thanks.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,13 @@ We are grateful to all the people who helped us with the project.
- [Florian PAUTOT](https://github.com/0x666c6f)
- [gdsoumya](https://github.com/gdsoumya)
- [Göran Sandström](https://github.com/veqtor)
- [Igor Sereda](https://github.com/igorsereda)
- [Javier Graciá Carpio](https://github.com/jagracar)
- [Karan Dua](https://github.com/Karantezsure)
- [Nick Kalomoiris](https://github.com/nikos-kalomoiris)
- [magicCity](https://github.com/tezosmiami)
- [pravind](https://github.com/pravind)
- [pyk](https://github.com/pyk)
- [Roman Novikov](https://github.com/mystdeim)
- [Scott Simpson](https://github.com/scottincrypto)
- [shuoer86](https://github.com/shuoer86)
Expand Down
30 changes: 15 additions & 15 deletions docs/5.advanced/6.evm-networks.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ Something here is missing or wrong? Open an issue or pull request in [DipDup rep

### Arbitrum

| datasource | supported | URLs |
| -----------------:|:------------ | ----------------------------------------------------- |
| **evm.subsquid** | 🟢 yes | `https://v2.archive.subsquid.io/network/arbitrum-one` |
| **abi.etherscan** | 🟢 yes | `https://api.arbiscan.io/api` |
| **evm.node** | 🟡 HTTP only | `https://arb-mainnet.g.alchemy.com/v2` |
| datasource | supported | URLs |
| -----------------:|:--------- | -------------------------------------------------------------------------------- |
| **evm.subsquid** | 🟢 yes | `https://v2.archive.subsquid.io/network/arbitrum-one` |
| **abi.etherscan** | 🟢 yes | `https://api.arbiscan.io/api` |
| **evm.node** | 🟢 yes | `https://arb-mainnet.g.alchemy.com/v2` <br> `wss://arb-mainnet.g.alchemy.com/v2` |

### Astar

Expand Down Expand Up @@ -88,11 +88,11 @@ Something here is missing or wrong? Open an issue or pull request in [DipDup rep

### Binance Smart Chain

| datasource | supported | URLs |
| -----------------:|:------------- | -------------------------------------------------------- |
| **evm.subsquid** | 🟢 yes | `https://v2.archive.subsquid.io/network/binance-mainnet` |
| **abi.etherscan** | 🟢 yes | `https://api.bscscan.com/api` |
| **evm.node** | 🔴 not tested | N/A |
| datasource | supported | URLs |
| -----------------:|:--------- | -------------------------------------------------------- |
| **evm.subsquid** | 🟢 yes | `https://v2.archive.subsquid.io/network/binance-mainnet` |
| **abi.etherscan** | 🟢 yes | `https://api.bscscan.com/api` |
| **evm.node** | 🟢 yes | `https://go.getblock.io/` <br> `wss://go.getblock.io/` |

### Exosama

Expand Down Expand Up @@ -152,11 +152,11 @@ Something here is missing or wrong? Open an issue or pull request in [DipDup rep

### Polygon PoS

| datasource | supported | URLs |
| -----------------:|:------------ | -------------------------------------------------------- |
| **evm.subsquid** | 🟢 yes | `https://v2.archive.subsquid.io/network/polygon-mainnet` |
| **abi.etherscan** | 🟢 yes | `https://api.polygonscan.com/api` |
| **evm.node** | 🟡 HTTP only | `https://polygon-mainnet.g.alchemy.com/v2` |
| datasource | supported | URLs |
| -----------------:|:--------- | ---------------------------------------------------------------------------------------- |
| **evm.subsquid** | 🟢 yes | `https://v2.archive.subsquid.io/network/polygon-mainnet` |
| **abi.etherscan** | 🟢 yes | `https://api.polygonscan.com/api` |
| **evm.node** | 🟢 yes | `https://polygon-mainnet.g.alchemy.com/v2` <br> `wss://polygon-mainnet.g.alchemy.com/v2` |

### Polygon zkEVM

Expand Down
Loading

0 comments on commit 2bebcf5

Please sign in to comment.