Releases: input-output-hk/catalyst-voices
Releases ยท input-output-hk/catalyst-voices
Milestone 3 - Catalyst Voices Project
What's Changed
- feat: merge m3 by @minikin in #426
- refactor: Update error handling in
cat-gateway
by @Mr-Leshiy in #425 - fix: browser installers by @kukkok3 in #428
- fix: rename test report target by @kukkok3 in #433
- refactor: Move all follower and Cardano indexer stuff under the
cardano
mod by @Mr-Leshiy in #432 - chore: melos bootstrap by @dtscalac in #436
- refactor: move dependency injection to catalyst_voices_shared package by @dtscalac in #438
- feat: Update cat-gateway packaging, update README.md with guidance how to locally spin up cat-gateway with event-db by @Mr-Leshiy in #437
- feat: cardano multiplatform lib plugin structure by @dtscalac in #441
- refactor: Refactor Cardano follower code, add a simple db queries performance logs by @Mr-Leshiy in #442
- fix: OpenAPI lint by @apskhem in #445
- refactor: Refactor cardano cip36 registration parts. by @Mr-Leshiy in #443
- refactor: Small improving of the cip36 parsing by @Mr-Leshiy in #450
- chore: update catalyst_voices earthly file to always take source files from artifact by @dtscalac in #455
- feat: Quality docs by @kukkok3 in #458
- feat: Add initial brand support by @coire1 in #431
- chore(deps): bump crs-k/stale-branches from 4.1.0 to 5.0.0 by @dependabot in #462
- chore(deps): bump go_router from 13.2.5 to 14.0.2 in /catalyst_voices by @dependabot in #461
- feat: Change
pallas
dep to thecatalyst-pallas
fork'scatalyst
branch specific commit by @Mr-Leshiy in #470 - chore(deps): bump idna from 3.6 to 3.7 in /catalyst-gateway/tests/api_tests by @dependabot in #406
- fix: add sig check by @cong-or in #460
- feat: Testcase and testplan templates by @kukkok3 in #466
- feat: Bump pallas version by @Mr-Leshiy in #474
- docs(CIPs): Move CIPs and submit them for review by @stevenj in #473
- feat: Update-testplan-template by @kukkok3 in #482
- fix(ci): Bump earthfile versions to 0.8 and use new rust builders in cat-ci. by @stevenj in #483
- feat: lock specific flutter version on ci by @dtscalac in #487
- feat: add shelley address & cardano serialization lib by @dtscalac in #478
- feat: Add Catalyst Brand M3 Theme definition by @coire1 in #479
- feat: catalyst cardano witnesses management by @dtscalac in #490
- fix: Missing
Content-Type
header in responses issue, by @Mr-Leshiy in #464 - fix(wallet-tester): missing configurable aux hash and network ID by @apskhem in #500
- feat: Add svg support to flutter by @coire1 in #498
- feat: bump ci to 3.00.1 by @kukkok3 in #502
- feat: catalyst cardano documentation by @dtscalac in #507
- feat: catalyst cardano transaction builder by @dtscalac in #501
- feat: create test reporting for backend python tests by @SotaTek-DuyLe in #511
- chore(deps): bump requests from 2.31.0 to 2.32.0 in /catalyst-gateway/tests/api_tests by @dependabot in #509
- feat: Add brand specific assets by @coire1 in #517
- feat: add hook for schemathesis tests by @SotaTek-DuyLe in #513
- feat: Selectable db query performance logging by @saibatizoku in #476
- chore: refactor event-db queries to do batch inserts and updates by @FelipeRosa in #463
- feat: cardano wallet api by @dtscalac in #522
- chore: upgrade flutter to 3.22.1 by @dtscalac in #515
- fix: cat-ci version to 3.1.5 by @bkioshn in #530
- fix(ci): Disable mithril cat-gateway tests that may be filling disk in CI by @stevenj in #532
- fix(ci): Disable recently changed earthfiles by @stevenj in #533
- Fix/disable earthfiles by @stevenj in #534
- fix(ci): disable earthfiles by @stevenj in #535
- fix:
catalyst-gateway
CI checks by @Mr-Leshiy in #551 - feat: Update testplan template by @kukkok3 in #547
- fix: Schemathesis cache by @kukkok3 in #541
- feat: Disable api tests by @Mr-Leshiy in #552
- fix(ci): Increase schemathesis max response time by @Mr-Leshiy in #553
- feat: Disable schemathesis by @Mr-Leshiy in #554
- fix: Remove unneeded
raw_metadata
field. by @Mr-Leshiy in #486 - feat: frontend features by @dtscalac in #549
- build(deps): bump urllib3 from 2.2.1 to 2.2.2 in /catalyst-gateway/tests/api_tests by @dependabot in #550
- feat: uikit example by @dtscalac in #557
- feat(dev cluster): Basic Cluster Setup and all necessary default services installed and running. by @stevenj in #527
- feat: uikit example firebase deploy by @dtscalac in #558
- build(deps): bump braces from 3.0.2 to 3.0.3 in /utilities/wallet-tester by @dependabot in #555
- build(deps-dev): bump ws from 7.5.9 to 7.5.10 in /utilities/wallet-tester by @dependabot in #556
- feat: navigation drawer by @dtscalac in #566
- feat: UIKit chip component by @dtscalac in #568
- feat: add theme mode switcher by @dtscalac in #569
- fix: update flutter-ci version to 3.1.10 by @bkioshn in #572
- feat: add sentry by @minikin in #564
- feat: Add wallet automation test plan by @SotaTek-DuyLe in #543
- fix: don't trigger uikit deploy needlessly by @dtscalac in #574
- feat: add macos target by @minikin in #577
- fix: chips light/dark icons by @dtscalac in #580
- fix: issues before publishing catalyst-cardano by @dtscalac in #581
- chore(release): publish packages by @dtscalac in #583
- fix: readme versioning for catalyst packages by @dtscalac in #585
- chore(release): publish packages by @dtscalac in #586
- build(deps): bump crs-k/stale-branches from 5.0.0 to 5.0.1 by @dependabot in #584
- fix: missing chromium version by @dtscalac in #587
- feat: automate melos release by @dtscalac in #593
- feat: automate melos publish by @dtscalac in #595
- chore(release): Publish packages by @github-actions in https://github.com/...
v0.2.0
Catalyst Voices implemented as per Milestone 2 deliverables requirements.
What's Changed
- Fix typos by @omahs in #3
- docs: add bug report template by @minikin in #22
- feat(ci): add semantic pr job by @minikin in #25
- docs: Add Code of conduct by @minikin in #24
- feat(vscode): Example of possible Vscode config control by @stevenj in #29
- feat(mdlint): Add Repo wide Markdown linting and vscode tasks. by @stevenj in #30
- docs: add contributing by @minikin in #28
- feat(spelling): Add spelling checks to the code by @stevenj in #31
- feat(issues): Enable blank issues by @stevenj in #32
- feat(issues): Add issue template for making epics by @stevenj in #33
- docs(issues): Add Task Issue Template by @stevenj in #36
- docs: add licenses by @minikin in #58
- feat(ci): add dependabot by @minikin in #38
- feat(docs): add security policy by @minikin in #42
- docs: add feature request, clean up by @minikin in #59
- feat: Move event-db crate by @Mr-Leshiy in #61
- feat: Migrate
cat-data-service
crate from catalyst-core by @Mr-Leshiy in #63 - feat(ci): add remove stale branches by @minikin in #64
- docs: Add openapi as a known word to the project dictionary by @stevenj in #65
- feat: add code owners, update project dic by @minikin in #66
- chore(frontend): update flutter to 3.13.8 by @minikin in #67
- feat(rust): Adds Rust CI/CD and Refactors Cataylst gateway to be passing (minus unit tests). by @stevenj in #79
- ci(gateway): use correct tagged catalyst-ci resources by @stevenj in #86
- chore: update readme, flutter version bump by @minikin in #90
- feat: cat-gateway must be resiliant in the face of DB schema changes by @saibatizoku in #94
- feat(endpoints): Add 'POST /v0/message' endpoint by @saibatizoku in #95
- feat(catalyst-gateway): Add Rust builders in preperation for enabling CI by @stevenj in #97
- chore: adds ci by @jmgilman in #101
- chore(deps): bump crs-k/stale-branches from 2.0.1 to 3.0.1 by @dependabot in #102
- feat(endpoint): Add V1 API and stub endpoint for account votes by @saibatizoku in #96
- fix: Update settings.recommended.json file by @Mr-Leshiy in #114
- feat(docs): Add documentation/gh-pages using Catalyst-CI docs builders and actions. by @stevenj in #104
- fix(docs): Test that github actions for docs complete properly on merge to main. by @stevenj in #132
- feat(docs): Make Branch documentation deletion the same as creation. by @stevenj in #133
- feat: flutter integration tests by @minikin in #92
- feat: Add earthly
cat-gateway/event-db
initial setup by @Mr-Leshiy in #91 - feat:
catalyst-gateway
docs generation cli command by @Mr-Leshiy in #136 - chore(gateway): Move metadata to the workspace for cat-gateway by @stevenj in #144
- chore: voices packages clean up by @minikin in #147
- feat: Bump version of the cat-ci dep by @Mr-Leshiy in #151
- chore(fix-stage-data-sql): Upsert event-db stage data by @FelipeRosa in #152
- feat: Add blank implementation of the
/api/v0/vote/active/plans
endpoint by @Mr-Leshiy in #134 - feat: add catalyst voices assets pub by @minikin in #154
- feat(fronted): add catalyst_voices_localization pub by @minikin in #155
- docs(docs): Update to latest docs builder, add architecture docs templates by @stevenj in #153
- feat(fragments-endpoints): Add /fragments and /fragments/statuses compatibility endpoints by @FelipeRosa in #93
- feat: improve fornted app architecure by @minikin in #158
- docs: Fix flutter docs by @kukkok3 in #160
- feat: add flutter adr, update catalyst_voices_assets by @minikin in #164
- refactor(catalyst-gateway): Remove axum legacy service implementation by @Mr-Leshiy in #162
- feat: propose adr to use webp by @minikin in #167
- fix: modify the spellcheck from local to call spellcheck in
catalyst-ci
by @apskhem in #177 - fix: modify the markdown check from local to call markdown check in
catalyst-ci
by @bkioshn in #176 - chore: use
COPY
command instead ofCP_SRC
by @apskhem in #181 - feat(docs): Integrate Rust docs to our general mkDocs by @Mr-Leshiy in #173
- chore: remove
docs.yml
by @apskhem in #182 - feat: Cleanup staled tests from catalyst-gateway by @Mr-Leshiy in #187
- fix: Rust builder bug by @Mr-Leshiy in #186
- chore(deps): bump bluefireteam/melos-action from 2 to 3 by @dependabot in #170
- chore(deps): bump actions/setup-java from 1 to 4 by @dependabot in #168
- chore(deps): bump google-github-actions/auth from 1 to 2 by @dependabot in #171
- chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #172
- chore(deps): bump crs-k/stale-branches from 3.0.1 to 3.1.3 by @dependabot in #178
- feat(eventdb): Update the event DB to use the latest postgres builders from CAT-CI and integrate DB docs. by @stevenj in #189
- chore(deps): bump unsafe-libyaml from 0.2.9 to 0.2.10 in /catalyst-gateway by @dependabot in #191
- feat: update flavors to align with backend by @minikin in #192
- feat: Tests structure by @kukkok3 in #188
- fix: Linting errors by @kukkok3 in #195
- feat: Handle DB schema version mismatch by @saibatizoku in #197
- chore(deps): bump google-github-actions/setup-gcloud from 1 to 2 by @dependabot in #199
- chore(voices db): Fix version of CI for postgres builders by @stevenj in #202
- feat(docs): Catalyst Gateway OpenAPI docs by @Mr-Leshiy in #183
- feat(service): schema mismatch disables service by @saibatizoku in #198
- feat: add ADR for fronted app by @minikin in #190
- feat: add state management, routing by @minikin in #201
- fix: cleanup targets by @bkioshn in #185
- fix: openapi info section by @bkioshn in #209
- chore(deps): bump h2 from 0.3.21 to 0.3.24 in /catalyst-gateway by @dependabot in #213
- feat(...