This repository has been archived by the owner on Dec 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 213
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add 1.2.0 changelog entries * Bump package versions to 1.2.0 and update the version constraints
- Loading branch information
Evgenii Akentev
authored
Mar 6, 2023
1 parent
b80116b
commit 68efca7
Showing
73 changed files
with
442 additions
and
406 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
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
3 changes: 0 additions & 3 deletions
3
...-emulator/changelog.d/20230116_160622_ak3n_remove_freer_extras_plutus_ledger.md
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
...tor/changelog.d/20230201_135624_sjoerd.visscher_PLT_1356_MaxCollateralInputs.md
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
cardano-node-emulator/changelog.d/20230302_122332_ak3n_drop_emulator_tx.md
This file was deleted.
Oops, something went wrong.
6 changes: 5 additions & 1 deletion
6
...0221207_115251_markus.lall_plt_171_wip.md → cardano-streaming/CHANGELOG.md
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 |
---|---|---|
@@ -1,3 +1,7 @@ | ||
### Added | ||
|
||
<a id='changelog-1.2.0'></a> | ||
# 1.2.0 — 2023-03-03 | ||
|
||
## Added | ||
|
||
- Fold blocks into ledger state at client side using local chainsync protocol, both pipelined and non-pipelined versions are provided. |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
cabal-version: 2.4 | ||
name: cardano-streaming | ||
version: 1.1.0.0 | ||
version: 1.2.0.0 | ||
author: Andrea Bedini | ||
maintainer: [email protected] | ||
|
||
|
@@ -102,7 +102,7 @@ executable cardano-streaming-example-2 | |
-------------------- | ||
build-depends: | ||
, cardano-streaming | ||
, plutus-ledger >=1.0.0 | ||
, plutus-ledger >=1.2.0 | ||
|
||
-------------------------- | ||
-- Other IOG dependencies | ||
|
@@ -131,8 +131,8 @@ executable cardano-streaming-example-3 | |
-- Local components | ||
-------------------- | ||
build-depends: | ||
, cardano-streaming | ||
, plutus-chain-index-core >=1.0.0 | ||
, cardano-streaming >=1.2.0 | ||
, plutus-chain-index-core >=1.2.0 | ||
|
||
-------------------------- | ||
-- Other IOG dependencies | ||
|
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
6 changes: 5 additions & 1 deletion
6
...ak3n_remove_freer_extras_plutus_ledger.md → freer-extras/CHANGELOG.md
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 |
---|---|---|
@@ -1,3 +1,7 @@ | ||
### Removed | ||
|
||
<a id='changelog-1.2.0'></a> | ||
# 1.2.0 — 2023-03-03 | ||
|
||
## Removed | ||
|
||
- Removed `OpenApi.ToSchema` instance for `PageQuery a`, `PageSize`, and `Page a`. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
|
||
<a id='changelog-1.2.0'></a> | ||
# 1.2.0 — 2023-03-03 | ||
|
||
## Added | ||
|
||
- Epoch stakepool size indexer; the data indexed is roughly equivalent to the `epoch_stake` table in cardano-db-sync. | ||
|
||
- Mint/burn indexer: indexes mint/burn events of custom tokens in transactions. | ||
|
||
- Address-Datum indexer: indexes all datums for any given address in Cardano. | ||
|
||
- CLI flag to allow disabling the Address-Datum indexer. | ||
|
||
- Added ToJSON/FromJSON instances for the UTXO indexer types like `UtxoRow` and `Utxo` | ||
|
||
- Bootstrapped a benchmark suite for evaluating performance of `marconi-chain-index` | ||
|
||
- Added a simple benchmark for evaluating query performance for the address with the most UTXOs. | ||
|
||
- Adding 'PRAGMA journal_mode=WAL' for all indexers that are opening a SQLite database | ||
|
||
- Added golden tests for the CLI parameter, PLT-1513 | ||
|
||
## Changed | ||
|
||
- Renamed the `marconi` package name to `marconi-chain-index` | ||
- Renamed the module names of the `jsonrpc` lib from Marconi.JsonRpc` to `Network.JsonRpc` | ||
|
||
- `UtxoRow` doesn't store the `BlockNo` anymore | ||
|
||
## Fixed | ||
|
||
- Fixed the resuming of the UTXO indexer | ||
- Fixed the UtxoEvent generator to generate unique utxos and only spend utxos which have been | ||
previously created. | ||
|
||
- Fixed lint errors and warnings | ||
|
||
- minor changes, mainly adding `show` instances for debugging purposes | ||
|
||
* Fixed a bug in the datum extraction in the Utxo indexer |
3 changes: 0 additions & 3 deletions
3
marconi-chain-index/changelog.d/20221205_182223_markus.lall_plt_171.md
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
marconi-chain-index/changelog.d/20230130_134918_markus.l2ll_plt_357.md
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
...hangelog.d/20230130_140515_konstantinos.lambrou_PLT_662_maconi_address_datum.md
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
...95450_konstantinos.lambrou_PLT_1317_restructure_marconi_and_rewindable_index.md
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
...24_konstantinos.lambrou_PLT_1317_restructure_marconi_and_rewindable_index_v2.md
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
....d/20230213_200010_konstantinos.lambrou_PLT_229_fix_resuming_of_utxo_indexer.md
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
...n_index_for_analyzing_query_response_time_of_the_address_with_the_most_utxos.md
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
marconi-chain-index/changelog.d/20230217_163000_kayvank_lint.md
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
marconi-chain-index/changelog.d/20230222_182400_kayvan_json_rpc_test.md
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
...nos.lambrou_PLT_776_fix_test_running_time_of_tx_address_to_utxo_address_test.md
This file was deleted.
Oops, something went wrong.
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
6 changes: 5 additions & 1 deletion
6
...structure_marconi_and_rewindable_index.md → marconi-core/CHANGELOG.md
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 |
---|---|---|
@@ -1,4 +1,8 @@ | ||
### Changed | ||
|
||
<a id='changelog-1.2.0'></a> | ||
# 1.2.0 — 2023-03-03 | ||
|
||
## Changed | ||
|
||
- Renamed the rewindable-index package name to marconi-core | ||
- Modified the module names to reflect the new package name |
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
Oops, something went wrong.