-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Change getvalues cmd type to getallvalues * support transfer to multi address * end * Update README.md * Update README.md * Add files via upload * Update README.md * Update README.md * Updated logo * Add files via upload * Delete img/resilientdb_logo_light-text-modern-v3-1.png * Add files via upload * Update README.md * Update README.md * Updated loqo quality * Fixed light logo bug | removed nexres refs * add mvcc for mem-kv * add history * add mvcc * add mvcc for kv * add mvcc for kv * rm unused code * remove log * remove unused log * rm unused log * add glog init * format code * Update README.md * Update README.md * Update kv_client.h * Update CHANGELOG.md * Update CHANGELOG.md * support old api command line * change license * format code * change to apache license * del file * change apache license * add notice file * change apache license * Fix the failure memory order argument to atomic_compare_exchange_strong_explicit The failure memory order cannot be release or acq_rel. Clang since llvm/llvm-project@fed5644 diagnoses an invalid argument. * Update README.md * Update copyright date in NOTICE (#129) * Use .asf.yaml to manage GitHub settings .asf.yaml is a configuration file that a project may use to control various features such as notification schemes, website staging, GitHub settings, and Pelican builds. how to use: this:https://cwiki.apache.org/confluence/display/INFRA/git+-+.asf.yaml+features↳ Set the code merge method to squash Set GitHub notifications to: [email protected] Set protected_branches * add bazel version (#132) Co-authored-by: Ubuntu <[email protected]> * Change the deploy logging type Change a log from Info to Error which is used by the deployment scripts. * update state client to obtain the replica state * add get block numbers * fix get txn bug * add GetRequestFromReplica interface (#133) * add GetRequestFromReplica interface * fix test case failed --------- Co-authored-by: JunchaoChen <[email protected]> * change the script path in start_contract_service.sh * Fix incorrect comment intervals in Prometheus config (#135) Co-authored-by: ic4y <[email protected]> * kv-service python api (#136) * kv-service python api * update * update kv_operation.py route to bazel-out and update readme (#137) * update kv_operation.py route to bazel-out and update readme * update readme * Update README.md * Update README.md --------- Co-authored-by: cjcchen <[email protected]> * ResView Branch (#138) * "Added basic data collection, pointed out spots for web socket" * "Added data gathering points and prints for testing" * "Fixed bugs with compiling stats" * "Changed message collection to be per message rather than queried periodically" * "Added conversion of stats values to JSON, need to fix replica id setting" * "Added more precision to timestamps in JSON" * "Added new data to the summary view" * "Got transaction detail collection working" * "Changed to GETALLVALUES based on main repo" * Changed Produced JSON to include txn_number * "Added websocket to send to front end, slightly inconsistent" * Add files via upload * "Added ability to receive messages from front end" * "Viewchange Update" * "Removed possible infinite loop in sending summary" * "Fixing file inclusion issue" * "Added 2 new apis in same thread to save resources" * "Adjusted make faulty endpoint" * "Removed vestigial variables, turned off faulty switch for PR" * "Fixed failing response manager test" * "Fixed issue with data carryover between instances" (#139) * add poe (#140) * Update CHANGELOG.md * Update CHANGELOG.md (#141) * add disclaimer * Fix Bug (#142) * fix viewchange bug * format code * rm unused log * rm unused log * fix ut * fix apache header * format * add apache license check workflow * add npm in workflow * Fix Apache License (#143) * add npm in workflow * test * add workflow * add path * add path * add path * add path * add path * add path * add path * add license * add license * add license * add license * add license * add license * add license * add license * add license * add license * add license * add license * add license * add license * add license * add license * add license * add license * add license * add license * add license * add license * add license * add license * add license * add license * add license * add license * add license * add license * add license * add license * add loc * add loc * add loc * fix build * add url in notice * add thirdparty license * rm rocksdb * fix name error * mv DISCLAIMER-WIP * fix typo * add version * add license in wip * Update DISCLAIMER-WIP * Update DISCLAIMER-WIP * Update README.md * civetweb * civetweb * add civetweb build * Install (#145) * add non-root install * rm unused file * add * Update README.md * Update README.md * Update README.md * Update README.md * update install * Update README.md * Update README.md * add non-root install * Update README.md * Update README.md * Update README.md * Update DISCLAIMER-WIP * Update DISCLAIMER-WIP * Update LICENSE * Update LICENSE * add license --------- Co-authored-by: Ubuntu <[email protected]> Co-authored-by: Ubuntu <[email protected]> * Update DISCLAIMER-WIP * Add missing ASF headers (#150) Provide dev/check-license script to perform RAT checks * Update .licenserc.yaml (#151) * Update .licenserc.yaml * add license header * add config * add config * add config * add config * add config * add config * Update README.md * Update README.md * Update README.md (#152) * Update CHANGELOG.md (#153) * Update index.js * [License]Add the missing license file (#154) * Update LICENSE --------- Co-authored-by: Gopal Nambiar <[email protected]> Co-authored-by: Glenn Chen <[email protected]> Co-authored-by: cjcchen <[email protected]> Co-authored-by: ResilientDB <[email protected]> Co-authored-by: Ubuntu <[email protected]> Co-authored-by: JunchaoChen <[email protected]> Co-authored-by: AtariDreams <[email protected]> Co-authored-by: Haoran Yu <[email protected]> Co-authored-by: Calvin Kirs <[email protected]> Co-authored-by: Ubuntu <[email protected]> Co-authored-by: ic4y <[email protected]> Co-authored-by: ic4y <[email protected]> Co-authored-by: Jiazhi Sun <[email protected]> Co-authored-by: Saipranav-Kotamreddy <[email protected]> Co-authored-by: Ubuntu <[email protected]> Co-authored-by: Ubuntu <[email protected]> Co-authored-by: Ubuntu <[email protected]> Co-authored-by: JB Onofré <[email protected]>
- Loading branch information
1 parent
84f8e24
commit 4dae1ad
Showing
519 changed files
with
10,933 additions
and
17,214 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,40 @@ | ||
# Licensed to the Apache Software Foundation (ASF) under one or more | ||
# contributor license agreements. See the NOTICE file distributed with | ||
# this work for additional information regarding copyright ownership. | ||
# The ASF licenses this file to You under the Apache License, Version 2.0 | ||
# (the "License"); you may not use this file except in compliance with | ||
# the License. You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
# | ||
|
||
github: | ||
description: Global-Scale Sustainable Blockchain Fabric | ||
#homepage: resilientdb.apache.org | ||
labels: | ||
- crypto | ||
- smart-contracts | ||
- blockchain | ||
- solidity | ||
- distributed-database | ||
- key-value-database | ||
- distributed-ledger | ||
- blockchain-platform | ||
- utxo | ||
enabled_merge_buttons: | ||
squash: true | ||
merge: false | ||
rebase: false | ||
protected_branches: | ||
master: | ||
|
||
notifications: | ||
commits: [email protected] | ||
issues: [email protected] | ||
pullrequests: [email protected] |
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 @@ | ||
6.0.0 |
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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# | ||
# Licensed to the Apache Software Foundation (ASF) under one | ||
# or more contributor license agreements. See the NOTICE file | ||
# distributed with this work for additional information | ||
# regarding copyright ownership. The ASF licenses this file | ||
# to you under the Apache License, Version 2.0 (the | ||
# "License"); you may not use this file except in compliance | ||
# with the License. You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, | ||
# software distributed under the License is distributed on an | ||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
# KIND, either express or implied. See the License for the | ||
# specific language governing permissions and limitations | ||
# under the License. | ||
# | ||
|
||
name: Check Apache License | ||
|
||
on: | ||
push | ||
|
||
jobs: | ||
ubuntu-build: | ||
name: check license | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v2 | ||
with: | ||
repository: ${{github.repository}} | ||
ref: ${{ env.BRANCH_NAME }} | ||
|
||
- name: Check License Header | ||
uses: apache/skywalking-eyes/header@main |
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 |
---|---|---|
|
@@ -11,3 +11,5 @@ bazel-* | |
venv | ||
sdk_validator/venv | ||
__pycache__ | ||
MODULE.* | ||
apache_release |
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,31 @@ | ||
header: | ||
license: | ||
spdx-id: Apache-2.0 | ||
copyright-owner: Apache Software Foundation | ||
|
||
paths-ignore: | ||
- '.*' | ||
- '.**/**' | ||
- 'repositories.bzl' | ||
- 'CNAME' | ||
- 'WORKSPACE' | ||
- '**/*.conf' | ||
- '**/*.config' | ||
- '**/*.json' | ||
- '**/*.sol' | ||
- '**/*.pri' | ||
- '**/*.pub' | ||
- 'Doxyfile' | ||
- 'header' | ||
- 'dev/.rat-excludes' | ||
- '**/*.md' | ||
- 'DISCLAIMER-WIP' | ||
- 'NOTICE' | ||
- 'LICENSE' | ||
- 'documents/doxygen/.gitignore' | ||
- 'third_party/loc_script/src/index.js' | ||
|
||
|
||
|
||
comment: on-failure | ||
|
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Apache ResilientDB is an effort undergoing incubation at the Apache Software | ||
Foundation (ASF), sponsored by the Apache Incubator PMC. | ||
|
||
Incubation is required of all newly accepted projects until a further review | ||
indicates that the infrastructure, communications, and decision making process | ||
have stabilized in a manner consistent with other successful ASF projects. | ||
|
||
While incubation status is not necessarily a reflection of the completeness | ||
or stability of the code, it does indicate that the project has yet to be | ||
fully endorsed by the ASF. | ||
|
||
Some of the incubating project’s releases may not be fully compliant with ASF policy. | ||
For example, releases may have incomplete or un-reviewed licensing conditions. | ||
What follows is a list of known issues the project is currently aware of | ||
(note that this list, by definition, is likely to be incomplete): | ||
|
||
If you are planning to incorporate this work into your product/project, please | ||
be aware that you will need to conduct a thorough licensing review to determine | ||
the overall implications of including this work. For the current status of this | ||
project through the Apache Incubator visit: | ||
https://incubator.apache.org/projects/resilientdb.html | ||
|
Oops, something went wrong.