This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #38 from klaytn/bug/remove-chainlink
Removed chainlink and Modified service sdk package name
- Loading branch information
Showing
72 changed files
with
263 additions
and
1,967 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -101,3 +101,4 @@ lint/tmp/ | |
gas-report.txt | ||
|
||
contracts/test/fuzzing/crytic-export! | ||
deployedContracts.json |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,22 +22,22 @@ There are various ways to contribute and participate. Please read the guidelines | |
|
||
### Issues and Bugs | ||
|
||
If you find a bug or other issues in Klaytn, please [submit an issue](https://github.com/klaytn/klaytn-developer-sdk/issues). Before submitting an issue, please invest some extra time to figure out that: | ||
If you find a bug or other issues in Klaytn, please [submit an issue](https://github.com/klaytn/klaytn-service-sdk/issues). Before submitting an issue, please invest some extra time to figure out that: | ||
|
||
- The issue is not a duplicate issue. | ||
- The issue has not been fixed in the latest release of klaytn-developer-sdk. | ||
- The issue has not been fixed in the latest release of klaytn-service-sdk. | ||
Please do not use the issue tracker for personal support requests. Use [email protected] for the personal support requests. | ||
|
||
When you report a bug, please make sure that your report has the following information. | ||
- Steps to reproduce the issue. | ||
- A clear and complete description of the issue. | ||
- Code and/or screen captures are highly recommended. | ||
|
||
After confirming your report meets the above criteria, [submit the issue](https://github.com/klaytn/klaytn-developer-sdk/issues). Please use [labels](#usage-of-labels) to categorize your issue. | ||
After confirming your report meets the above criteria, [submit the issue](https://github.com/klaytn/klaytn-service-sdk/issues). Please use [labels](#usage-of-labels) to categorize your issue. | ||
|
||
### Feature Requests | ||
|
||
You can also use the [issue tracker](https://github.com/klaytn/klaytn-developer-sdk/issues) to request a new feature or enhancement. Note that any code contribution without an issue link will not be accepted. | ||
You can also use the [issue tracker](https://github.com/klaytn/klaytn-service-sdk/issues) to request a new feature or enhancement. Note that any code contribution without an issue link will not be accepted. | ||
|
||
Please submit an issue explaining your proposal first so that the Klaytn developer community can fully understand and discuss the idea. Please use [labels](#usage-of-labels) for your feature request as well. | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,21 @@ | ||
{ | ||
"name": "@klaytn/kds", | ||
"version": "0.0.5", | ||
"name": "@klaytn/kss", | ||
"version": "0.0.6", | ||
"author": "Klaytn Community <[email protected]>", | ||
"license": "GPL-3.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/klaytn/klaytn-developer-sdk.git" | ||
"url": "https://github.com/klaytn/klaytn-service-sdk.git" | ||
}, | ||
"private": true, | ||
"scripts": { | ||
"build": "wsrun -m build", | ||
"lint": "wsrun -m lint", | ||
"test": "wsrun -m test", | ||
"oracle:help": "yarn workspace oracles-starter-kit help", | ||
"oracle:compile": "yarn workspace oracles-starter-kit compile", | ||
"oracle:deploy": "yarn workspace oracles-starter-kit deploy", | ||
"oracle:test": "yarn workspace oracles-starter-kit test", | ||
"celer:test-transfer": "yarn workspace cbridge-starter-kit test-transfer", | ||
"celer:test-transfer-refund": "yarn workspace cbridge-starter-kit test-transfer-refund", | ||
"celer:test-mint": "yarn workspace cbridge-starter-kit test-mint", | ||
"celer:test-mint-refund": "yarn workspace cbridge-starter-kit test-mint-refund", | ||
"celer:test-burn": "yarn workspace cbridge-starter-kit test-burn", | ||
"celer:test-burn-refund": "yarn workspace cbridge-starter-kit test-burn-refund", | ||
"wormhole:test-attest": "yarn workspace wormhole-starter-kit test-attest", | ||
"wormhole:test-transfer-basic": "yarn workspace wormhole-starter-kit test-transfer-basic" | ||
"test": "wsrun -m test" | ||
}, | ||
"workspaces": { | ||
"packages": [ | ||
"packages/!(kds-cli)/**" | ||
"packages/!(kss-cli)/**" | ||
], | ||
"nohoist": [ | ||
"**/witnet-solidity-bridge" | ||
|
@@ -39,12 +27,12 @@ | |
}, | ||
"keywords": [ | ||
"klaytn", | ||
"klaytn-developer-sdk", | ||
"kds", | ||
"@klaytn/kds-cli", | ||
"@klayt/kds-bridges-celer", | ||
"@klaytn/kds-bridges-wormhole", | ||
"@klaytn/kds-dexs", | ||
"@klaytn/kds-oracles" | ||
"klaytn-service-sdk", | ||
"kss", | ||
"@klaytn/kss-cli", | ||
"@klayt/kss-bridges-celer", | ||
"@klaytn/kss-bridges-wormhole", | ||
"@klaytn/kss-dexs", | ||
"@klaytn/kss-oracles" | ||
] | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"name": "@klaytn/kds-bridges-celer", | ||
"version": "0.0.5", | ||
"name": "@klaytn/kss-bridges-celer", | ||
"version": "0.0.6", | ||
"description": "TypeScript client and use-cases for cBridge", | ||
"exports": { | ||
".": "./dist/use-cases/index.js", | ||
"./core": "./dist/core/index.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/klaytn/klaytn-developer-sdk.git" | ||
"url": "https://github.com/klaytn/klaytn-service-sdk.git" | ||
}, | ||
"scripts": { | ||
"test-transfer": "mocha -r ts-node/register test/poolTransfer-test.ts -t 2400000", | ||
|
@@ -27,14 +27,15 @@ | |
"celer", | ||
"bridge", | ||
"pooltransfer", | ||
"mintcanonicaltoken" | ||
"mintcanonicaltoken", | ||
"kss-bridges-celer" | ||
], | ||
"author": "Klaytn Community <[email protected]>", | ||
"license": "GPL-3.0", | ||
"bugs": { | ||
"url": "https://github.com/klaytn/klaytn-developer-sdk/issues" | ||
"url": "https://github.com/klaytn/klaytn-service-sdk/issues" | ||
}, | ||
"homepage": "https://github.com/klaytn/klaytn-developer-sdk/blob/main/packages/bridges-starter-kit/celer/README.md", | ||
"homepage": "https://github.com/klaytn/klaytn-service-sdk/blob/main/packages/bridges-starter-kit/celer/README.md", | ||
"dependencies": { | ||
"axios": "^0.26.1", | ||
"celer-web-utils": "^1.0.9", | ||
|
@@ -54,4 +55,4 @@ | |
"ts-node": "^10.7.0", | ||
"typescript": "^4.9.4" | ||
} | ||
} | ||
} |
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.