Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Transaction projection indexed by credentials #1430

Closed
wants to merge 29 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
4559b99
refactor(ogmios-block-type-mapping): add block type; transaction cbor
will-break-it Aug 21, 2024
32e5ffc
feat: add transaction projection indexed by credentials
will-break-it Aug 21, 2024
2d388fa
refactor: add transactions for projector
will-break-it Aug 21, 2024
0e9f51c
fix: rename projection
will-break-it Aug 22, 2024
e434b5a
fix: whitespace for projections
will-break-it Aug 22, 2024
e9eab1e
feat: add transaction projection indexed by credentials
will-break-it Aug 21, 2024
e244cf1
refactor: add transactions for projector
will-break-it Aug 21, 2024
67ef970
fix: rename projection
will-break-it Aug 22, 2024
df16cd2
refactor: allow reading invalid entropy protocol parameter update
will-break-it Aug 22, 2024
ae022be
fix: add mapper for tx cbor
will-break-it Aug 22, 2024
60ecfc3
fix: add tx mapper cbor
will-break-it Aug 22, 2024
f73fecb
fix(LW-11312): temporary fix to not validate too long shelley addresses
will-break-it Aug 27, 2024
a1b59c3
fix(LW-11296): temporary fix for protocol parameter entropy reset
will-break-it Aug 27, 2024
fc6c0f3
feat: add log duration operator
will-break-it Aug 29, 2024
60114c4
chore(core): remove unused import
mkazlauskas Aug 29, 2024
19dc05b
feat: implement operator duration measure
mkazlauskas Aug 29, 2024
62901b6
refactor(credential-projection): add inmemory cache for hydrating txIn
will-break-it Sep 2, 2024
1725716
refactor(credential-projection): remove consumed txIns from cache
will-break-it Sep 2, 2024
8c7437a
refactor(credential-projection-cache): made cache mutation private to…
will-break-it Sep 3, 2024
e97228d
refactor(credential-projection): introduced manager to simplify colle…
will-break-it Sep 4, 2024
fac2747
refactor: add back coin which is not nullable
will-break-it Sep 4, 2024
eef04b0
fix: add byron credential mapping
will-break-it Sep 18, 2024
7e27e0d
refactor: add back output entity index
will-break-it Sep 18, 2024
d28ff85
fix: add check if resolvable txins are not empty
will-break-it Sep 18, 2024
89331db
fix: add export of credential manager
will-break-it Sep 18, 2024
8347299
fix(cardano-services): remove storeAssets from transaction projection
mkazlauskas Sep 18, 2024
e96fb94
feat: set projection postgres tx isolation level to default
mkazlauskas Sep 18, 2024
81565c9
fix: add index for foreign relationship transaction to block id
will-break-it Sep 23, 2024
7eb46bb
feat: substitute tx input indexing by witness pub keys
will-break-it Oct 10, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: whitespace for projections
will-break-it committed Aug 27, 2024
commit e434b5a2b1a734f788c8956f21927910783cbab3
2 changes: 1 addition & 1 deletion compose/common.yml
Original file line number Diff line number Diff line change
@@ -312,7 +312,7 @@ services:
- *projector-environment
- *sdk-environment
POSTGRES_DB_FILE: /run/secrets/postgres_db_wallet_api
PROJECTION_NAMES: protocol-parameters, transactions
PROJECTION_NAMES: protocol-parameters,transactions
ports:
- ${WALLET_API_PROJECTOR_PORT:-4005}:3000