Skip to content

Commit

Permalink
update contributors and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout committed Jan 9, 2025
1 parent 223dc1f commit b1b1ca1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 19 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Releases prior to 7.0 has been removed from this file to declutter search result

### Fixed

- evm: Fixed sending JSONRPC requests via web3.py provider.
- evm: Fixed parsing tuple types in ABI.
- evm.subsquid: Fixed type of `timestamp` field of event/transaction models.
- evm.subsquid: Fixed empty field base conversion on event deserialization.
Expand Down
8 changes: 8 additions & 0 deletions docs/16.thanks.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ 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)
- [hoka](https://github.com/hokaxbt)
- [Igor Sereda](https://github.com/igorsereda)
- [Ilia Batii](https://github.com/baitcode)
- [Javier Graciá Carpio](https://github.com/jagracar)
- [JoE11-y](https://github.com/JoE11-y)
- [Karan Dua](https://github.com/Karantezsure)
Expand All @@ -49,4 +51,10 @@ We are grateful to all the people who helped us with the project.
- [Soham Das](https://github.com/tosoham)
- [tomsib2001](https://github.com/tomsib2001)

Also, these people helped heavily with [pysignalr](https://github.com/baking-bad/), a library we have developed to use in DipDup:

- [Caio Barbieri](https://github.com/caiolombello)
- [MichaelMKKelly](https://github.com/MichaelMKKelly)
- [Ola Lidholm](https://github.com/olalid)

If we forgot to mention you, or you want to update your record, please, open an issue or pull request.
20 changes: 1 addition & 19 deletions docs/7.references/2.config.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,24 +140,6 @@ description: "Config file reference"

<dl class="py class">

## dipdup.config.DatasourceConfig

<em class="property"><span class="pre">class</span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">dipdup.config.</span></span><span class="sig-name descname"><span class="pre">DatasourceConfig</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="o"><span class="pre">*</span></span><span class="n"><span class="pre">args</span></span></em><span class="sig-paren">)</span></dt>
<dd><p>Base class for datasource configs</p>
<dl class="field-list simple">
<dt class="field-odd" style="color: var(--txt-primary);">Parameters<span class="colon">:</span></dt>
<dd class="field-odd"><ul class="simple">
<li><p><strong>kind</strong> – Defined by child class</p></li>
<li><p><strong>url</strong> – URL of the API</p></li>
<li><p><strong>http</strong> – HTTP connection tunables</p></li>

</ul>
</dd>
</dl>
</dd></dl>

<dl class="py class">

## dipdup.config.evm.EvmContractConfig

<em class="property"><span class="pre">class</span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">dipdup.config.evm.</span></span><span class="sig-name descname"><span class="pre">EvmContractConfig</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="o"><span class="pre">*</span></span><span class="n"><span class="pre">args</span></span></em><span class="sig-paren">)</span></dt>
Expand Down Expand Up @@ -439,7 +421,7 @@ description: "Config file reference"

<dl class="py class">

## id0
## dipdup.config.DatasourceConfig

<em class="property"><span class="pre">class</span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">dipdup.config.</span></span><span class="sig-name descname"><span class="pre">DatasourceConfig</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="o"><span class="pre">*</span></span><span class="n"><span class="pre">args</span></span></em><span class="sig-paren">)</span></dt>
<dd><p>Base class for datasource configs</p>
Expand Down
1 change: 1 addition & 0 deletions docs/9.release-notes/_8.0_changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
- evm.subsquid: Fixed typo in `iter_events` method name.
- evm: Fixed crash when contract ABI contains overloaded methods.
- evm: Fixed parsing tuple types in ABI.
- evm: Fixed sending JSONRPC requests via web3.py provider.
- install: Fixed reinstalling package when `--force` flag is used.
- models: Fixed `CachedModel` preloading.
- models: Fixed setting default value for `Meta.maxsize`.
Expand Down

0 comments on commit b1b1ca1

Please sign in to comment.