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

Credential indexer #4

Open
wants to merge 28 commits into
base: master
Choose a base branch
from
Open

Credential indexer #4

wants to merge 28 commits into from

Conversation

will-break-it
Copy link
Owner

Context

Reason for the change? If an issue exists, reference it here using a keyword

Proposed Solution

Important Changes Introduced

will-break-it and others added 28 commits August 5, 2024 20:25
also correctly set 'poolSize' when initializing Typeorm DataSource
and add some unit tests for TypeormService
BREAKING CHANGE: remove updateWitness method from observable wallet
- add addSignatures method to observable wallet
 - @cardano-sdk/[email protected]
 - @cardano-sdk/[email protected]
 - @cardano-sdk/[email protected]
 - @cardano-sdk/[email protected]
 - @cardano-sdk/[email protected]
 - @cardano-sdk/[email protected]
 - @cardano-sdk/[email protected]
 - @cardano-sdk/[email protected]
 - @cardano-sdk/[email protected]
 - @cardano-sdk/[email protected]
 - @cardano-sdk/[email protected]
 - @cardano-sdk/[email protected]
 - @cardano-sdk/[email protected]
 - @cardano-sdk/[email protected]
 - @cardano-sdk/[email protected]
 - @cardano-sdk/[email protected]
 - @cardano-sdk/[email protected]
 - @cardano-sdk/[email protected]
 - @cardano-sdk/[email protected]

more = (b & 128) !== 0;
++bytesRead;
}

return { bytesRead, value };
return { bytesRead, value: value <= Number.MAX_SAFE_INTEGER ? Number(value) : Number.POSITIVE_INFINITY };

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 a bigint, and save the full value when packing in order to reuse when unpacking

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants