-
Notifications
You must be signed in to change notification settings - Fork 16
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 #298 from crypto-org-chain/tx-revamp-dev
Showing
124 changed files
with
30,470 additions
and
3,577 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,5 @@ | |
lib/**/codec/generated/codecimpl.* | ||
lib/dist | ||
docs | ||
*/**/*.md | ||
*/**/*.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
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
chain-maind | ||
home/ |
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Offline Signing End-to-End Test | ||
|
||
This test will compare the offline signing results of chain-maind and the JSlib. | ||
|
||
## How to run | ||
|
||
### 1. Go to correct directory | ||
```bash | ||
cd ./lib/e2e/offling-signing | ||
``` | ||
|
||
### 2. Download latest `chain-maind` release to the folder | ||
|
||
https://github.com/crypto-com/chain-main/releases | ||
|
||
### 3. Run compare tool | ||
```bash | ||
# Go to jslib root directory | ||
cd ../../../ | ||
npm run test:e2e:offline-signing | ||
``` | ||
|
||
The test will take some time to complete. |
Oops, something went wrong.