File tree Expand file tree Collapse file tree 11 files changed +12
-11
lines changed
demo_tezos_domains_big_map/docker
demo_tezos_domains/docker Expand file tree Collapse file tree 11 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 3.1.3
2+ current_version = 4.0.0-rc1
33commit = True
44tag = True
55tag_name = {new_version}
Original file line number Diff line number Diff line change 22
33Please use [ this] ( https://docs.gitlab.com/ee/development/changelog.html ) document as guidelines to keep a changelog.
44
5- ## 4.0.0-rc1 - [ unreleased ]
5+ ## 4.0.0-rc1 - 2021-12-02
66
77### ⚠ Migration
88
@@ -41,6 +41,7 @@ advanced:
4141* cli: Fixed `schema wipe --immune` flag being ignored.
4242* codegen: Fixed missing imports in handlers generated during init.
4343* coinbase: Fixed possible data inconsistency caused by caching enabled for method `get_candles`.
44+ * hasura: Fixed unnecessary reconfiguration in restart.
4445* http: Fixed increasing sleep time between failed request attempts.
4546* index: Fixed invocation of head index callback.
4647* index: Fixed `CallbackError` raised instead of `ReindexingRequiredError` in some cases.
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " dipdup"
33description = " Python SDK for developing indexers of Tezos smart contracts inspired by The Graph"
4- version = " 3.1.3 "
4+ version = " 4.0.0-rc1 "
55license = " MIT"
66authors = [
77 " Lev Gorodetskiy <[email protected] >" ,
Original file line number Diff line number Diff line change 1- FROM dipdup/dipdup:3.1.3
1+ FROM dipdup/dipdup:4.0.0-rc1
22COPY demo_hic_et_nunc /home/dipdup/demo_hic_et_nunc
Original file line number Diff line number Diff line change 1- FROM dipdup/dipdup:3.1.3
1+ FROM dipdup/dipdup:4.0.0-rc1
22COPY demo_quipuswap /home/dipdup/demo_quipuswap
Original file line number Diff line number Diff line change 1- FROM dipdup/dipdup:3.1.3
1+ FROM dipdup/dipdup:4.0.0-rc1
22COPY demo_registrydao /home/dipdup/demo_registrydao
Original file line number Diff line number Diff line change 1- FROM dipdup/dipdup:3.1.3
1+ FROM dipdup/dipdup:4.0.0-rc1
22COPY demo_tezos_domains /home/dipdup/demo_tezos_domains
Original file line number Diff line number Diff line change 1- FROM dipdup/dipdup:3.1.3
1+ FROM dipdup/dipdup:4.0.0-rc1
22COPY demo_tezos_domains_big_map /home/dipdup/demo_tezos_domains_big_map
Original file line number Diff line number Diff line change 1- FROM dipdup/dipdup:3.1.3
1+ FROM dipdup/dipdup:4.0.0-rc1
22COPY demo_tzbtc /home/dipdup/demo_tzbtc
Original file line number Diff line number Diff line change 1- FROM dipdup/dipdup:3.1.3
1+ FROM dipdup/dipdup:4.0.0-rc1
22COPY demo_tzcolors /home/dipdup/demo_tzcolors
You can’t perform that action at this time.
0 commit comments