cardano-js-sdk
cardano-js-sdk copied to clipboard
JavaScript SDK for interacting with Cardano, providing various key management options, with support for popular hardware wallets
# Context `core` package doesn't have the `circular-deps:check`! 😨 # Proposed Solution Added it and fixed all revealed issues.
# Context TBD # Proposed Solution TBD # Important Changes Introduced TBD
### Describe the feature you'd like I haven't found a way to apply parameters to a script. If this feature isn't implemented yet, it would be nice to have that...
chore: Remove kubeconfig dependency (@gytis-ivaskevicius commit) chore: Add workflow for protected auto deployments (extra configuration done in repo > settings > environments) # Context _Reason for the change? If an...
# Context The PR's proposes changes to the SDK to support transaction projection indexed by credentials. Ticket: [LW-10737](https://input-output.atlassian.net/browse/LW-10737) # Proposed Solution DB Schema/ Entities: - [x] Added Credential - [x]...
### Summary Hi Everoyne! Creating this issue cause at jpg.store we were trying to use [Blaze](https://github.com/butaneprotocol/blaze-cardano) (which internally uses cardano-js-sdk)and at the same time using the sdk directly for a...
# Context _Reason for the change? If an issue exists, reference it here using a [keyword](https://docs.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword)_ # Proposed Solution # Important Changes Introduced
# Context DRAFT PR FOR https://input-output.atlassian.net/browse/LW-11389 # Proposed Solution # Important Changes Introduced
# Context Wrong method name causes test to not run this query: ``` TypeError: Object has no member 'stats' at syncWallet (file:///github/workspace/packages/e2e/test/k6/scenarios/wallets.test.js:248:15(92)) at default (file:///github/workspace/packages/e2e/test/k6/scenarios/wallets.test.js:273:74(47)) ``` # Proposed Solution #...
# Context Lace performs a huge amount of HTTP calls. # Proposed Solution Implemented event based `ChainHistoryProvider.transactionsByAddresses` and `UtxoProvider`. The load tests demonstrate this back end implementation is able to...