Skip to content

Commit

Permalink
Merge pull request #852 from cryptape/release-1.0.0
Browse files Browse the repository at this point in the history
Release 1.0.0
  • Loading branch information
jerry-yu authored Sep 6, 2019
2 parents fb169f8 + e7fb3a2 commit d2313d4
Show file tree
Hide file tree
Showing 305 changed files with 10,089 additions and 31,408 deletions.
96 changes: 56 additions & 40 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,22 @@ jobs:
name: Basic Tls Test
command: ./tests/integrate_test/cita_basic.sh --enable_tls

"JSON-RPC Mock Test in Charge Mode":
# "JSON-RPC Mock Test in Charge Mode":
# <<: *job-default
# steps:
# - restore_cache: *restore-source-codes-cache
# - restore_cache: *restore-release-cache
# - run: *after-restore-release-cache
# - run:
# name: JSON-RPC Mock Test in Quota Mode
# command: ./tests/integrate_test/cita_jsonrpc_schema_mock.sh quota
# - run:
# name: (Skip & TODO) JSON-RPC Mock Test in Charge Mode
# command: |
# echo "We should add it back later."
# ./tests/integrate_test/cita_jsonrpc_schema_mock.sh charge

"JSON-RPC Mock Test in Quota Mode":
<<: *job-default
steps:
- restore_cache: *restore-source-codes-cache
Expand All @@ -247,31 +262,26 @@ jobs:
- run:
name: JSON-RPC Mock Test in Quota Mode
command: ./tests/integrate_test/cita_jsonrpc_schema_mock.sh quota
- run:
name: (Skip & TODO) JSON-RPC Mock Test in Charge Mode
command: |
echo "We should add it back later."
# ./tests/integrate_test/cita_jsonrpc_schema_mock.sh charge

"JSON-RPC Mock Test in Quota Mode":
"Test Transfer Value in Charge Mode":
<<: *job-default
steps:
- restore_cache: *restore-source-codes-cache
- restore_cache: *restore-release-cache
- run: *after-restore-release-cache
- run:
name: JSON-RPC Mock Test in Quota Mode
command: ./tests/integrate_test/cita_jsonrpc_schema_mock.sh quota
name: Test Transfer Value in Charge Mode
command: ./tests/integrate_test/cita_charge_mode.sh

"Test Transfer Value in Charge Mode":
"Test System Features":
<<: *job-default
steps:
- restore_cache: *restore-source-codes-cache
- restore_cache: *restore-release-cache
- run: *after-restore-release-cache
- run:
name: Test Transfer Value in Charge Mode
command: ./tests/integrate_test/cita_charge_mode.sh
name: Test System Features
command: ./tests/integrate_test/cita_features_test.sh

"Test Executor Process SignProposal/BlockWithProof":
<<: *job-default
Expand Down Expand Up @@ -405,7 +415,7 @@ workflows:

- "Check Basic"

- "Check Contracts"
# - "Check Contracts"

# - "Test Coverage":
# requires:
Expand All @@ -418,29 +428,28 @@ workflows:
requires:
- "Check Basic"

- "Unit Test (sha3 & secp256k1)":
requires:
- "Release"

- "Basic Test":
requires:
- "Release"
- "Basic Tls Test":
requires:
- "Release"

- "JSON-RPC Mock Test in Charge Mode":
requires:
- "Release"
# - "JSON-RPC Mock Test in Charge Mode":
# requires:
# - "Release"
- "JSON-RPC Mock Test in Quota Mode":
requires:
- "Release"
- "Test Transfer Value in Charge Mode":
requires:
- "Release"
- "Test Snapshot Taking And Restoring":
- "Test System Features":
requires:
- "Release"
# - "Test Snapshot Taking And Restoring":
# requires:
# - "Release"
- "Test Amend":
requires:
- "Release"
Expand All @@ -457,16 +466,19 @@ workflows:
- "Byzantine Test in Charge Mode":
requires:
- "Release"
- "Crosschain Test":
requires:
- "Release"
# - "Crosschain Test":
# requires:
# - "Release"
- "Robustness Test":
requires:
- "Release"
- "Genesis Test":
requires:
- "Release"

- "Unit Test (sha3 & secp256k1)":
requires:
- "Release"
- "Unit Test (blake2b & ed25519)":
requires:
- "Unit Test (sha3 & secp256k1)"
Expand All @@ -476,19 +488,23 @@ workflows:

- "Passed":
requires:
- "Basic Test"
- "Basic Tls Test"
- "JSON-RPC Mock Test in Charge Mode"
- "JSON-RPC Mock Test in Quota Mode"
- "Test Transfer Value in Charge Mode"
- "Test Snapshot Taking And Restoring"
- "Test Amend"
- "Test Executor Process Invalid Proof"
- "Discovery Test for network"
- "Byzantine Test in Quota Mode"
- "Byzantine Test in Charge Mode"
- "Crosschain Test"
- "Robustness Test"
- "Genesis Test"
- "Unit Test (blake2b & ed25519)"
- "Unit Test (sm3 & sm2)"
- "Check Basic"
- "Check Clippy"
- "Release"
- "Basic Test"
- "Basic Tls Test"
- "JSON-RPC Mock Test in Quota Mode"
- "Test Transfer Value in Charge Mode"
- "Test System Features"
- "Test Amend"
- "Test Executor Process Invalid Proof"
- "Discovery Test for network"
- "Byzantine Test in Quota Mode"
- "Byzantine Test in Charge Mode"
- "Robustness Test"
- "Genesis Test"
- "Unit Test (blake2b & ed25519)"
- "Unit Test (sm3 & sm2)"
# - "Crosschain Test"
# - "Test Snapshot Taking And Restoring"
# - "JSON-RPC Mock Test in Charge Mode"
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: kaikai1024
assignees: jerry-yu

---

Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,6 @@ docs/site

# localtime for macos users
localtime

# test data
**/test-rocksdb
Loading

0 comments on commit d2313d4

Please sign in to comment.