-
Notifications
You must be signed in to change notification settings - Fork 86
Feature/3404 datil dev support #515
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
Merged
Merged
Changes from all commits
Commits
Show all changes
70 commits
Select commit
Hold shift + click to select a range
91278c8
Implement support for running against datil-dev
hwrdtm 7ce9b5e
Hack to make work against datil-dev
hwrdtm b5df915
feat(tinny): remove `LIT_OFFICIAL_RPC` and add `LIT_RPC` enum to supp…
Ansonhkg 26d181c
chore: fix `testLIT` typo
Ansonhkg 0f4065c
fix: import
Ansonhkg 0f5d175
Merge branch 'dev/test-common-updates' into feature/3404-datil-dev-su…
Ansonhkg 9bf76b5
fix(testing): correct test result reporting in runTestsParallel
Ansonhkg 1d66ed0
feat(test): introduce chunked parallel execution
Ansonhkg 1928396
fix(temp): disabled `switchWallet`
Ansonhkg fcc0fe2
feat(test): LIT_RPC enum
Ansonhkg e6139c1
feat: add relayer tests
Ansonhkg 155cacb
feat(tinny): temp disabled wallet switching
Ansonhkg 0fb62e3
feat: add datil relayer support
Ansonhkg bfe0cac
fix(tinny): Simplify and centralize RPC URL handling
Ansonhkg 83c7382
fix(contracts-sdk): correct rpc for browser
Ansonhkg 3e25698
Update local-tests/README.md
Ansonhkg 462d886
Update local-tests/README.md
Ansonhkg d7fdea8
Update local-tests/setup/shiva-client.ts
Ansonhkg efd7404
fix: https://github.com/LIT-Protocol/js-sdk/pull/515/files/83c73821c5…
Ansonhkg a82fe0b
fix: https://github.com/LIT-Protocol/js-sdk/pull/515/files/83c73821c5…
Ansonhkg 8323088
fix: https://github.com/LIT-Protocol/js-sdk/pull/515/files/83c73821c5…
Ansonhkg 0cdddfd
fix: https://github.com/LIT-Protocol/js-sdk/pull/515/files/83c73821c5…
Ansonhkg e254cfb
fix: https://github.com/LIT-Protocol/js-sdk/pull/515/files/83c73821c5…
Ansonhkg 9be5559
fix: https://github.com/LIT-Protocol/js-sdk/pull/515/files/83c73821c5…
Ansonhkg b1db2e9
fix: https://github.com/LIT-Protocol/js-sdk/pull/515/files/83c73821c5…
Ansonhkg 936e3ec
fix: https://github.com/LIT-Protocol/js-sdk/pull/515/files/83c73821c5…
Ansonhkg 4e92c94
fix: https://github.com/LIT-Protocol/js-sdk/pull/515/files/83c73821c5…
Ansonhkg a96640f
fix: https://github.com/LIT-Protocol/js-sdk/pull/515/files/83c73821c5…
Ansonhkg 985db03
fix: https://github.com/LIT-Protocol/js-sdk/pull/515/files/83c73821c5…
Ansonhkg a84d509
fix: remove random character in the file
Ansonhkg 8c2ec2d
Merge branch 'feature/3404-datil-dev-support' of https://github.com/L…
Ansonhkg 2697093
Update local-tests/setup/shiva-client.ts
Ansonhkg 2c998f6
Update local-tests/setup/shiva-client.ts
Ansonhkg 220fa4f
fix: https://github.com/LIT-Protocol/js-sdk/pull/515/files#r1659243267
Ansonhkg d73255f
fix: #r1659249390
Ansonhkg db52690
fix: #r1659266348
Ansonhkg 3573e0a
Update local-tests/setup/tinny-environment.ts
Ansonhkg 1398224
feat: swap staging url to prod
Ansonhkg fd3da9e
doc: update version
Ansonhkg f5fd9da
fix: contiune even if failed to generate internalDev
Ansonhkg 8e48ed9
fix: remove process.exit
Ansonhkg 7fa75b2
refac: Prettier
DashKash54 4868b11
Published version: 6.1.0@datil-dev
DashKash54 42a9518
fix(test): LIT-3404 - Allow tinny to be run against Cayenne again
MaximusHaximus 4d98940
fix: LIT-3404 - Normalize `Chronicle` spelling in new changes with ex…
MaximusHaximus 2efb2a2
fix(contracts-sdk): LIT-3404 - Adjust PKP mint methods to set `gasLim…
MaximusHaximus 08e56a2
feat: add custom gas limit
Ansonhkg bc03da9
Merge branch 'feature/3404-datil-dev-support' into feature/3404-add-m…
Ansonhkg d8bd3e9
chore: add comment
Ansonhkg c212647
Merge branch 'feature/3404-add-manual-gas-limit' of https://github.co…
Ansonhkg 7450f8b
fix: gasLimit missing on param
Ansonhkg a6e145d
fix: param optionality
Ansonhkg 2881f6e
fix: upping default gas limit
Ansonhkg ddb9982
Merge pull request #519 from LIT-Protocol/feature/3404-add-manual-gas…
Ansonhkg 2b2f120
chore: prettier
Ansonhkg 35add79
Merge branch 'master' of https://github.com/LIT-Protocol/js-sdk into …
Ansonhkg 2a0cdb6
fix: linty lint
Ansonhkg 0f0ce25
feat(wrapped-keys): LIT-3404 - Add support for `datil-dev` to wrapped…
MaximusHaximus 87ce2fd
Merge pull request #520 from LIT-Protocol/feature/3404-datil-dev-supp…
MaximusHaximus 3524f56
feat(lit-core): LIT-3404 - Ensure Datil processes Epoch changes, and …
MaximusHaximus 301b761
fix(wrapped-keys): LIT-3404 - Ensure errors thrown from LIT action ex…
MaximusHaximus 9a4408d
fix(local-tests): LIT-3404 - Fix TS error in testUseValidLitActionCod…
MaximusHaximus aec70d5
test(wrapped-keys): LIT-3404 - Update wrapped-keys tests for datil co…
MaximusHaximus 34d95b6
test(wrapped-keys): LIT-3404 - Update error string checks on failing …
MaximusHaximus f88591d
test(wrapped-keys): LIT-3404 - Enable generate key tests
MaximusHaximus 2fbd861
fix(wrapped-keys): LIT-3404 - Enforce salt is always included in `cip…
MaximusHaximus 11051ad
Published version: 6.1.0@wrapped-keys
DashKash54 221c264
Published version: 6.1.0@datil-dev
DashKash54 53b0532
refac: Prettier
DashKash54 51ca628
chore(wrapped-keys): LIT-3404 - Throw error if `generatePrivateKey()`…
MaximusHaximus 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
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.
Uh oh!
There was an error while loading. Please reload this page.