-
Notifications
You must be signed in to change notification settings - Fork 13
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 #97 from cryptape/rc/v0.20
Rc/v0.20
- Loading branch information
Showing
207 changed files
with
757 additions
and
559 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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: '' | ||
assignees: Keith-CY | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. |
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,9 +1,9 @@ | ||
[submodule "packages/appchain-base/cita-sys-abi"] | ||
path = packages/appchain-base/cita-sys-abi | ||
[submodule "packages/cita-sdk/cita-sys-abi"] | ||
path = packages/cita-sdk/cita-sys-abi | ||
url = https://github.com/cryptape/cita-sys-abi | ||
[submodule "packages/appchain-signer/cita-proto"] | ||
path = packages/appchain-signer/cita-proto | ||
[submodule "packages/cita-signer/cita-proto"] | ||
path = packages/cita-signer/cita-proto | ||
url = https://github.com/cryptape/cita-proto | ||
[submodule "packages/appchain-signer/appchain-tests"] | ||
path = packages/appchain-signer/appchain-tests | ||
url = https://github.com/cryptape/appchain-tests/ | ||
[submodule "packages/cita-signer/cita-sdk-tests"] | ||
path = packages/cita-signer/cita-sdk-tests | ||
url = https://github.com/cryptape/cita-sdk-tests |
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,33 @@ | ||
# (2019-01-16) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* fix bug of pass private key without 0x to nervos.appchain.accounts.privateKeyToAccount ([2d5d545](https://github.com/cryptape/cita-sdk-js/commit/2d5d545)) | ||
* fix chain manage contract address ([12b4558](https://github.com/cryptape/cita-sdk-js/commit/12b4558)) | ||
* fix hex to bytes ([2c0fb1b](https://github.com/cryptape/cita-sdk-js/commit/2c0fb1b)) | ||
* fix neuron web address error text ([c1cb96d](https://github.com/cryptape/cita-sdk-js/commit/c1cb96d)) | ||
* fix quota in test ([e328ef8](https://github.com/cryptape/cita-sdk-js/commit/e328ef8)) | ||
* fix setProvider ([f093aa9](https://github.com/cryptape/cita-sdk-js/commit/f093aa9)) | ||
* fix sign flow ([9405148](https://github.com/cryptape/cita-sdk-js/commit/9405148)) | ||
* fix test for 0.17 fix ([097b823](https://github.com/cryptape/cita-sdk-js/commit/097b823)) | ||
* fix travis cache ([75b3068](https://github.com/cryptape/cita-sdk-js/commit/75b3068)) | ||
* fix typo ([7f47358](https://github.com/cryptape/cita-sdk-js/commit/7f47358)) | ||
* fix typo in listeners ([cfbc2f2](https://github.com/cryptape/cita-sdk-js/commit/cfbc2f2)) | ||
* remove console ([875ac8a](https://github.com/cryptape/cita-sdk-js/commit/875ac8a)) | ||
* remove package lock ([9fb5a5e](https://github.com/cryptape/cita-sdk-js/commit/9fb5a5e)) | ||
* update test cases ([0e28e78](https://github.com/cryptape/cita-sdk-js/commit/0e28e78)) | ||
|
||
|
||
### Features | ||
|
||
* add log on debugger ready ([a82ec1d](https://github.com/cryptape/cita-sdk-js/commit/a82ec1d)) | ||
* update web3 deps ([b4f6460](https://github.com/cryptape/cita-sdk-js/commit/b4f6460)) | ||
|
||
|
||
### Performance Improvements | ||
|
||
* update neuron-web start time ([8b42137](https://github.com/cryptape/cita-sdk-js/commit/8b42137)) | ||
|
||
|
||
|
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Submodule appchain-tests
deleted from
0ff25d
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 @@ | ||
SERVER=https://node.cryptape.com | ||
PRIVATE_KEY=0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.