forked from input-output-hk/cardano-js-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Credential indexer #4
Open
will-break-it
wants to merge
28
commits into
master
Choose a base branch
from
credential-indexer
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
e0ba924
feat(tx-projection): add projection for transaction projected indexed…
will-break-it 2a6cdad
feat(ogmios): add input source for cbor deserialization for transactions
will-break-it 18e305b
refactor(byron-output-mapping): fix too long byron output addresses b…
will-break-it 16c36f5
refactor(ogmios-byron-block) update byron block mapper for signatures
will-break-it 97076f5
refactor(circular-deps): merged and adjusted imports for circular dep…
will-break-it fec9f87
feat(block-type): add block type to distinguish between bft and praos…
will-break-it dbe7ca1
feat(projector-mapper): add byron output address transformer for very…
will-break-it 06b5717
refactor(circular-deps): merged and adjusted imports for circular dep…
will-break-it e0aac02
refactor(block-type): use of block type
will-break-it 1d2acbd
refactor(blockmodel) update block model to include block type
will-break-it baf500a
reafactor(utxo-projection-mapper): Fix tests
will-break-it e7cad32
refactor(ogmios): address mapping; handled byron address transform in…
will-break-it 71d7e5e
refactor(clean-up): removed unused constant; add docs
will-break-it f3195c5
refactor(projection-mapper): byron output address transformer
will-break-it 2ecd968
Merge pull request #3 from will-break-it/credential-indexer-prototype
will-break-it 5a5d5a5
test(cardano-services): group existing pgboss service tests under an …
mkazlauskas 2dc1b9c
chore: update start-pg-boss-worker command in Dockerfile and docs
mkazlauskas fb4529e
fix: do not run schema migrations when starting pgboss worker
mkazlauskas 3cad5b6
fix: add timeout to TypeormService withDataSource/withQueryRunner
mkazlauskas 4d2b154
feat!: replace updateWitness with addSignatures in observable wallet
AngelCastilloB e799113
fix(hardware-ledger): delegate vote drep is a hash not key path
mirceahasegan 1b98ec8
ci: publish packages [skip actions]
lace-bot 414b75a
feat(tx-projection): add projection for transaction projected indexed…
will-break-it d450b32
refactor(ogmios-tests): add block type as expected output
will-break-it 282ec11
refactor(circular-deps): Remove specific import & use serialization i…
will-break-it b490778
Merge branch 'master' into credential-indexer
will-break-it 6effed6
refactor(ogmios-mapper): add cbor field explicitely
will-break-it 5180e85
refactor(variable-length-decoding): support overflowing pointer addre…
will-break-it File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
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
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
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
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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should add a test for round-tripping a Pointer address that uses a
slot>MAX_SAFE_INTEGER
. In order for that to work, we'll need to change this Pointer type to store abigint
, and save the full value when packing in order to reuse when unpacking