diff --git a/.ci/entrypoint.sh b/.ci/entrypoint.sh index b7f4e503..0b5003fa 100755 --- a/.ci/entrypoint.sh +++ b/.ci/entrypoint.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/.ci/travis-after-success.sh b/.ci/travis-after-success.sh index 1910e842..bed09e32 100755 --- a/.ci/travis-after-success.sh +++ b/.ci/travis-after-success.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/.ci/travis-before-install.sh b/.ci/travis-before-install.sh index b0acc3ca..2025c690 100755 --- a/.ci/travis-before-install.sh +++ b/.ci/travis-before-install.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/.ci/travis-before-script.sh b/.ci/travis-before-script.sh index 6723dcff..2f5ff845 100755 --- a/.ci/travis-before-script.sh +++ b/.ci/travis-before-script.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/.ci/travis-install.sh b/.ci/travis-install.sh index 0e2c6f14..429a1153 100755 --- a/.ci/travis-install.sh +++ b/.ci/travis-install.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/.ci/travis_script.sh b/.ci/travis_script.sh index 91ad5b62..27445076 100755 --- a/.ci/travis_script.sh +++ b/.ci/travis_script.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index d9c3d0b5..08abc1c7 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1,6 +1,6 @@ diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 88d85839..3d05c691 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/.readthedocs.yml b/.readthedocs.yml index 6423558d..9e04a085 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 1505054d..00000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,1162 +0,0 @@ - - -# Change Log (Release Notes) - -All _notable_ changes to this project will be documented in this file (`CHANGELOG.md`). - -This project adheres to [the Python form of Semantic Versioning](https://packaging.python.org/tutorials/distributing-packages/#choosing-a-versioning-scheme) (or at least we try). The BigchainDB public API _was_ defined in this file but that definition was moved and can now be found in [BEP-7](https://github.com/bigchaindb/BEPs/tree/master/7). - -Contributors to this file, please follow the guidelines on [keepachangelog.com](http://keepachangelog.com/). Note that each version (or "release") is the name of a [Git _tag_](https://git-scm.com/book/en/v2/Git-Basics-Tagging) of a particular commit, so the associated date and time are the date and time of that commit (as reported by GitHub), _not_ the "Uploaded on" date listed on PyPI (which may differ). - -For reference, the possible headings are: - -* **Added** for new features. -* **Changed** for changes in existing functionality. -* **Deprecated** for once-stable features removed in upcoming releases. -* **Removed** for deprecated features removed in this release. -* **Fixed** for any bug fixes. -* **Security** to invite users to upgrade in case of vulnerabilities. -* **External Contributors** to list contributors outside of BigchainDB GmbH. -* **Known Issues** -* **Notes** - -## [2.2.2] - 2020-08-12 - -### Security - -Several dependencies updated including Flask that had vulnerability. - -### Fixed - -* Updated priv_validator key format in stack script (#2707) - -### External Contributors - -* @aostrun - [#2708](https://github.com/bigchaindb/bigchaindb/pull/2708) - -## [2.2.1] - 2020-04-14 - -### Fixed - -Gevent library API update is incompatible with bigchaindb-abci 1.0.1 version. -Updated bigchaindb-abci. - -## [2.2.0] - 2020-02-20 - -### Added - -Support for multiple ABCI versions. - -## [2.1.0] - 2019-11-06 - -### Added - -Option for last transaction retrieval added. - -## [2.0] - 2019-09-26 - -### Changed - -Migrated from Tendermint 0.22.8 to 0.31.5. - -## [2.0 Beta 9] - 2018-11-27 - -### Changed - -Removed support for TLSv1 and TLSv1.1 in all NGINX config files. Kept support for TLSv1.2 and added support for TLSv1.3. [Pull Request #2601](https://github.com/bigchaindb/bigchaindb/pull/2601) - -### Fixed - -Fixed two issues with schema validation. Pull requests [#2606](https://github.com/bigchaindb/bigchaindb/pull/2606) & [#2607](https://github.com/bigchaindb/bigchaindb/pull/2607) - -### External Contributors - -[@gamjapark](https://github.com/gamjapark) and team translated all the [BigchainDB root docs](https://docs.bigchaindb.com/en/latest/korean/index.html) into Korean. [Pull Request #2603](https://github.com/bigchaindb/bigchaindb/pull/2603) - -## [2.0 Beta 8] - 2018-11-03 - -### Changed - -* Revised the [Simple Deployment Template](http://docs.bigchaindb.com/projects/server/en/latest/simple-deployment-template/index.html) in the docs. Added NGINX to the mix. Pull Requests [#2578](https://github.com/bigchaindb/bigchaindb/pull/2578) and [#2579](https://github.com/bigchaindb/bigchaindb/pull/2579) -* Revised `nginx/nginx.conf` to enable CORS. [Pull Request #2580](https://github.com/bigchaindb/bigchaindb/pull/2580) - -### Fixed - -* Fixed a typo in the Kubernetes ConfigMap template. [Pull Request #2583](https://github.com/bigchaindb/bigchaindb/pull/2583) - -### External Contributors - -[@gamjapark](https://github.com/gamjapark) translated the main `README.md` file into Korean. [Pull Request #2592](https://github.com/bigchaindb/bigchaindb/pull/2592) - -## [2.0 Beta 7] - 2018-09-28 - -Tag name: v2.0.0b7 - -### Added - -Completed the implementation of chain-migration elections (BEP-42). Pull requests [#2553](https://github.com/bigchaindb/bigchaindb/pull/2553), [#2556](https://github.com/bigchaindb/bigchaindb/pull/2556), [#2558](https://github.com/bigchaindb/bigchaindb/pull/2558), [#2563](https://github.com/bigchaindb/bigchaindb/pull/2563) and [#2566](https://github.com/bigchaindb/bigchaindb/pull/2566) - -### Changed - -* Code that used the Python driver's (deprecated) transactions.send() method now uses its transactions.send_commit() method instead. [Pull request #2547](https://github.com/bigchaindb/bigchaindb/pull/2547) -* Code that implied pluggable "consensus" now implies pluggable transaction "validation" (a more accurate word). [Pull request #2561](https://github.com/bigchaindb/bigchaindb/pull/2561) - -### Removed - -Benchmark logs. [Pull request #2565](https://github.com/bigchaindb/bigchaindb/pull/2565) - -### Fixed - -A bug caused by an incorrect MongoDB query. [Pull request #2567](https://github.com/bigchaindb/bigchaindb/pull/2567) - -### Notes - -There's now better documentation about logs, log rotation, and the `server.bind` config setting. Pull requests [#2546](https://github.com/bigchaindb/bigchaindb/pull/2546) and [#2575](https://github.com/bigchaindb/bigchaindb/pull/2575) - -## [2.0 Beta 6] - 2018-09-17 - -Tag name: v2.0.0b6 - -### Added - -* [New documentation about privacy and handling private data](https://docs.bigchaindb.com/en/latest/private-data.html). [Pull request #2437](https://github.com/bigchaindb/bigchaindb/pull/2437) -* New documentation about log rotation. Also rotate Tendermint logs if started using Monit. [Pull request #2528](https://github.com/bigchaindb/bigchaindb/pull/2528) -* Began implementing one of the migration strategies outlined in [BEP-42](https://github.com/bigchaindb/BEPs/tree/master/42). That involved creating a more general-purpose election process and commands. Pull requests [#2488](https://github.com/bigchaindb/bigchaindb/pull/2488), [#2495](https://github.com/bigchaindb/bigchaindb/pull/2495), [#2498](https://github.com/bigchaindb/bigchaindb/pull/2498), [#2515](https://github.com/bigchaindb/bigchaindb/pull/2515), [#2535](https://github.com/bigchaindb/bigchaindb/pull/2535) -* Used memoization to avoid doing some validation checks multiple times. [Pull request #2490](https://github.com/bigchaindb/bigchaindb/pull/2490) -* Created an all-in-one Docker image containing BigchainDB Server, Tendermint and MongoDB. It was created for a particular user and is not recommended for production use unless you really know what you're doing. [Pull request #2424](https://github.com/bigchaindb/bigchaindb/pull/2424) - -### Changed - -* The supported versions of Tendermint are now hard-wired into BigchainDB Server: it checks to see what version the connected Tendermint has, and if it's not compatible, BigchainDB Server exits with an error message. [Pull request #2541](https://github.com/bigchaindb/bigchaindb/pull/2541) -* The docs no longer say to install the highest version of Tendermint: they say to install a specific version. [Pull request #2524](https://github.com/bigchaindb/bigchaindb/pull/2524) -* The setup docs include more recommended settings for `config.toml`. [Pull request #2516](https://github.com/bigchaindb/bigchaindb/pull/2516) -* The process to add, remove or update the voting power of a validator at run time (using the `bigchaindb upsert-validator` subcommands) was completely changed and is now fully working. See [issue #2372](https://github.com/bigchaindb/bigchaindb/issues/2372) and all the pull requests it references. Pull requests [#2439](https://github.com/bigchaindb/bigchaindb/pull/2439) and [#2440](https://github.com/bigchaindb/bigchaindb/pull/2440) -* The license on the documentation was changed from CC-BY-SA-4 to CC-BY-4. [Pull request #2427](https://github.com/bigchaindb/bigchaindb/pull/2427) -* Re-activated and/or updated some unit tests that had been deacivated during the migration to Tendermint. Pull requests [#2390](https://github.com/bigchaindb/bigchaindb/pull/2390), [#2415](https://github.com/bigchaindb/bigchaindb/pull/2415), [#2452](https://github.com/bigchaindb/bigchaindb/pull/24), [#2456](https://github.com/bigchaindb/bigchaindb/pull/2456) -* Updated RapidJSON to a newer, faster version. [Pull request #2470](https://github.com/bigchaindb/bigchaindb/pull/2470) -* The Java driver is now officially supported. [Pull request #2478](https://github.com/bigchaindb/bigchaindb/pull/2478) -* The MongoDB indexes on transaction id and block height were changed to be [unique indexes](https://docs.mongodb.com/manual/core/index-unique/). [Pull request #2492](https://github.com/bigchaindb/bigchaindb/pull/2492) -* Updated the required `cryptoconditions` package to a newer one. [Pull request #2494](https://github.com/bigchaindb/bigchaindb/pull/2494) - -### Removed - -* Removed some old code and tests. Pull requests - [#2374](https://github.com/bigchaindb/bigchaindb/pull/2374), - [#2452](https://github.com/bigchaindb/bigchaindb/pull/2452), - [#2474](https://github.com/bigchaindb/bigchaindb/pull/2474), - [#2476](https://github.com/bigchaindb/bigchaindb/pull/2476), - [#2491](https://github.com/bigchaindb/bigchaindb/pull/2491) - -### Fixed - -* Fixed the Events API so that it only sends valid transactions to subscribers. Also changed how it works internally, so now it is more reliable. [Pull request #2529](https://github.com/bigchaindb/bigchaindb/pull/2529) -* Fixed a bug where MongoDB database initialization would abort if a collection already existed. [Pull request #2520](https://github.com/bigchaindb/bigchaindb/pull/2520) -* Fixed a unit test that was failing randomly. [Pull request #2423](https://github.com/bigchaindb/bigchaindb/pull/2423) -* Fixed the validator curl port. [Pull request #2447](https://github.com/bigchaindb/bigchaindb/pull/2447) -* Fixed an error in the docs about the HTTP POST /transactions endpoint. [Pull request #2481](https://github.com/bigchaindb/bigchaindb/pull/2481) -* Fixed a unit test that could loop forever. [Pull requqest #2486](https://github.com/bigchaindb/bigchaindb/pull/2486) -* Fixed a bug when validating a CREATE + TRANSFER. [Pull request #2487](https://github.com/bigchaindb/bigchaindb/pull/2487) -* Fixed the HTTP response when posting a transaction in commit mode. [Pull request #2510](https://github.com/bigchaindb/bigchaindb/pull/2510) -* Fixed a crash that happened when attempting to restart BigchainDB at Tendermint block height 1. [Pull request#2519](https://github.com/bigchaindb/bigchaindb/pull/2519) - -### External Contributors - -@danacr - [Pull request #2447](https://github.com/bigchaindb/bigchaindb/pull/2447) - -### Notes - -The docs section titled "Production Deployment Template" was renamed to "Kubernetes Deployment Template" and we no longer consider it the go-to deployment template. The "Simple Deployment Template" is simpler, easier to understand, and less expensive (unless you are with an organization that already has a big Kubernetes cluster). - -## [2.0 Beta 5] - 2018-08-01 - -Tag name: v2.0.0b5 - -### Changed - -* Supported version of Tendermint `0.22.3` -> `0.22.8`. [Pull request #2429](https://github.com/bigchaindb/bigchaindb/pull/2429). - -### Fixed - -* Stateful validation raises a DoubleSpend exception if there is any other transaction that spends the same output(s) even if it has the same transaction ID. [Pull request #2422](https://github.com/bigchaindb/bigchaindb/pull/2422). - -## [2.0 Beta 4] - 2018-07-30 - -Tag name: v2.0.0b4 - -### Added - -- Added scripts for creating a configuration to manage processes with Monit. [Pull request #2410](https://github.com/bigchaindb/bigchaindb/pull/2410). - -### Fixed - -- Redundant asset and metadata queries were removed. [Pull request #2409](https://github.com/bigchaindb/bigchaindb/pull/2409). -- Signal handling was fixed for BigchainDB processes. [Pull request #2395](https://github.com/bigchaindb/bigchaindb/pull/2395). -- Some of the abruptly closed sockets that used to stay in memory are being cleaned up now. [Pull request 2408](https://github.com/bigchaindb/bigchaindb/pull/2408). -- Fixed the bug when WebSockets powering Events API became unresponsive. [Pull request #2413](https://github.com/bigchaindb/bigchaindb/pull/2413). - -### Notes: - -* The instructions on how to write a BEP were simplified. [Pull request #2347](https://github.com/bigchaindb/bigchaindb/pull/2347). -* A section about troubleshooting was added to the network setup guide. [Pull request #2398](https://github.com/bigchaindb/bigchaindb/pull/2398). -* Some of the core code was given a better package structure. [Pull request #2401](https://github.com/bigchaindb/bigchaindb/pull/2401). -* Some of the previously disabled unit tests were re-enabled and updated. Pull requests [#2404](https://github.com/bigchaindb/bigchaindb/pull/2404) and [#2402](https://github.com/bigchaindb/bigchaindb/pull/2402). -* Some building blocks for dynamically adding new validators were introduced. [Pull request #2392](https://github.com/bigchaindb/bigchaindb/pull/2392). - -## [2.0 Beta 3] - 2018-07-18 - -Tag name: v2.0.0b3 - -### Fixed - -Fixed a bug in transaction validation. For some more-complex situations, it would say that a valid transaction was invalid. This bug was actually fixed before; it was [issue #1271](https://github.com/bigchaindb/bigchaindb/issues/1271). The unit test for it was turned off while we integrated Tendermint. Then the query implementation code got changed, reintroducing the bug, but the unit test was off so the bug wasn't caught. When we turned the test back on, shortly after releasing Beta 2, it failed, unveiling the bug. [Pull request #2389](https://github.com/bigchaindb/bigchaindb/pull/2389) - -## [2.0 Beta 2] - 2018-07-16 - -Tag name: v2.0.0b2 - -### Added - -* Added new configuration settings `tendermint.host` and `tendermint.port`. [Pull request #2342](https://github.com/bigchaindb/bigchaindb/pull/2342) -* Added tests to ensure that BigchainDB gracefully handles "nasty" strings in keys and values. [Pull request #2334](https://github.com/bigchaindb/bigchaindb/pull/2334) -* Added a new logging handler to capture benchmark stats to a separate file. [Pull request #2349](https://github.com/bigchaindb/bigchaindb/pull/2349) - -### Changed - -* Changed the names of BigchainDB processes (Python processes) to include 'bigchaindb', so they are easier to spot and find. [Pull request #2354](https://github.com/bigchaindb/bigchaindb/pull/2354) -* Updated all code to support the latest version of Tendermint. Note that the BigchainDB ABCI server now listens to port 26657 instead of 46657. Pull requests [#2375](https://github.com/bigchaindb/bigchaindb/pull/2375) and [#2380](https://github.com/bigchaindb/bigchaindb/pull/2380) - -### Removed - -Removed all support and code for the old backlog_reassign_delay setting. [Pull request #2332](https://github.com/bigchaindb/bigchaindb/pull/2332) - -### Fixed - -* Fixed a bug that sometimes arose when using Docker Compose. (Tendermint would freeze.) [Pull request #2341](https://github.com/bigchaindb/bigchaindb/pull/2341) -* Fixed a bug in the code that creates a MongoDB index for the "id" in the transactions collection. It works now, and performance is improved. [Pull request #2378](https://github.com/bigchaindb/bigchaindb/pull/2378) -* The logging server would keep runnning in some tear-down scenarios. It doesn't do that any more. [Pull request #2304](https://github.com/bigchaindb/bigchaindb/pull/2304) - -### External Contributors - -@hrntknr - [Pull request #2331](https://github.com/bigchaindb/bigchaindb/pull/2331) - -### Known Issues - -The `bigchaindb upsert-validator` subcommand is not working yet, but a solution ([BEP-21](https://github.com/bigchaindb/BEPs/tree/master/21)) has been finalized and will be implemented before we release the final BigchainDB 2.0. - -### Notes - -* A lot of old/dead code was deleted. Pull requests -[#2319](https://github.com/bigchaindb/bigchaindb/pull/2319), -[#2338](https://github.com/bigchaindb/bigchaindb/pull/2338), -[#2357](https://github.com/bigchaindb/bigchaindb/pull/2357), -[#2365](https://github.com/bigchaindb/bigchaindb/pull/2365), -[#2366](https://github.com/bigchaindb/bigchaindb/pull/2366), -[#2368](https://github.com/bigchaindb/bigchaindb/pull/2368) and -[#2374](https://github.com/bigchaindb/bigchaindb/pull/2374) -* Improved the documentation page "How to setup a BigchainDB Network". [Pull Request #2312](https://github.com/bigchaindb/bigchaindb/pull/2312) - -## [2.0 Beta 1] - 2018-06-01 - -Tag name: v2.0.0b1 - -### Fixed - -* Fixed a bug that arose with some code that treated transactions-waiting-for-block-inclusion as if they were already stored in MongoDB (i.e. already in a block). [Pull request #2318](https://github.com/bigchaindb/bigchaindb/pull/2318) -* If a user asked for a block and it happened to be an empty block, BigchainDB returned 404 Not Found, as if the block did not exist. Now it returns a 200 OK with a block containing no transactions, i.e. an empty block. [Pull request #2321](https://github.com/bigchaindb/bigchaindb/pull/2321) - -### Known Issues - -* An issue was found with the `bigchaindb upsert-validator` command. A solution was proposed in [BEP-19](https://github.com/bigchaindb/BEPs/pull/45) and is being implemented in [pull request #2314](https://github.com/bigchaindb/bigchaindb/pull/2314) -* If you run BigchainDB locally using `make start` (i.e. using Docker Compose) and then you put the node under heavy write load, Tendermint can become unresponsive and running `make stop` can hang. -* There seems to be one or more issues with Tendermint when it is put under heavy load (i.e. even when BigchainDB isn't involved). See Tendermint issues [#1394](https://github.com/tendermint/tendermint/issues/1394), [#1642](https://github.com/tendermint/tendermint/issues/1642) and [#1661](https://github.com/tendermint/tendermint/issues/1661) - -### Notes - -* There's a [new docs page](https://docs.bigchaindb.com/projects/server/en/v2.0.0b1/simple-network-setup.html) about how to set up a network where each node uses a single virtual machine. -* We checked, and BigchainDB 2.0 Beta 1 works with MongoDB 3.6 (and 3.4). -* Support for RethinkDB is completely gone. - -## [2.0 Alpha 6] - 2018-05-17 - -Tag name: v2.0.0a6 - -### Changed - -Upgraded PyMongo to version 3.6 (which is compatible with MongoDB 3.6, 3.4 [and more](https://docs.mongodb.com/ecosystem/drivers/driver-compatibility-reference/#python-driver-compatibility)). [Pull request #2298](https://github.com/bigchaindb/bigchaindb/pull/2298) - -### Fixed - -When deploying a node using our Docker Compose file, it didn't expose port 46656, which is used by Tendermint for inter-node communications, so the node couldn't communicate with other nodes. We fixed that in [pull request #2299](https://github.com/bigchaindb/bigchaindb/pull/2299) - -### Notes - -We ran all our tests using MongoDB 3.6 and they all passed, so it seems safe to use BigchainDB with MongoDB 3.6 from now on. - -## [2.0 Alpha 5] - 2018-05-11 - -Tag name: v2.0.0a5 - -### Changed - -To resolve [issue #2279](https://github.com/bigchaindb/bigchaindb/issues/2279), we made some changes to the `bigchaindb-abci` package (which is our fork of `py-abci`) and told BigchainDB to use the new version (`bigchaindb-abci==0.4.5`). [Pull request #2281](https://github.com/bigchaindb/bigchaindb/pull/2281). - -## [2.0 Alpha 4] - 2018-05-09 - -Tag name: v2.0.0a4 - -### Changed - -The Kubernetes liveness probe for the BigchainDB StatefulSet was improved to check the Tendermint /status endpoint in addition to the Tendermint /abci_info endpoint. [Pull request #2275](https://github.com/bigchaindb/bigchaindb/pull/2275) - -### Fixed - -[Pull request #2270](https://github.com/bigchaindb/bigchaindb/pull/2270) resolved [issue #2269](https://github.com/bigchaindb/bigchaindb/issues/2269). - -### Notes - -There's a new [page in the docs about storing files in BigchainDB](https://docs.bigchaindb.com/en/latest/store-files.html). [Pull request #2259](https://github.com/bigchaindb/bigchaindb/pull/2259) - -## [2.0 Alpha 3] - 2018-05-03 - -Tag name: v2.0.0a3 - -### Changed - -* Upgraded BigchainDB Server code to use the latest version of Tendermint: version 0.19.2. Pull requests [#2249](https://github.com/bigchaindb/bigchaindb/pull/2249), [#2252](https://github.com/bigchaindb/bigchaindb/pull/2252) and [#2253](https://github.com/bigchaindb/bigchaindb/pull/2253) -* Made some fixes to `py-abci` (an external Python package) and used our fixed version with BigchainDB. Those fixes resolved several known issues, including [issue #2182](https://github.com/bigchaindb/bigchaindb/issues/2182) and issues with large transactions in general. Note: At the time of writing, our fixes to `py-abci` hadn't been merged into the main `py-abci` repository or its latest release on PyPI; we were using our own special `bigchaindb-abci` package (which included our fixes). Pull requests [#2250](https://github.com/bigchaindb/bigchaindb/pull/2250) and [#2261](https://github.com/bigchaindb/bigchaindb/pull/2261) -* If BigchainDB Server crashes and then comes back, Tendermint Core doesn't try to reconnect to it. That's just how Tendermint Core works. We revised our Kubernetes-based production deployment template to resolve that issue: BigchainDB Server and Tendermint Core are now in the same Kubernetes StatefulSet; if the connection between them ever goes down, then Kubernetes restarts the whole StatefulSet. [Pull request #2242](https://github.com/bigchaindb/bigchaindb/pull/2242) - -### Fixed - -Re-enabled multi-threading. [Pull request #2258](https://github.com/bigchaindb/bigchaindb/pull/2258) - -### Known Issues - -Tendermint changed how it responds to a request to store data (via the [Tendermint Broadcast API](https://tendermint.com/docs/tendermint-core/using-tendermint.html#broadcast-api)) between version 0.12 and 0.19.2. We started modifying the code of BigchainDB Server to account for those changes in responses (in [pull request #2239](https://github.com/bigchaindb/bigchaindb/pull/2239)), but we found that there's a difference between what the Tendermint documentation _says_ about those responses and how Tendermint actually responds. We need to determine Tendermint's intent before we can finalize that pull request. - -### Notes - -We were focused on getting the public BigchainDB Testnet stable during the development of BigchainDB 2.0 Alpha 3, and we think we largely succeeded. Because of that focus, we delayed the deployment of an internal test network until later. It would have had the same instabilities as the public BigchainDB Testnet anyway. In the future, we'll always test a new version of BigchainDB on our internal test network before deploying it on the public BigchainDB Testnet. (That wasn't possible this time around, because there was no old/stable version of BigchainDB 2.n to run on the public BigchainDB Testnet while we tested BigchainDB 2.[n+1] internally.) - -## [2.0 Alpha 2] - 2018-04-18 - -Tag name: v2.0.0a2 - -### Added - -An implementation of [BEP-8 (BigchainDB Enhancement Proposal #8)](https://github.com/bigchaindb/BEPs/tree/master/8), which makes sure a node can recover from a system fault (e.g. a crash) into a consistent state, i.e. a state where the data in the node's local MongoDB database is consistent with the data stored in the blockchain. Pull requests [#2135](https://github.com/bigchaindb/bigchaindb/pull/2135) and [#2207](https://github.com/bigchaindb/bigchaindb/pull/2207) - -### Changed - -When someone uses the HTTP API to send a new transaction to a BigchainDB network using the [POST /api/v1/transactions?mode={mode}](https://docs.bigchaindb.com/projects/server/en/master/http-client-server-api.html#post--api-v1-transactions?mode=mode) endpoint, they now get back a more informative HTTP response, so they can better-understand what happened. This is only when mode is `commit` or `sync`, because `async` _means_ that the response is immediate, without waiting to see what happened to the transaction. [Pull request #2198](https://github.com/bigchaindb/bigchaindb/pull/2198) - -### Known Issues - -* If BigchainDB Server crashes and then is restarted, Tendermint Core won't try to reconnect to BigchainDB Server and so all operations requiring that connection won't work. We only understood this recently. We'll write a blog post explaining what we intend to do about it. -* The known issues in 2.0 Alpha (listed below) are still there. - -## [2.0 Alpha] - 2018-04-03 - -Tag name: v2.0.0a1 - -There were _many_ changes between 1.3 and 2.0 Alpha, too many to list here. We wrote a series of blog posts to summarize most changes, especially those that affect end users and application developers: - -* [BigchainDB 2.0 is Byzantine Fault Tolerant](https://blog.bigchaindb.com/bigchaindb-2-0-is-byzantine-fault-tolerant-5ffdac96bc44) -* [Some HTTP API Changes in the Next Release](https://blog.bigchaindb.com/some-http-api-changes-in-the-next-release-49612a537b0c) -* [Three Transaction Model Changes in the Next Release](https://blog.bigchaindb.com/three-transaction-model-changes-in-the-next-release-dadbac50094a) -* [Changes to the Server Command Line Interface in BigchainDB 2.0](https://blog.bigchaindb.com/changes-to-the-server-command-line-interface-in-bigchaindb-2-0-e1d6576e7155) -* _A forthcoming post about changes in BigchainDB Server configuration settings_ - -### External Contributors - -* @r7vme contributed [pull request #1984](https://github.com/bigchaindb/bigchaindb/pull/1984) which fixed a bug in our Kubernetes-based production deployment template. - -### Known Issues - -We intend to resolve these issues before releasing the final BigchainDB 2.0: - -* There's a known Heisenbug that (sometimes) arises and we found that making the BigchainDB webserver single-threaded prevents that bug from causing problems. We intend to resolve that bug, but in the meantime our temporary workaround is to change the _default_ webserver configuration settings to single-threaded mode, i.e. `BIGCHAINDB_SERVER_WORKERS=1` and `BIGCHAINDB_SERVER_THREADS=1`. -* Issues sometimes happen when a large transaction is sent to a BigchainDB network. - -## [1.3] - 2017-11-21 -Tag name: v1.3.0 - -### Added -* Metadata full-text search. [Pull request #1812](https://github.com/bigchaindb/bigchaindb/pull/1812) - -### Notes -* Improved documentation about blocks and votes. [Pull request #1855](https://github.com/bigchaindb/bigchaindb/pull/1855) - - -## [1.2] - 2017-11-13 -Tag name: v1.2.0 - -### Added -* New and improved installation setup docs and code. Pull requests [#1775](https://github.com/bigchaindb/bigchaindb/pull/1775) and [#1785](https://github.com/bigchaindb/bigchaindb/pull/1785) -* New BigchainDB configuration setting to set the port number of the log server: `log.port`. [Pull request #1796](https://github.com/bigchaindb/bigchaindb/pull/1796) -* New secondary index on `id` in the bigchain table. That will make some queries execute faster. [Pull request #1803](https://github.com/bigchaindb/bigchaindb/pull/1803) -* When using MongoDB, there are some restrictions on allowed names for keys (JSON keys). Those restrictions were always there but now BigchainDB checks key names explicitly, rather than leaving that to MongoDB. Pull requests [#1807](https://github.com/bigchaindb/bigchaindb/pull/1807) and [#1811](https://github.com/bigchaindb/bigchaindb/pull/1811) -* When using MongoDB, there are some restrictions on the allowed values of "language" (if that key is used in the values of `metadata` or `asset.data`). Those restrictions were always there but now BigchainDB checks the values explicitly, rather than leaving that to MongoDB. Pull requests [#1806](https://github.com/bigchaindb/bigchaindb/pull/1806) and [#1811](https://github.com/bigchaindb/bigchaindb/pull/1811) -* There's a new page in the root docs about permissions in BigchainDB. [Pull request #1788](https://github.com/bigchaindb/bigchaindb/pull/1788) -* There's a new option in the `bigchaindb start` command: `bigchaindb start --no-init` will avoid doing `bigchaindb init` if it wasn't done already. [Pull request #1814](https://github.com/bigchaindb/bigchaindb/pull/1814) - -### Fixed -* Fixed a bug where setting the log level in a BigchainDB config file didn't have any effect. It does now. [Pull request #1797](https://github.com/bigchaindb/bigchaindb/pull/1797) -* The docs were wrong about there being no Ping/Pong support in the Events API. There is, so the docs were fixed. [Pull request #1799](https://github.com/bigchaindb/bigchaindb/pull/1799) -* Fixed an issue with closing WebSocket connections properly. [Pull request #1819](https://github.com/bigchaindb/bigchaindb/pull/1819) - -### Notes -* Many changes were made to the Kubernetes-based production deployment template and code. - - -## [1.1] - 2017-09-26 -Tag name: v1.1.0 - -### Added -* Support for server-side plugins that can add support for alternate event consumers (other than the WebSocket API). [Pull request #1707](https://github.com/bigchaindb/bigchaindb/pull/1707) -* New configuration settings to set the *advertised* wsserver scheme, host and port. (The *advertised* ones are the ones that external users use to connect to the WebSocket API.) [Pull request #1703](https://github.com/bigchaindb/bigchaindb/pull/1703) -* Support for secure (TLS) WebSocket connections. [Pull request #1619](https://github.com/bigchaindb/bigchaindb/pull/1619) -* A new page of documentation about the contents of a condition (inside a transaction). [Pull request #1668](https://github.com/bigchaindb/bigchaindb/pull/1668) - -### Changed -* We updated our definition of the **public API** (at the top of this document). [Pull request #1700](https://github.com/bigchaindb/bigchaindb/pull/1700) -* The HTTP API Logger now logs the request path and method as well. [Pull request #1644](https://github.com/bigchaindb/bigchaindb/pull/1644) - -### External Contributors -* @carchrae - [Pull request #1731](https://github.com/bigchaindb/bigchaindb/pull/1731) -* @ivanbakel - [Pull request #1706](https://github.com/bigchaindb/bigchaindb/pull/1706) -* @ketanbhatt - Pull requests [#1643](https://github.com/bigchaindb/bigchaindb/pull/1643) and [#1644](https://github.com/bigchaindb/bigchaindb/pull/1644) - -### Notes -* New drivers & tools from our community: - * [Java driver](https://github.com/authenteq/java-bigchaindb-driver), by [Authenteq](https://authenteq.com/) - * [Ruby library](https://rubygems.org/gems/bigchaindb), by @nileshtrivedi -* Many improvements to our production deployment template (which uses Kubernetes). -* The production deployment template for the multi-node case was out of date. We updated that and verified it. [Pull request #1713](https://github.com/bigchaindb/bigchaindb/pull/1713) - - -## [1.0.1] - 2017-07-13 -Tag name: v1.0.1 - -### Fixed -* Various issues in the Quickstart page. Pull requests - [#1641](https://github.com/bigchaindb/bigchaindb/pull/1641) and - [#1648](https://github.com/bigchaindb/bigchaindb/pull/1648). -* Changefeed hanging when MongoDB primary node is turned off. - [Pull request #1638](https://github.com/bigchaindb/bigchaindb/pull/1638). -* Missing `assets` tables for RethinkDB backend. - [Pull request #1646](https://github.com/bigchaindb/bigchaindb/pull/1646). -* Cryptoconditions version mismatch. - [Pull request #1659](https://github.com/bigchaindb/bigchaindb/pull/1659). - - -## [1.0.0] - 2017-07-05 -Tag name: v1.0.0 - -**This just reports the changes since the release of 1.0.0rc1. If you want the full picture of all changes since 0.10, then read the 1.0.0rc1 change log below as well as the upgrade guide.** - -### Changed -* The file name of the upgrade guide changed from `docs/upgrade-guides/v0.10-->v1.0.md` to `docs/upgrade-guides/v0.10-v1.0.md`. -* In `transaction.inputs[n].fulfills`, `output` was renamed to `output_index`. [Pull Request #1596](https://github.com/bigchaindb/bigchaindb/pull/1596) -* In `transaction.outputs[n].condition.details`, 1) `signature` was removed (from signature conditions) and 2) `subfulfillments` was renamed to `subconditions` (in threshold conditions). [Pull Request #1589](https://github.com/bigchaindb/bigchaindb/pull/1589) -* Refined transaction schema validation to check that the `transaction.outputs[n].condition.uri` corresponds to a condition that BigchainDB Server 1.0.0 actually supports. [Pull Request #1597](https://github.com/bigchaindb/bigchaindb/pull/1597) -* Before, GET requests (to the HTTP API) with header `Content-Type: 'application/json'` would get a response with the message, "The browser (or proxy) sent a request that this server could not understand." Now, if a GET request includes a `Content-Type` header, that header gets deleted (i.e. ignored). [Pull Request #1630](https://github.com/bigchaindb/bigchaindb/pull/1630) - -### Fixed -* If an end user sends a transaction with `operation` equal to `GENESIS`, it will be rejected as invalid. [Pull Request #1612](https://github.com/bigchaindb/bigchaindb/pull/1612) - - -## [1.0.0rc1] - 2017-06-23 -Tag name: v1.0.0rc1 - -### Added -* Support for secure TLS/SSL communication between MongoDB and {BigchainDB, MongoDB Backup Agent, MongoDB Monitoring Agent}. Pull Requests -[#1456](https://github.com/bigchaindb/bigchaindb/pull/1456), -[#1497](https://github.com/bigchaindb/bigchaindb/pull/1497), -[#1510](https://github.com/bigchaindb/bigchaindb/pull/1510), -[#1536](https://github.com/bigchaindb/bigchaindb/pull/1536), -[#1551](https://github.com/bigchaindb/bigchaindb/pull/1551) and -[#1552](https://github.com/bigchaindb/bigchaindb/pull/1552). -* Text search support (only if using MongoDB). Pull Requests [#1469](https://github.com/bigchaindb/bigchaindb/pull/1469) and [#1471](https://github.com/bigchaindb/bigchaindb/pull/1471) -* The `database.connection_timeout` configuration setting now works with RethinkDB too. [#1512](https://github.com/bigchaindb/bigchaindb/pull/1512) -* New code and tools for benchmarking CREATE transactions. [Pull Request #1511](https://github.com/bigchaindb/bigchaindb/pull/1511) - -### Changed -* There's an upgrade guide in `docs/upgrade-guides/v0.10-->v1.0.md`. It only covers changes to the transaction model and HTTP API. If that file hasn't been merged yet, see [Pull Request #1547](https://github.com/bigchaindb/bigchaindb/pull/1547) -* Cryptographic signatures now sign the whole (serialized) transaction body, including the transaction ID, but with all `"fulfillment"` values changed to `None`. [Pull Request #1225](https://github.com/bigchaindb/bigchaindb/pull/1225) -* In transactions, the value of `"amount"` must be a string. (Before, it was supposed to be a number.) [Pull Request #1286](https://github.com/bigchaindb/bigchaindb/pull/1286) -* In `setup.py`, the "Development Status" (as reported on PyPI) was changed from Alpha to Beta. [Pull Request #1437](https://github.com/bigchaindb/bigchaindb/pull/1437) -* If you explicitly specify a config file, e.g. `bigchaindb -c path/to/config start` and that file can't be found, then BigchainDB Server will fail with a helpful error message. [Pull Request #1486](https://github.com/bigchaindb/bigchaindb/pull/1486) -* Reduced the response time on the HTTP API endpoint to get all the unspent outputs associated with a given public key (a.k.a. "fast unspents"). [Pull Request #1411](https://github.com/bigchaindb/bigchaindb/pull/1411) -* Internally, the value of an asset's `"data"` is now stored in a separate assets table. This enabled the new text search. Each asset data is stored along with the associated CREATE transaction ID (asset ID). That data gets written when the containing block gets written to the bigchain table. [Pull Request #1460](https://github.com/bigchaindb/bigchaindb/pull/1460) -* Schema validation was sped up by switching to `rapidjson-schema`. [Pull Request #1494](https://github.com/bigchaindb/bigchaindb/pull/1494) -* If a node comes back from being down for a while, it will resume voting on blocks in the order determined by the MongoDB oplog, in the case of MongoDB. (In the case of RethinkDB, blocks missed in the changefeed will not be voted on.) [Pull Request #1389](https://github.com/bigchaindb/bigchaindb/pull/1389) -* Parallelized transaction schema validation in the vote pipeline. [Pull Request #1492](https://github.com/bigchaindb/bigchaindb/pull/1492) -* `asset.data` or `asset.id` are now *required* in a CREATE or TRANSFER transaction, respectively. [Pull Request #1518](https://github.com/bigchaindb/bigchaindb/pull/1518) -* The HTTP response body, in the response to the `GET /` and the `GET /api/v1` endpoints, was changed substantially. [Pull Request #1529](https://github.com/bigchaindb/bigchaindb/pull/1529) -* Changed the HTTP `GET /api/v1/transactions/{transaction_id}` endpoint. It now only returns the transaction if it's in a valid block. It also returns a new header with a relative link to a status monitor. [Pull Request #1543](https://github.com/bigchaindb/bigchaindb/pull/1543) -* All instances of `txid` and `tx_id` were replaced with `transaction_id`, in the transaction model and the HTTP API. [Pull Request #1532](https://github.com/bigchaindb/bigchaindb/pull/1532) -* The hostname and port were removed from all URLs in all HTTP API responses. [Pull Request #1538](https://github.com/bigchaindb/bigchaindb/pull/1538) -* Relative links were replaced with JSON objects in HTTP API responses. [Pull Request #1541](https://github.com/bigchaindb/bigchaindb/pull/1541) -* In the outputs endpoint of the HTTP API, the query parameter `unspent` was changed to `spent` (so no more double negatives). If that query parameter isn't included, then all outputs matching the specificed public key will be returned. If `spent=true`, then only the spent outputs will be returned. If `spent=false`, then only the unspent outputs will be returned. [Pull Request #1545](https://github.com/bigchaindb/bigchaindb/pull/1545) -* The supported crypto-conditions changed from version 01 of the crypto-conditions spec to version 02. [Pull Request #1562](https://github.com/bigchaindb/bigchaindb/pull/1562) -* The value of "version" inside a transaction must now be "1.0". (Before, it could be "0.anything".) [Pull Request #1574](https://github.com/bigchaindb/bigchaindb/pull/1574) - -### Removed -* The `server.threads` configuration setting (for the Gunicorn HTTP server) was removed from the default set of BigchainDB configuration settings. [Pull Request #1488](https://github.com/bigchaindb/bigchaindb/pull/1488) - -### Fixed -* The `GET /api/v1/outputs` endpoint was failing for some transactions with threshold conditions. Fixed in [Pull Request #1450](https://github.com/bigchaindb/bigchaindb/pull/1450) - -### External Contributors -* @elopio - Pull Requests [#1415](https://github.com/bigchaindb/bigchaindb/pull/1415) and [#1491](https://github.com/bigchaindb/bigchaindb/pull/1491) -* @CsterKuroi - [Pull Request #1447](https://github.com/bigchaindb/bigchaindb/pull/1447) -* @tdsgit - [Pull Request #1512](https://github.com/bigchaindb/bigchaindb/pull/1512) -* @lavinasachdev3 - [Pull Request #1357](https://github.com/bigchaindb/bigchaindb/pull/1357) - -### Notes -* We dropped support for Python 3.4. [Pull Request #1564](https://github.com/bigchaindb/bigchaindb/pull/1564) -* There were many improvements to our Kubernetes-based production deployment template (and the associated documentaiton). -* There is now a [BigchainDB Ruby driver](https://github.com/LicenseRocks/bigchaindb_ruby), created by @addywaddy at [license.rocks](https://github.com/bigchaindb/bigchaindb/pull/1437). -* The [BigchainDB JavaScript driver](https://github.com/bigchaindb/js-bigchaindb-driver) was moved to a different GitHub repo and is now officially maintained by the BigchainDB team. -* We continue to recommend using MongoDB. - -## [0.10.3] - 2017-06-29 -Tag name: v0.10.3 - -## Fixed -* Pin minor+ version of `cryptoconditions` to avoid upgrading to a non - compatible version. -[commit 97268a5](https://github.com/bigchaindb/bigchaindb/commit/97268a577bf27942a87d8eb838f4816165c84fd5) - -## [0.10.2] - 2017-05-16 -Tag name: v0.10.2 - -### Added -* Add Cross Origin Resource Sharing (CORS) support for the HTTP API. - [Commit 6cb7596](https://github.com/bigchaindb/bigchaindb/commit/6cb75960b05403c77bdae0fd327612482589efcb) - -### Fixed -* Fixed `streams_v1` API link in response to `GET /api/v1`. - [Pull Request #1466](https://github.com/bigchaindb/bigchaindb/pull/1466) -* Fixed mismatch between docs and implementation for `GET /blocks?status=` - endpoint. The `status` query parameter is now case insensitive. - [Pull Request #1464](https://github.com/bigchaindb/bigchaindb/pull/1464) - -## [0.10.1] - 2017-04-19 -Tag name: v0.10.1 - -### Added -* Documentation for the BigchainDB settings `wsserver.host` and `wsserver.port`. [Pull Request #1408](https://github.com/bigchaindb/bigchaindb/pull/1408) - -### Fixed -* Fixed `Dockerfile`, which was failing to build. It now starts `FROM python:3.6` (instead of `FROM ubuntu:xenial`). [Pull Request #1410](https://github.com/bigchaindb/bigchaindb/pull/1410) -* Fixed the `Makefile` so that `release` depends on `dist`. [Pull Request #1405](https://github.com/bigchaindb/bigchaindb/pull/1405) - -## [0.10.0] - 2017-04-18 -Tag name: v0.10.0 - -### Added -* Improved logging. Added logging to file. Added `--log-level` option to `bigchaindb start` command. Added new logging configuration settings. Pull Requests -[#1285](https://github.com/bigchaindb/bigchaindb/pull/1285), -[#1307](https://github.com/bigchaindb/bigchaindb/pull/1307), -[#1324](https://github.com/bigchaindb/bigchaindb/pull/1324), -[#1326](https://github.com/bigchaindb/bigchaindb/pull/1326), -[#1327](https://github.com/bigchaindb/bigchaindb/pull/1327), -[#1330](https://github.com/bigchaindb/bigchaindb/pull/1330), -[#1365](https://github.com/bigchaindb/bigchaindb/pull/1365), -[#1394](https://github.com/bigchaindb/bigchaindb/pull/1394), -[#1396](https://github.com/bigchaindb/bigchaindb/pull/1396), -[#1398](https://github.com/bigchaindb/bigchaindb/pull/1398) and -[#1402](https://github.com/bigchaindb/bigchaindb/pull/1402) -* Events API using WebSocket protocol. Pull Requests -[#1086](https://github.com/bigchaindb/bigchaindb/pull/1086), -[#1347](https://github.com/bigchaindb/bigchaindb/pull/1347), -[#1349](https://github.com/bigchaindb/bigchaindb/pull/1349), -[#1356](https://github.com/bigchaindb/bigchaindb/pull/1356), -[#1368](https://github.com/bigchaindb/bigchaindb/pull/1368), -[#1401](https://github.com/bigchaindb/bigchaindb/pull/1401) and -[#1403](https://github.com/bigchaindb/bigchaindb/pull/1403) -* Initial support for using SSL with MongoDB (work in progress). Pull Requests -[#1299](https://github.com/bigchaindb/bigchaindb/pull/1299) and -[#1348](https://github.com/bigchaindb/bigchaindb/pull/1348) - -### Changed -* The main BigchainDB Dockerfile (and its generated Docker image) now contains only BigchainDB Server. (It used to contain both BigchainDB Server and RethinkDB.) You must now run MongoDB or RethinkDB in a separate Docker container. [Pull Request #1174](https://github.com/bigchaindb/bigchaindb/pull/1174) -* Made separate schemas for CREATE and TRANSFER transactions. [Pull Request #1257](https://github.com/bigchaindb/bigchaindb/pull/1257) -* When signing transactions with threshold conditions, we now sign all subconditions for a public key. [Pull Request #1294](https://github.com/bigchaindb/bigchaindb/pull/1294) -* Many changes to the voting-related code, including how we validate votes and prevent duplicate votes by the same node. Pull Requests [#1215](https://github.com/bigchaindb/bigchaindb/pull/1215) and [#1258](https://github.com/bigchaindb/bigchaindb/pull/1258) - -### Removed -* Removed the `bigchaindb load` command. Pull Requests -[#1261](https://github.com/bigchaindb/bigchaindb/pull/1261), -[#1273](https://github.com/bigchaindb/bigchaindb/pull/1273) and -[#1301](https://github.com/bigchaindb/bigchaindb/pull/1301) -* Removed old `/speed-tests` and `/benchmarking-tests` directories. [Pull Request #1359](https://github.com/bigchaindb/bigchaindb/pull/1359) - -### Fixed -* Fixed the URL of the BigchainDB docs returned by the HTTP API. [Pull Request #1178](https://github.com/bigchaindb/bigchaindb/pull/1178) -* Fixed the MongoDB changefeed: it wasn't reporting update operations. [Pull Request #1193](https://github.com/bigchaindb/bigchaindb/pull/1193) -* Fixed the block-creation process: it wasn't checking if the transaction was previously included in: - * a valid block. [Pull Request #1208](https://github.com/bigchaindb/bigchaindb/pull/1208) - * the block-under-construction. Pull Requests [#1237](https://github.com/bigchaindb/bigchaindb/issues/1237) and [#1377](https://github.com/bigchaindb/bigchaindb/issues/1377) - -### External Contributors -In alphabetical order by GitHub username: -* @anryko - [Pull Request #1277](https://github.com/bigchaindb/bigchaindb/pull/1277) -* @anujism - [Pull Request #1366](https://github.com/bigchaindb/bigchaindb/pull/1366) -* @jackric - [Pull Request #1365](https://github.com/bigchaindb/bigchaindb/pull/1365) -* @lavinasachdev3 - [Pull Request #1358](https://github.com/bigchaindb/bigchaindb/pull/1358) -* @morrme - [Pull Request #1340](https://github.com/bigchaindb/bigchaindb/pull/1340) -* @tomconte - [Pull Request #1299](https://github.com/bigchaindb/bigchaindb/pull/1299) -* @tymlez - Pull Requests [#1108](https://github.com/bigchaindb/bigchaindb/pull/1108) & [#1209](https://github.com/bigchaindb/bigchaindb/pull/1209) - -### Notes -* MongoDB is now the recommended database backend (not RethinkDB). -* There are some initial docs about how to deploy a BigchainDB node on Kubernetes. It's work in progress. - - -## [0.9.5] - 2017-03-29 -Tag name: v0.9.5 - -### Fixed -Upgrade `python-rapidjson` to `0.0.11`(fixes #1350 - thanks to @ferOnti for -reporting). - -## [0.9.4] - 2017-03-16 -Tag name: v0.9.4 - -### Fixed -Fixed #1271 (false double spend error). Thanks to @jmduque for reporting the -problem along with a very detailed diagnosis and useful recommendations. - -## [0.9.3] - 2017-03-06 -Tag name: v0.9.3 - -### Fixed -Fixed HTTP API 500 error on `GET /outputs`: issues #1200 and #1231. - -## [0.9.2] - 2017-03-02 -Tag name: v0.9.2 - -### Fixed -Pin `python-rapidjson` library in `setup.py` to prevent `bigchaindb`'s -installation to fail due to -https://github.com/python-rapidjson/python-rapidjson/issues/62. - -## [0.9.1] - 2017-02-06 -Tag name: v0.9.1 - -### Fixed -* Fixed bug in how the transaction `VERSION` string was calculated from the BigchainDB Server `__short_version__` string. [Pull Request #1160](https://github.com/bigchaindb/bigchaindb/pull/1160) - - -## [0.9.0] - 2017-02-06 -Tag name: v0.9.0 - -It has been more than two months since the v0.8.0 release, so there have been _many_ changes. We decided to describe them in broad strokes, with links to more details elsewhere. - -### Added -- Support for MongoDB as a backend database. -- Some configuration settings and `bigchaindb` command-line commands were added. In particular, one can specify the database backend (`rethinkdb` or `mongodb`). For MongoDB, one can specify the name of the replicaset. Also for MongoDB, there are new command-line commands to add and remove hosts from the replicaset. See [the Settings & CLI docs](https://docs.bigchaindb.com/projects/server/en/v0.9.0/server-reference/index.html). -- Transaction schema validation. The transaction schema is also used to auto-generate some docs. [Pull Request #880](https://github.com/bigchaindb/bigchaindb/pull/880) -- Vote schema validation. The vote schema is also used to auto-generate some docs. [Pull Request #865](https://github.com/bigchaindb/bigchaindb/pull/865) -- New `ENABLE_WEB_ADMIN` setting in the AWS deployment configuration file. [Pull Request #1015](https://github.com/bigchaindb/bigchaindb/pull/1015) - -### Changed -- The transaction model has changed substantially. @libscott wrote a blog post about the changes and it will be published soon on [the BigchainDB Blog](https://blog.bigchaindb.com/). Also, see [the docs about the transaction model](https://docs.bigchaindb.com/projects/server/en/v0.9.0/data-models/transaction-model.html). -- The HTTP API has changed substantially. @diminator wrote a blog post about the changes and it will be published soon on [the BigchainDB Blog](https://blog.bigchaindb.com/). Also, see [the docs about the vote model](https://docs.bigchaindb.com/projects/server/en/v0.9.0/data-models/vote-model.html). -- All RethinkDB-specific database calls were replaced with abstract calls to a backend database. -- Some improvements to the Dockerfile, e.g. Pull Requests [#1011](https://github.com/bigchaindb/bigchaindb/pull/1011) and [#1121](https://github.com/bigchaindb/bigchaindb/pull/1121) -- Many improvements to the tests -- We standardized on supporting Ubuntu 16.04 for now (but BigchainDB Server also works on similar Linux distros). - -### Removed -- `api_endpoint` was removed from the BigchainDB configuration settings. (It was never used anyway.) [Pull Request #821](https://github.com/bigchaindb/bigchaindb/pull/821) -- Removed all remaining StatsD monitoring code, configuration settings, docs, etc. (We'll add another monitoring solution in the future.) [Pull Request #1138](https://github.com/bigchaindb/bigchaindb/pull/1138) - -### Fixed -- Fixed a memory (RAM) overflow problem when under heavy load by bounding the size of the queue at the entrance to the block pipeline. [Pull Request #908](https://github.com/bigchaindb/bigchaindb/pull/908) -- Fixed some logic in block validation. [Pull Request #1130](https://github.com/bigchaindb/bigchaindb/pull/1130) - -### External Contributors -- @amirelemam - [Pull Request #762](https://github.com/bigchaindb/bigchaindb/pull/762) (closed but used as the basis for [Pull Request #1074](https://github.com/bigchaindb/bigchaindb/pull/1074)) -- @utarl - [Pull Request #1019](https://github.com/bigchaindb/bigchaindb/pull/1019) - -### Notes -- There were many additions and changes to the documentation. Fun fact: The JSON in the HTTP API docs is now auto-generated to be consistent with the current code. -- There's a draft spec for a BigchainDB Event Stream API and we welcome your feedback. See [Pull Request #1086](https://github.com/bigchaindb/bigchaindb/pull/1086) - - -## [0.8.2] - 2017-01-27 -Tag name: v0.8.2 - -### Fixed -- Fix spend input twice in same transaction - (https://github.com/bigchaindb/bigchaindb/issues/1099). - - -## [0.8.1] - 2017-01-16 -Tag name: v0.8.1 - -### Changed -- Upgrade pysha3 to 1.0.0 (supports official NIST standard). - -### Fixed -- Workaround for rapidjson problem with package metadata extraction - (https://github.com/kenrobbins/python-rapidjson/pull/52). - - -## [0.8.0] - 2016-11-29 -Tag name: v0.8.0 - -### Added -- The big new thing in version 0.8.0 is support for divisible assets, i.e. assets like carrots or thumbtacks, where the initial CREATE transaction can register/create some amount (e.g. 542 carrots), the first TRANSFER transaction can split that amount across multiple owners, and so on. [Pull Request #794](https://github.com/bigchaindb/bigchaindb/pull/794) -- Wrote a formal schema for the JSON structure of transactions. [Pull Request #798](https://github.com/bigchaindb/bigchaindb/pull/798) -- New configuration parameter: `backlog_reassign_delay`. [Pull Request #883](https://github.com/bigchaindb/bigchaindb/pull/883) - -### Changed -- CREATE transactions must now be signed by all `owners_before` (rather than by a federation node). [Pull Request #794](https://github.com/bigchaindb/bigchaindb/pull/794) -- The user-provided timestamp was removed from the transaction data model (schema). [Pull Request #817](https://github.com/bigchaindb/bigchaindb/pull/817) -- `get_transaction()` will now return a transaction from the backlog, even if there are copies of the transaction in invalid blocks. [Pull Request #793](https://github.com/bigchaindb/bigchaindb/pull/793) -- Several pull requests to introduce a generalized database interface, to move RethinkDB calls into a separate implementation of that interface, and to work on a new MongoDB implementation of that interface. Pull Requests -[#754](https://github.com/bigchaindb/bigchaindb/pull/754), -[#783](https://github.com/bigchaindb/bigchaindb/pull/783), -[#799](https://github.com/bigchaindb/bigchaindb/pull/799), -[#806](https://github.com/bigchaindb/bigchaindb/pull/806), -[#809](https://github.com/bigchaindb/bigchaindb/pull/809), -[#853](https://github.com/bigchaindb/bigchaindb/pull/853) -- Renamed "verifying key" to "public key". Renamed "signing key" to "private key". Renamed "vk" to "pk". [Pull Request #807](https://github.com/bigchaindb/bigchaindb/pull/807) -- `get_transaction_by_asset_id` now ignores invalid transactions. [Pull Request #810](https://github.com/bigchaindb/bigchaindb/pull/810) -- `get_transaction_by_metadata_id` now ignores invalid transactions. [Pull Request #811](https://github.com/bigchaindb/bigchaindb/pull/811) -- Updates to the configs and scripts for deploying a test network on AWS. The example config file deploys virtual machines running Ubuntu 16.04 now. Pull Requests -[#771](https://github.com/bigchaindb/bigchaindb/pull/771), -[#813](https://github.com/bigchaindb/bigchaindb/pull/813) -- Changed logging of transactions on block creation so now it just says the length of the list of transactions, rather than listing all the transactions. [Pull Request #861](https://github.com/bigchaindb/bigchaindb/pull/861) - -### Fixed -- Equality checks with AssetLinks. [Pull Request #825](https://github.com/bigchaindb/bigchaindb/pull/825) -- Bug in `bigchaindb load`. [Pull Request #824](https://github.com/bigchaindb/bigchaindb/pull/824) -- Two issues found with timestamp indexes. [Pull Request #816](https://github.com/bigchaindb/bigchaindb/pull/816) -- Hard-coded `backlog_reassign_delay`. [Pull Request #854](https://github.com/bigchaindb/bigchaindb/pull/854) -- Race condition in `test_stale_monitor.py`. [Pull Request #846](https://github.com/bigchaindb/bigchaindb/pull/846) -- When creating a signed vote, decode the vote signature to a `str`. [Pull Request #869](https://github.com/bigchaindb/bigchaindb/pull/869) -- Bug in AWS deployment scripts. Setting `BIND_HTTP_TO_LOCALHOST` to `False` didn't actually work. It does now. [Pull Request #870](https://github.com/bigchaindb/bigchaindb/pull/870) - -### External Contributors -- @najlachamseddine - [Pull Request #528](https://github.com/bigchaindb/bigchaindb/pull/528) -- @ChristianGaertner - [Pull Request #659](https://github.com/bigchaindb/bigchaindb/pull/659) -- @MinchinWeb - [Pull Request #695](https://github.com/bigchaindb/bigchaindb/pull/695) -- @ckeyer - [Pull Request #785](https://github.com/bigchaindb/bigchaindb/pull/785) - -### Notes -- @ChristianGaertner added a Python style checker (Flake8) to Travis CI, so external contributors should be aware that the Python code in their pull requests will be checked. See [our Python Style Guide](PYTHON_STYLE_GUIDE.md). -- Several additions and changes to the documentation, e.g. Pull Requests -[#690](https://github.com/bigchaindb/bigchaindb/pull/690), -[#764](https://github.com/bigchaindb/bigchaindb/pull/764), -[#766](https://github.com/bigchaindb/bigchaindb/pull/766), -[#769](https://github.com/bigchaindb/bigchaindb/pull/769), -[#777](https://github.com/bigchaindb/bigchaindb/pull/777), -[#800](https://github.com/bigchaindb/bigchaindb/pull/800), -[#801](https://github.com/bigchaindb/bigchaindb/pull/801), -[#802](https://github.com/bigchaindb/bigchaindb/pull/802), -[#803](https://github.com/bigchaindb/bigchaindb/pull/803), -[#819](https://github.com/bigchaindb/bigchaindb/pull/819), -[#827](https://github.com/bigchaindb/bigchaindb/pull/827), -[#859](https://github.com/bigchaindb/bigchaindb/pull/859), -[#872](https://github.com/bigchaindb/bigchaindb/pull/872), -[#882](https://github.com/bigchaindb/bigchaindb/pull/882), -[#883](https://github.com/bigchaindb/bigchaindb/pull/883) - - -## [0.7.0] - 2016-10-28 -Tag name: v0.7.0 -= commit: 2dd7f1af27478c529e6d2d916f64daa3fbda3885 -committed: Oct 28, 2016, 4:00 PM GMT+2 - -### Added -- Stale transactions in the `backlog` table now get reassigned to another node (for inclusion in a new block): [Pull Request #359](https://github.com/bigchaindb/bigchaindb/pull/359) -- Many improvements to make the database connection more robust: [Pull Request #623](https://github.com/bigchaindb/bigchaindb/pull/623) -- The new `--dev-allow-temp-keypair` option on `bigchaindb start` will generate a temporary keypair if no keypair is found. The `Dockerfile` was updated to use this. [Pull Request #635](https://github.com/bigchaindb/bigchaindb/pull/635) -- The AWS deployment scripts now allow you to: - - specify the AWS security group as a configuration parameter: [Pull Request #620](https://github.com/bigchaindb/bigchaindb/pull/620) - - tell RethinkDB to bind HTTP to localhost (a more secure setup; now the default in the example config file): [Pull Request #666](https://github.com/bigchaindb/bigchaindb/pull/666) - -### Changed -- Integrated the new `Transaction` model. This was a **big** change; 49 files changed. [Pull Request #641](https://github.com/bigchaindb/bigchaindb/pull/641) -- Merged "common" code (used by BigchainDB Server and the Python driver), which used to be in its own repository (`bigchaindb/bigchaindb-common`), into the main `bigchaindb/bigchaindb` repository (this one): [Pull Request #742](https://github.com/bigchaindb/bigchaindb/pull/742) -- Integrated the new digital asset model. This changed the data structure of a transaction and will make it easier to support divisible assets in the future. [Pull Request #680](https://github.com/bigchaindb/bigchaindb/pull/680) -- Transactions are now deleted from the `backlog` table _after_ a block containing them is written to the `bigchain` table: [Pull Request #609](https://github.com/bigchaindb/bigchaindb/pull/609) -- Changed the example AWS deployment configuration file: [Pull Request #665](https://github.com/bigchaindb/bigchaindb/pull/665) -- Support for version 0.5.0 of the `cryptoconditions` Python package. Note that this means you must now install `ffi.h` (e.g. `sudo apt-get install libffi-dev` on Ubuntu). See Pull Requests [#685](https://github.com/bigchaindb/bigchaindb/pull/685) and [#698](https://github.com/bigchaindb/bigchaindb/pull/698) -- Updated some database access code: Pull Requests [#676](https://github.com/bigchaindb/bigchaindb/pull/676) and [#701](https://github.com/bigchaindb/bigchaindb/pull/701) - -### Fixed -- Internally, when a transaction is in the `backlog` table, it carries some extra book-keeping fields: - 1. an `assignment_timestamp` (i.e. the time when it was assigned to a node), which is used to determine if it has gone stale. - 2. an `assignee`: the public key of the node it was assigned to. -- The `assignment_timestamp` wasn't removed before writing the transaction to a block. That was fixed in [Pull Request #627](https://github.com/bigchaindb/bigchaindb/pull/627) -- The `assignment_timestamp` and `assignee` weren't removed in the response to an HTTP API request sent to the `/api/v1/transactions/` endpoint. That was fixed in [Pull Request #646](https://github.com/bigchaindb/bigchaindb/pull/646) -- When validating a TRANSFER transaction, if any fulfillment refers to a transaction that's _not_ in a valid block, then the transaction isn't valid. This wasn't checked before but it is now. [Pull Request #629](https://github.com/bigchaindb/bigchaindb/pull/629) - -### External Contributors -- @MinchinWeb - [Pull Request #696](https://github.com/bigchaindb/bigchaindb/pull/696) - -### Notes -- We made a small change to how we do version labeling. Going forward, we will have the version label set to 0.X.Y.dev in the master branch as we work on what will eventually be released as version 0.X.Y. The version number will only be changed to 0.X.Y just before the release. This version labeling scheme began with [Pull Request #752](https://github.com/bigchaindb/bigchaindb/pull/752) -- Several additions and changes to the documentation, e.g. Pull Requests -[#618](https://github.com/bigchaindb/bigchaindb/pull/618), -[#621](https://github.com/bigchaindb/bigchaindb/pull/621), -[#625](https://github.com/bigchaindb/bigchaindb/pull/625), -[#645](https://github.com/bigchaindb/bigchaindb/pull/645), -[#647](https://github.com/bigchaindb/bigchaindb/pull/647), -[#648](https://github.com/bigchaindb/bigchaindb/pull/648), -[#650](https://github.com/bigchaindb/bigchaindb/pull/650), -[#651](https://github.com/bigchaindb/bigchaindb/pull/651), -[#653](https://github.com/bigchaindb/bigchaindb/pull/653), -[#655](https://github.com/bigchaindb/bigchaindb/pull/655), -[#656](https://github.com/bigchaindb/bigchaindb/pull/656), -[#657](https://github.com/bigchaindb/bigchaindb/pull/657), -[#667](https://github.com/bigchaindb/bigchaindb/pull/667), -[#668](https://github.com/bigchaindb/bigchaindb/pull/668), -[#669](https://github.com/bigchaindb/bigchaindb/pull/669), -[#673](https://github.com/bigchaindb/bigchaindb/pull/673), -[#678](https://github.com/bigchaindb/bigchaindb/pull/678), -[#684](https://github.com/bigchaindb/bigchaindb/pull/684), -[#688](https://github.com/bigchaindb/bigchaindb/pull/688), -[#699](https://github.com/bigchaindb/bigchaindb/pull/699), -[#705](https://github.com/bigchaindb/bigchaindb/pull/705), -[#737](https://github.com/bigchaindb/bigchaindb/pull/737), -[#748](https://github.com/bigchaindb/bigchaindb/pull/748), -[#753](https://github.com/bigchaindb/bigchaindb/pull/753), -[#757](https://github.com/bigchaindb/bigchaindb/pull/757), -[#759](https://github.com/bigchaindb/bigchaindb/pull/759), and more - - -## [0.6.0] - 2016-09-01 -Tag name: v0.6.0 -= commit: bfc86e0295c7d1ef0acd3c275c125798bd5b0dfd -committed: Sep 1, 2016, 2:15 PM GMT+2 - -### Added -- Support for multiple operations in the ChangeFeed class: [Pull Request #569](https://github.com/bigchaindb/bigchaindb/pull/569) -- Instructions, templates and code for deploying a starter node on AWS using Terraform and Ansible: Pull Requests -[#572](https://github.com/bigchaindb/bigchaindb/pull/572), -[#589](https://github.com/bigchaindb/bigchaindb/pull/589), -[#600](https://github.com/bigchaindb/bigchaindb/pull/600), -[#605](https://github.com/bigchaindb/bigchaindb/pull/605), -[#610](https://github.com/bigchaindb/bigchaindb/pull/610) -- Check that the majority of votes on a block agree on the previous block. If they don't, consider the block invalid. [Pull Request #565](https://github.com/bigchaindb/bigchaindb/pull/565) - -### Changed -- Set RethinkDB `read-mode='majority'` everywhere: [Pull Request #497](https://github.com/bigchaindb/bigchaindb/pull/497) -- Ported election logic and voting logic to the new pipeline architecture: Pull Requests [#510](https://github.com/bigchaindb/bigchaindb/pull/510) and [#515](https://github.com/bigchaindb/bigchaindb/pull/515) -- Moved the transaction (model) `version` inside the `transaction` (in the transaction data model): [Pull Request #518](https://github.com/bigchaindb/bigchaindb/pull/518) -- Changed how the BigchainDB config file (JSON) gets written so it's easier for humans to read: [Pull Request #522](https://github.com/bigchaindb/bigchaindb/pull/522) -- Improved and expanded the GET/POST endpoints for transactions (in the HTTP API): [Pull Request #563](https://github.com/bigchaindb/bigchaindb/pull/563) -- Changed the AWS cluster deployment scripts so that the deployer now generates their keypair locally, rather than having Amazon do it: [Pull Request #567](https://github.com/bigchaindb/bigchaindb/pull/567) -- When a transaction is retrieved by `get_transaction`, a `validity` field is added with a value one of `valid`, `undecided`, or `backlog`: [Pull Request #574](https://github.com/bigchaindb/bigchaindb/pull/574) -- Renamed `current_owners` and `new_owners` (in the data models) to `owners_before` and `owners_after`, respectively (i.e. before/after *the transaction*): [Pull Request #578](https://github.com/bigchaindb/bigchaindb/pull/578) -- Use `flask_restful` and class-based views for realizing the HTTP API: [Pull Request #588](https://github.com/bigchaindb/bigchaindb/pull/588) - -### Fixed -- Fixed the confusing error message when there was a syntax error in the BigchainDB config file: [Pull Request #531](https://github.com/bigchaindb/bigchaindb/pull/531) -- Fixed `write_transaction` so it no longer has the side effect of adding `assignee` to a transaction that is being processed: [Pull Request #606](https://github.com/bigchaindb/bigchaindb/pull/606) - -### External Contributors -- @eladve - [Pull Request #518](https://github.com/bigchaindb/bigchaindb/pull/518) -- @d01phin - Pull Requests [#522](https://github.com/bigchaindb/bigchaindb/pull/522) and [#531](https://github.com/bigchaindb/bigchaindb/pull/531) -- @Kentoseth - [Pull Request #537](https://github.com/bigchaindb/bigchaindb/pull/537) - -### Notes -- Several additions and changes to the documentation, e.g. Pull Requests -[#523](https://github.com/bigchaindb/bigchaindb/pull/523), -[#532](https://github.com/bigchaindb/bigchaindb/pull/532), -[#537](https://github.com/bigchaindb/bigchaindb/pull/537), -[#539](https://github.com/bigchaindb/bigchaindb/pull/539), -[#610](https://github.com/bigchaindb/bigchaindb/pull/610), and more - - -## [0.5.1] - 2016-07-29 -Tag name: v0.5.1 -= commit: ff042b5954abe48c7264d43128d52584eab2a806 -committed: Jul 29, 2016, 2:38 PM GMT+2 - -### Added -- New third table, the 'votes' table: [Pull Request #379](https://github.com/bigchaindb/bigchaindb/pull/379) -- Added `get_tx_by_payload_uuid()` including index: [Pull Request #411](https://github.com/bigchaindb/bigchaindb/pull/411) -- Ability to deploy a test cluster on AWS using Amazon Elastic Block Store (EBS) for storage: [Pull Request #469](https://github.com/bigchaindb/bigchaindb/pull/469) -- Ability to add different-size payloads to transactions when filling the backlog for benchmarking: [Pull Request #273](https://github.com/bigchaindb/bigchaindb/pull/273) - -### Changed -- Votes are no longer appended to the blocks inside the 'bigchain' table. They're now written to their own table, the 'votes' table: [Pull Request #379](https://github.com/bigchaindb/bigchaindb/pull/379) -- Refactored how blocks get constructed using the new approach to doing multiprocessing, using the `multipipes` package: [Pull Request #484](https://github.com/bigchaindb/bigchaindb/pull/484) -- Changed all queries to use `read_mode='majority'`: [Pull Request #497](https://github.com/bigchaindb/bigchaindb/pull/497) -- Revised how base software gets deployed on AWS instances: [Pull Request #478](https://github.com/bigchaindb/bigchaindb/pull/478) -- Refactored `db.utils.init()`: [Pull Request #471](https://github.com/bigchaindb/bigchaindb/pull/471) - -### External Contributors -- @shauns - [Pull Request #411](https://github.com/bigchaindb/bigchaindb/pull/411) -- @lonelypeanut - [Pull Request #479](https://github.com/bigchaindb/bigchaindb/pull/479) -- @lluminita - Pull Requests [#435](https://github.com/bigchaindb/bigchaindb/pull/435) & [#471](https://github.com/bigchaindb/bigchaindb/pull/471) - -### Notes -- Several additions and changes to the documentation: Pull Requests -[#416](https://github.com/bigchaindb/bigchaindb/pull/416), -[#417](https://github.com/bigchaindb/bigchaindb/pull/417), -[#418](https://github.com/bigchaindb/bigchaindb/pull/418), -[#420](https://github.com/bigchaindb/bigchaindb/pull/420), -[#421](https://github.com/bigchaindb/bigchaindb/pull/421), -[#422](https://github.com/bigchaindb/bigchaindb/pull/422), -[#423](https://github.com/bigchaindb/bigchaindb/pull/423), -[#425](https://github.com/bigchaindb/bigchaindb/pull/425), -[#428](https://github.com/bigchaindb/bigchaindb/pull/428), -[#430](https://github.com/bigchaindb/bigchaindb/pull/430), -[#431](https://github.com/bigchaindb/bigchaindb/pull/431), -[#435](https://github.com/bigchaindb/bigchaindb/pull/435), -[#442](https://github.com/bigchaindb/bigchaindb/pull/442), -[#472](https://github.com/bigchaindb/bigchaindb/pull/472), -[#481](https://github.com/bigchaindb/bigchaindb/pull/481) - - -## [0.5.0] - 2016-07-04 -Tag name: v0.5.0 -= commit: 38329531304952128b48f2e5603db5fa08069c26 -committed: July 4, 2016, 1:07 PM GMT+2 - -### Added -- New `bigchaindb set-replicas` subcommand: [Pull Request #392](https://github.com/bigchaindb/bigchaindb/pull/392) -- Informative JSON message when one makes a request to the root endpoint of the HTTP client-server API: [Pull Request #367](https://github.com/bigchaindb/bigchaindb/pull/367) -- Return HTTP response code 404 when a transaction is not found: [Pull Request #369](https://github.com/bigchaindb/bigchaindb/pull/369) - -### Changed -- Changed the order in which configuration settings get their values. If a setting is set by an environment variable, then that value will be _the_ value, regardless of whether another value is set in a local config file. Also added a method to programattically update the config settings. [Pull Request #395](https://github.com/bigchaindb/bigchaindb/pull/395) -- Changed the definition of `util.sign_tx()`. It now has a third, optional argument: a Bigchain instance. [Pull Request #410](https://github.com/bigchaindb/bigchaindb/pull/410) - -### Notes -- Several additions and changes to the documentation: Pull Requests -[#388](https://github.com/bigchaindb/bigchaindb/pull/388), -[#393](https://github.com/bigchaindb/bigchaindb/pull/393), -[#397](https://github.com/bigchaindb/bigchaindb/pull/397), -[#402](https://github.com/bigchaindb/bigchaindb/pull/402), -[#403](https://github.com/bigchaindb/bigchaindb/pull/403), -[#406](https://github.com/bigchaindb/bigchaindb/pull/406), -[#408](https://github.com/bigchaindb/bigchaindb/pull/408) - - -## [0.4.2] - 2016-06-15 -Tag name: v0.4.2 -= commit: 7ce6c3980cf70437d7ce716a67f069afa8ecb79e -committed: June 15, 2016, 1:42 PM GMT+2 - -### Added -- Report the BigchainDB version number when starting BigchainDB: [Pull Request #385](https://github.com/bigchaindb/bigchaindb/pull/385) - -### Changed -- Round timestamps to a precision of one second, and replace payload hash with payload UUID in transactions: [Pull Request #384](https://github.com/bigchaindb/bigchaindb/pull/384) -- Updated cryptoconditions API usage: [Pull Request #373](https://github.com/bigchaindb/bigchaindb/pull/373) - - -## [0.4.1] - 2016-06-13 -Tag name: v0.4.1 -= commit: 9c4aa987bcbc294b6a5c3069e6c45a7ed77a4068 -committed: June 13, 2016, 9:52 AM GMT+2 - -### Added -- Revert `bigchain` deletes: [Pull Request #330](https://github.com/bigchaindb/bigchaindb/pull/330) - -### Changed -- Use inverted threshold condition instead of negative weights for escrow: [Pull Request #355](https://github.com/bigchaindb/bigchaindb/pull/355) - -### Fixed -- Removed duplicate `pytest` in `setup.py`: [Pull Request #365](https://github.com/bigchaindb/bigchaindb/pull/365) - -### Notes -- There were several additions and changes to the documentation: Pull Requests -[#343](https://github.com/bigchaindb/bigchaindb/pull/343), -[#363](https://github.com/bigchaindb/bigchaindb/pull/363), -[#364](https://github.com/bigchaindb/bigchaindb/pull/364), -[#366](https://github.com/bigchaindb/bigchaindb/pull/366), -[#370](https://github.com/bigchaindb/bigchaindb/pull/370), -[#372](https://github.com/bigchaindb/bigchaindb/pull/372) - - -## [0.4.0] - 2016-05-27 -Tag name: v0.4.0 -= commit: a89399c4f9fcdf82df73e0d8191af9e539d8d081 -committed: May 27, 2016, 1:42 PM GMT+2 - -### Added -- Support for escrow (possible because of two other new things: cryptoconditions with inverters, and a timeout condition): [Pull Request #329](https://github.com/bigchaindb/bigchaindb/pull/329) -- Caching of calls to `load_consensus_plugin()`, using [`@lru_cache`](https://docs.python.org/3/library/functools.html#functools.lru_cache). This speeds up the instantiation of `Bigchain` objects and greatly improves overall performance. [Pull Request #271](https://github.com/bigchaindb/bigchaindb/pull/271) -- New `Dockerfile-dev` Docker file to make it easier for developers to _develop_ BigchainDB with Docker. One can run all unit tests with Docker again. [Pull Request #313](https://github.com/bigchaindb/bigchaindb/pull/313) -- Transactions in invalid blocks are copied to the backlog: [Pull Request #221](https://github.com/bigchaindb/bigchaindb/pull/221). -- Queries to the bigchain table now ignore invalid blocks: [Pull Request #324](https://github.com/bigchaindb/bigchaindb/issues/324) -- Use secondary index on get_transaction: [Pull Request #324](https://github.com/bigchaindb/bigchaindb/issues/324) -- New `bigchaindb` command to set the number of RethinkDB shards (in both tables): [Pull Request #258](https://github.com/bigchaindb/bigchaindb/pull/258) -- Better handling of an outdated `setuptools`: [Pull Request #279](https://github.com/bigchaindb/bigchaindb/pull/279) - -### Changed -- The block processes now use GroupProcess: [Pull Request #267](https://github.com/bigchaindb/bigchaindb/pull/267) -- Replaced the `json` Python package with `rapidjson` (a Python wrapper for a fast JSON parser/generator written in C++), to speed up JSON serialization and deserialization: [Pull Request #318](https://github.com/bigchaindb/bigchaindb/pull/318) -- Overhauled `ROADMAP.md` and moved it to [the bigchaindb/org repository](https://github.com/bigchaindb/org): Pull Requests -[#282](https://github.com/bigchaindb/bigchaindb/pull/282), -[#306](https://github.com/bigchaindb/bigchaindb/pull/306), -[#308](https://github.com/bigchaindb/bigchaindb/pull/308), -[#325](https://github.com/bigchaindb/bigchaindb/pull/325) -- AWS deployment has better support for [New Relic Server Monitoring](https://newrelic.com/server-monitoring): [Pull Request #316](https://github.com/bigchaindb/bigchaindb/pull/316) -- AWS deployment script now reads from a configuration file: [Pull Request #291](https://github.com/bigchaindb/bigchaindb/pull/291) -- AWS deployment script doesn't auto-start the BigchainDB servers anymore: [Pull Request #257](https://github.com/bigchaindb/bigchaindb/pull/257) - -### Fixed -- Bug related to transaction malleability: [Pull Request #281](https://github.com/bigchaindb/bigchaindb/pull/281) - -### Notes -You can now see a big-picture view of all BigchainDB repositories on [a waffle.io board](https://waffle.io/bigchaindb/org). - - -## [0.3.0] - 2016-05-03 -Tag name: v0.3.0 -= commit: a97c54e82be954a1411e5bfe0f09a9c631309f1e -committed: May 3, 2016, 11:52 AM GMT+2 - -### Added -- Crypto-conditions specs according to the Interledger protocol: [Pull Request #174](https://github.com/bigchaindb/bigchaindb/pull/174) -- Added support for anonymous hashlocked conditions and fulfillments: [Pull Request #211](https://github.com/bigchaindb/bigchaindb/pull/211) - -### Changed -- Several improvements to the AWS deployment scripts: [Pull Request #227](https://github.com/bigchaindb/bigchaindb/pull/227) - -### Fixed -- Bug related to block validation: [Pull Request #233](https://github.com/bigchaindb/bigchaindb/pull/233) - -### Notes -This release completely refactored the structure of the transactions and broke compatibility with older versions -of BigchainDB. The refactor of the transactions was made in order to add support for multiple inputs/outputs and -the crypto-conditions specs from the Interledger protocol. - -We also updated the RethinkDB Python drivers so you need to upgrade to RethinkDB v2.3+ - - -## [0.2.0] - 2016-04-26 -Tag name: v0.2.0 -= commit: 0c4a2b380aabdcf50fa2d7fb351c290aaedc3db7 -committed: April 26, 2016, 11:09 AM GMT+2 - -### Added -- Ability to use environment variables to set (or partially set) configuration settings: [Pull Request #153](https://github.com/bigchaindb/bigchaindb/pull/153) -- `bigchaindb --export-my-pubkey`: [Pull Request #186](https://github.com/bigchaindb/bigchaindb/pull/186) -- `bigchaindb --version`, and one central source for the current version (`version.py`): [Pull Request #208](https://github.com/bigchaindb/bigchaindb/pull/208) -- AWS deployment scripts: Pull Requests -[#160](https://github.com/bigchaindb/bigchaindb/pull/160), -[#166](https://github.com/bigchaindb/bigchaindb/pull/166), -[#172](https://github.com/bigchaindb/bigchaindb/pull/172), -[#203](https://github.com/bigchaindb/bigchaindb/pull/203) -- `codecov.yml`: [Pull Request #161](https://github.com/bigchaindb/bigchaindb/pull/161) -- `CHANGELOG.md` (this file): [Pull Request #117](https://github.com/bigchaindb/bigchaindb/pull/117) -- Signatures using Ed25519: Pull Requests -[#138](https://github.com/bigchaindb/bigchaindb/pull/138), -[#152](https://github.com/bigchaindb/bigchaindb/pull/152) -- Multisig support: [Pull Request #107](https://github.com/bigchaindb/bigchaindb/pull/107) -- HTTP Server & Web API: Pull Requests -[#102](https://github.com/bigchaindb/bigchaindb/pull/102), -[#150](https://github.com/bigchaindb/bigchaindb/pull/150), -[#155](https://github.com/bigchaindb/bigchaindb/pull/155), -[#183](https://github.com/bigchaindb/bigchaindb/pull/183) -- Python driver/SDK/API: [Pull Request #102](https://github.com/bigchaindb/bigchaindb/pull/102) -- Python Style Guide: [Pull Request #89](https://github.com/bigchaindb/bigchaindb/pull/89) -- Monitoring & dashboard tools: Pull Requests -[#72](https://github.com/bigchaindb/bigchaindb/pull/72), -[#181](https://github.com/bigchaindb/bigchaindb/pull/181) - -### Changed -- Rewrote [`README.md`](README.md) into four sets of links: Pull Requests [#80](https://github.com/bigchaindb/bigchaindb/pull/80) and [#115](https://github.com/bigchaindb/bigchaindb/pull/115) - -### Fixed -- Bug related to config overwrite: [Pull Request #97](https://github.com/bigchaindb/bigchaindb/pull/97) -- Bug related to running the `bigchaindb-benchmark load` on docker [Pull Request #225](https://github.com/bigchaindb/bigchaindb/pull/225) - -## External Contributors -- [@thedoctor](https://github.com/thedoctor): Pull Requests -[#99](https://github.com/bigchaindb/bigchaindb/pull/99), -[#136](https://github.com/bigchaindb/bigchaindb/pull/136) -- [@roderik](https://github.com/roderik): [Pull Request #162](https://github.com/bigchaindb/bigchaindb/pull/162) - - -## [0.1.5] - 2016-04-20 -Tag name: v0.1.5 -= commit: 9f62cddbaf44167692cfee71db707bce93e3395f -committed: April 20, 2016, 3:31 PM GMT+2 - -### Fixed -- [Issue #71](https://github.com/bigchaindb/bigchaindb/issues/71) (Voter is not validating blocks correctly when checking for double spends) in [Pull Request #76](https://github.com/bigchaindb/bigchaindb/pull/76) - - -## [0.1.4] - 2016-02-22 -Tag name: v0.1.4 -= commit: c4c850f480bc9ae72df2a54f81c0825b6fb4ed62 -committed: Feb 22, 2016, 11:51 AM GMT+1 - -### Added -- Added to `classifiers` to setup.py - -### Changed -- Allow running pytest tests in parallel (using [xdist](http://pytest.org/latest/xdist.html)): [Pull Request #65](https://github.com/bigchaindb/bigchaindb/pull/65) -- Allow non-interactive first start: [Pull Request #64](https://github.com/bigchaindb/bigchaindb/pull/64) to resolve [Issue #58](https://github.com/bigchaindb/bigchaindb/issues/58) - - -## [0.1.3] - 2016-02-16 -Tag name: v0.1.3 -= commit 8926e3216c1ee39b9bc332e5ef1df2a8901262dd -committed Feb 16, 2016, 11:37 AM GMT+1 - -### Changed -- Changed from using Git Flow to GitHub flow (but with `develop` as the default branch). - - -## [0.1.2] - 2016-02-15 -Tag name: v0.1.2 -= commit d2ff24166d69dda68dd7b4a24a88279b1d37e222 -committed Feb 15, 2016, 2:23 PM GMT+1 - -### Added -- Various tests - -### Fixed -- Fix exception when running `start`: [Pull Request #32](https://github.com/bigchaindb/bigchaindb/pull/32) resolved [Issue #35] - -## [0.1.1] - 2016-02-15 -Tag name: v0.1.1 -= commit 2a025448b29fe7056760de1039c73bbcfe992461 -committed Feb 15, 2016, 10:48 AM GMT+1 - -### Added -- "release 0.1.1": [Pull Request #37](https://github.com/bigchaindb/bigchaindb/pull/37) - -### Removed -- `tox.ini` [Pull Request #18](https://github.com/bigchaindb/bigchaindb/pull/18) -- `requirements.txt` in the root directory, and the entire `requirements/` directory: [Pull Request #14](https://github.com/bigchaindb/bigchaindb/pull/14) - -### Fixed -- Hotfix for AttributeError, fixed [Issue #27](https://github.com/bigchaindb/bigchaindb/issues/27) - - -## [0.1.0] - 2016-02-10 -Tag name: v0.1.0 -= commit 8539e8dc2d036a4e0a866a3fb9e55889503254d5 -committed Feb 10, 2016, 10:04 PM GMT+1 - -The first public release of BigchainDB, including: - -- Initial BigchainDB Server code, including many tests and some code for benchmarking. -- Initial documentation (in `bigchaindb/docs`). -- Initial `README.md`, `ROADMAP.md`, `CODE_OF_CONDUCT.md`, and `CONTRIBUTING.md`. -- Packaging for PyPI, including `setup.py` and `setup.cfg`. -- Initial `Dockerfile` and `docker-compose.yml` (for deployment using Docker and Docker Compose). -- Initial `.gitignore` (list of things for git to ignore). -- Initial `.travis.yml` (used by Travis CI). diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 4dff95cd..72aa1466 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,6 +1,6 @@ diff --git a/LICENSES.md b/LICENSES.md deleted file mode 100644 index 57d68574..00000000 --- a/LICENSES.md +++ /dev/null @@ -1,24 +0,0 @@ -# Copyrights and Licenses - -## Copyrights - -For all the code and documentation in this repository, the copyright is owned by one or more of the following: - -- BigchainDB GmbH -- A BigchainDB contributor who agreed to a BigchainDB Contributor License Agreement (CLA) with BigchainDB GmbH. (See [BEP-16](https://github.com/bigchaindb/BEPs/tree/master/16).) -- A BigchainDB contributor who signed off on the Developer Certificate of Origin (DCO) for all their contributions. (See [BEP-24](https://github.com/bigchaindb/BEPs/tree/master/24).) -- (Rarely, see the **Exceptions Section** below) A third pary who licensed the code in question under an open source license. - -## Code Licenses - -All code in this repository, including short code snippets in the documentation, but not including the **Exceptions** noted below, is licensed under the Apache License, Version 2.0, the full text of which can be found at [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0). - -For the licenses on all other BigchainDB-related code (i.e. in other repositories), see the LICENSE file in the associated repository. - -## Documentation Licenses - -The official BigchainDB documentation, _except for the short code snippets embedded within it_, is licensed under a Creative Commons Attribution 4.0 International license, the full text of which can be found at [http://creativecommons.org/licenses/by/4.0/legalcode](http://creativecommons.org/licenses/by/4.0/legalcode). - -## Exceptions - -The contents of the `k8s/nginx-openresty/` directory are licensed as described in the `LICENSE.md` file in that directory. diff --git a/README.md b/README.md index 4ae0be08..6a55b1e1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ @@ -32,8 +32,8 @@ BigchainDB is the blockchain database. This repository is for _BigchainDB Server Running and testing the latest version of BigchainDB Server is easy. Make sure you have a recent version of [Docker Compose](https://docs.docker.com/compose/install/) installed. When you are ready, fire up a terminal and run: ```text -git clone https://github.com/bigchaindb/bigchaindb.git -cd bigchaindb +git clone https://github.com/Solicy-App/Rubilink-Blockchain.git +cd Rubilink-Blockchain make run ``` diff --git a/README_cn.md b/README_cn.md deleted file mode 100644 index 1f7da440..00000000 --- a/README_cn.md +++ /dev/null @@ -1,77 +0,0 @@ - - - - -[![Codecov branch](https://img.shields.io/codecov/c/github/bigchaindb/bigchaindb/master.svg)](https://codecov.io/github/bigchaindb/bigchaindb?branch=master) -[![Latest release](https://img.shields.io/github/release/bigchaindb/bigchaindb/all.svg)](https://github.com/bigchaindb/bigchaindb/releases) -[![Status on PyPI](https://img.shields.io/pypi/status/bigchaindb.svg)](https://pypi.org/project/BigchainDB/) -[![Travis branch](https://img.shields.io/travis/bigchaindb/bigchaindb/master.svg)](https://travis-ci.com/bigchaindb/bigchaindb) -[![Documentation Status](https://readthedocs.org/projects/bigchaindb-server/badge/?version=latest)](https://docs.bigchaindb.com/projects/server/en/latest/) -[![Join the chat at https://gitter.im/bigchaindb/bigchaindb](https://badges.gitter.im/bigchaindb/bigchaindb.svg)](https://gitter.im/bigchaindb/bigchaindb?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) - -# BigchainDB 服务器 - -BigchainDB 是区块链数据库. 这是 _BigchainDB 服务器_ 的仓库. - -## 基础知识 - -* [尝试快速开始](https://docs.bigchaindb.com/projects/server/en/latest/quickstart.html) -* [阅读 BigchainDB 2.0 白皮书](https://www.bigchaindb.com/whitepaper/) -* [查阅漫游指南](https://www.bigchaindb.com/developers/guide/) - -## 运行和测试 `master` 分支的 BigchainDB 服务器 - -运行和测试最新版本的 BigchainDB 服务器非常简单. 确认你有安装最新版本的 [Docker Compose](https://docs.docker.com/compose/install/). 当你准备好了, 打开一个终端并运行: - -```text -git clone https://github.com/bigchaindb/bigchaindb.git -cd bigchaindb -make run -``` - -BigchainDB 应该可以通过 `http://localhost:3333/` 访问. - -这里也有一些其他的命令你可以运行: - -* `make start`: 通过源码和守护进程的方式运行 BigchainDB (通过 `make stop` 停止). -* `make stop`: 停止运行 BigchainDB. -* `make logs`: 附在日志上. -* `make test`: 运行所有单元和验收测试. -* `make test-unit-watch`: 运行所有测试并等待. 每次更改代码时都会再次运行测试. -* `make cov`: 检查代码覆盖率并在浏览器中打开结果. -* `make doc`: 生成 HTML 文档并在浏览器中打开它. -* `make clean`: 删除所有构建, 测试, 覆盖和 Python 生成物. -* `make reset`: 停止并移除所有容器. 警告: 您将丢失存储在 BigchainDB 中的所有数据. - -查看所有可用命令, 请运行 `make`. - -## 一般人员链接 - -* [BigchainDB.com](https://www.bigchaindb.com/) - BigchainDB 主网站, 包括新闻订阅 -* [路线图](https://github.com/bigchaindb/org/blob/master/ROADMAP.md) -* [博客](https://medium.com/the-bigchaindb-blog) -* [推特](https://twitter.com/BigchainDB) - -## 开发人员链接 - -* [所有的 BigchainDB 文档](https://docs.bigchaindb.com/en/latest/) -* [BigchainDB 服务器 文档](https://docs.bigchaindb.com/projects/server/en/latest/index.html) -* [CONTRIBUTING.md](.github/CONTRIBUTING.md) - how to contribute -* [社区指南](CODE_OF_CONDUCT.md) -* [公开问题](https://github.com/bigchaindb/bigchaindb/issues) -* [公开的 pull request](https://github.com/bigchaindb/bigchaindb/pulls) -* [Gitter 聊天室](https://gitter.im/bigchaindb/bigchaindb) - -## 法律声明 - -* [许可](LICENSES.md) - 开源代码 & 开源内容 -* [印记](https://www.bigchaindb.com/imprint/) -* [联系我们](https://www.bigchaindb.com/contact/) diff --git a/README_kor.md b/README_kor.md deleted file mode 100644 index c8d70595..00000000 --- a/README_kor.md +++ /dev/null @@ -1,65 +0,0 @@ -[![Codecov branch](https://img.shields.io/codecov/c/github/bigchaindb/bigchaindb/master.svg)](https://codecov.io/github/bigchaindb/bigchaindb?branch=master) -[![Latest release](https://img.shields.io/github/release/bigchaindb/bigchaindb/all.svg)](https://github.com/bigchaindb/bigchaindb/releases) -[![Status on PyPI](https://img.shields.io/pypi/status/bigchaindb.svg)](https://pypi.org/project/BigchainDB/) -[![Travis branch](https://img.shields.io/travis/bigchaindb/bigchaindb/master.svg)](https://travis-ci.org/bigchaindb/bigchaindb) -[![Documentation Status](https://readthedocs.org/projects/bigchaindb-server/badge/?version=latest)](https://docs.bigchaindb.com/projects/server/en/latest/) -[![Join the chat at https://gitter.im/bigchaindb/bigchaindb](https://badges.gitter.im/bigchaindb/bigchaindb.svg)](https://gitter.im/bigchaindb/bigchaindb?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) - -# BigchainDB 서버 - -BigchaingDB는 블록체인 데이터베이스입니다. 이 저장소는 _BigchaingDB 서버_를 위한 저장소입니다. - -### 기본 사항 - -* [빠른 시작 사용해보기](https://docs.bigchaindb.com/projects/server/en/latest/quickstart.html) -* [BigchainDB 2.0 백서 읽기](https://www.bigchaindb.com/whitepaper/) -* [BigchainDB에 대한 _Hitchiker's Guide_를 확인십시오.](https://www.bigchaindb.com/developers/guide/) - -### `master` Branch에서 BigchainDB 서버 실행 및 테스트 - -BigchaingDB 서버의 최신 버전을 실행하고 테스트하는 것은 어렵지 않습니다. [Docker Compose](https://docs.docker.com/compose/install/)의 최신 버전이 설치되어 있는지 확인하십시오. 준비가 되었다면, 터미널에서 다음을 실행하십시오. - -```text -git clone https://github.com/bigchaindb/bigchaindb.git -cd bigchaindb -make run -``` - -이제 BigchainDB는 `http://localhost:3333/`에 연결되어야 합니다. - -또한, 실행시키기 위한 다른 명령어들도 있습니다. - -* `make start` : 소스로부터 BigchainDB를 실행하고 데몬화합니다. \(이는 `make stop` 을 하면 중지합니다.\) -* `make stop` : BigchainDB를 중지합니다. -* `make logs` : 로그에 첨부합니다. -* `make text` : 모든 유닛과 허가 테스트를 실행합니다. -* `make test-unit-watch` : 모든 테스트를 수행하고 기다립니다. 코드를 변경할 때마다 테스트는 다시 실행될 것입니다. -* `make cov` : 코드 커버리지를 확인하고 브라우저에서 결과를 엽니다. -* `make doc` : HTML 문서를 만들고, 브라우저에서 엽니다. -* `make clean` : 모든 빌드와 테스트, 커버리지 및 파이썬 아티팩트를 제거합니다. -* `make reset` : 모든 컨테이너들을 중지하고 제거합니다. 경고 : BigchainDB에 저장된 모든 데이터를 잃을 수 있습니다. - -사용 가능한 모든 명령어를 보기 위해서는 `make` 를 실행하십시오. - -### 모두를 위한 링크들 - -* [BigchainDB.com ](https://www.bigchaindb.com/)- 뉴스 레터 가입을 포함하는 BigchainDB 주요 웹 사이트 -* [로드맵](https://github.com/bigchaindb/org/blob/master/ROADMAP.md) -* [블로그](https://medium.com/the-bigchaindb-blog) -* [트위터](https://twitter.com/BigchainDB) - -### 개발자들을 위한 링크들 - -* [모든 BigchainDB 문서](https://docs.bigchaindb.com/en/latest/) -* [BigchainDB 서버 문서](https://docs.bigchaindb.com/projects/server/en/latest/index.html) -* [CONTRIBUTING.md](https://github.com/bigchaindb/bigchaindb/blob/master/.github/CONTRIBUTING.md) - 기여를 하는 방법 -* [커뮤니티 가이드라인](https://github.com/bigchaindb/bigchaindb/blob/master/CODE_OF_CONDUCT.md) -* [이슈 작성](https://github.com/bigchaindb/bigchaindb/issues) -* [pull request 하기](https://github.com/bigchaindb/bigchaindb/pulls) -* [Gitter 채팅방](https://gitter.im/bigchaindb/bigchaindb) - -### 합법 - -* [라이선스](https://github.com/bigchaindb/bigchaindb/blob/master/LICENSES.md) - 오픈 소스 & 오픈 콘텐츠 -* [발행](https://www.bigchaindb.com/imprint/) -* [연락처](https://www.bigchaindb.com/contact/) diff --git a/RELEASE_PROCESS.md b/RELEASE_PROCESS.md deleted file mode 100644 index 84e19247..00000000 --- a/RELEASE_PROCESS.md +++ /dev/null @@ -1,101 +0,0 @@ - - -# Our Release Process - -## Notes - -BigchainDB follows -[the Python form of Semantic Versioning](https://packaging.python.org/tutorials/distributing-packages/#choosing-a-versioning-scheme) -(i.e. MAJOR.MINOR.PATCH), -which is almost identical -to [regular semantic versioning](http://semver.org/), but there's no hyphen, e.g. - -- `0.9.0` for a typical final release -- `4.5.2a1` not `4.5.2-a1` for the first Alpha release -- `3.4.5rc2` not `3.4.5-rc2` for Release Candidate 2 - -**Note 1:** For Git tags (which are used to identify releases on GitHub), we append a `v` in front. For example, the Git tag for version `2.0.0a1` was `v2.0.0a1`. - -**Note 2:** For Docker image tags (e.g. on Docker Hub), we use longer version names for Alpha, Beta and Release Candidate releases. For example, the Docker image tag for version `2.0.0a2` was `2.0.0-alpha2`. - -We use `0.9` and `0.9.0` as example version and short-version values below. You should replace those with the correct values for your new version. - -We follow [BEP-1](https://github.com/bigchaindb/BEPs/tree/master/1), which is our variant of C4, the Collective Code Construction Contract, so a release is just a [tagged commit](https://git-scm.com/book/en/v2/Git-Basics-Tagging) on the `master` branch, i.e. a label for a particular Git commit. - -The following steps are what we do to release a new version of _BigchainDB Server_. The steps to release the Python Driver are similar but not the same. - -## Steps - -1. Create a pull request where you make the following changes: - - - Update `CHANGELOG.md` - - Update all Docker image tags in all Kubernetes YAML files (in the `k8s/` directory). - For example, in the files: - - - `k8s/bigchaindb/bigchaindb-ss.yaml` and - - `k8s/dev-setup/bigchaindb.yaml` - - find the line of the form `image: bigchaindb/bigchaindb:0.8.1` and change the version number to the new version number, e.g. `0.9.0`. (This is the Docker image that Kubernetes should pull from Docker Hub.) - Keep in mind that this is a _Docker image tag_ so our naming convention is - a bit different; see Note 2 in the **Notes** section above. - - In `bigchaindb/version.py`: - - update `__version__` to e.g. `0.9.0` (with no `.dev` on the end) - - update `__short_version__` to e.g. `0.9` (with no `.dev` on the end) - - In the docs about installing BigchainDB (and Tendermint), and in the associated scripts, recommend/install a version of Tendermint that _actually works_ with the soon-to-be-released version of BigchainDB. You can find all such references by doing a search for the previously-recommended version number, such as `0.31.5`. - - In `setup.py`, _maybe_ update the development status item in the `classifiers` list. For example, one allowed value is `"Development Status :: 5 - Production/Stable"`. The [allowed values are listed at pypi.python.org](https://pypi.python.org/pypi?%3Aaction=list_classifiers). - -2. **Wait for all the tests to pass!** -3. Merge the pull request into the `master` branch. -4. Go to the [bigchaindb/bigchaindb Releases page on GitHub](https://github.com/bigchaindb/bigchaindb/releases) - and click the "Draft a new release" button. -5. Fill in the details: - - **Tag version:** version number preceded by `v`, e.g. `v0.9.1` - - **Target:** the last commit that was just merged. In other words, that commit will get a Git tag with the value given for tag version above. - - **Title:** Same as tag version above, e.g `v0.9.1` - - **Description:** The body of the changelog entry (Added, Changed, etc.) -6. Click "Publish release" to publish the release on GitHub. -7. On your local computer, make sure you're on the `master` branch and that it's up-to-date with the `master` branch in the bigchaindb/bigchaindb repository (e.g. `git pull upstream master`). We're going to use that to push a new `bigchaindb` package to PyPI. -8. Make sure you have a `~/.pypirc` file containing credentials for PyPI. -9. Do `make release` to build and publish the new `bigchaindb` package on PyPI. For this step you need to have `twine` installed. If you get an error like `Makefile:135: recipe for target 'clean-pyc' failed` then try doing - ```text - sudo chown -R $(whoami):$(whoami) . - ``` -10. [Log in to readthedocs.org](https://readthedocs.org/accounts/login/) and go to the **BigchainDB Server** project, then: - - Click on "Builds", select "latest" from the drop-down menu, then click the "Build Version:" button. - - Wait for the build of "latest" to finish. This can take a few minutes. - - Go to Admin --> Advanced Settings - and make sure that "Default branch:" (i.e. what "latest" points to) - is set to the new release's tag, e.g. `v0.9.1`. - (It won't be an option if you didn't wait for the build of "latest" to finish.) - Then scroll to the bottom and click "Save". - - Go to Admin --> Versions - and under **Choose Active Versions**, do these things: - 1. Make sure that the new version's tag is "Active" and "Public" - 2. Make sure the **stable** branch is _not_ active. - 3. Scroll to the bottom of the page and click "Save". -11. Go to [Docker Hub](https://hub.docker.com/) and sign in, then: - - Click on "Organizations" - - Click on "bigchaindb" - - Click on "bigchaindb/bigchaindb" - - Click on "Build Settings" - - Find the row where "Docker Tag Name" equals `latest` - and change the value of "Name" to the name (Git tag) - of the new release, e.g. `v0.9.0`. - - If the release is an Alpha, Beta or Release Candidate release, - then a new row must be added. - You can do that by clicking the green "+" (plus) icon. - The contents of the new row should be similar to the existing rows - of previous releases like that. - - Click on "Tags" - - Delete the "latest" tag (so we can rebuild it) - - Click on "Build Settings" again - - Click on the "Trigger" button for the "latest" tag and make sure it worked by clicking on "Tags" again - - If the release is an Alpha, Beta or Release Candidate release, - then click on the "Trigger" button for that tag as well. - -Congratulations, you have released a new version of BigchainDB Server! diff --git a/ROADMAP.md b/ROADMAP.md deleted file mode 100644 index e17d52a2..00000000 --- a/ROADMAP.md +++ /dev/null @@ -1,14 +0,0 @@ - - -# BigchainDB Roadmap - -We moved the BigchainDB Roadmap to the bigchaindb/org repository; see: - -[https://github.com/bigchaindb/org/blob/master/ROADMAP.md](https://github.com/bigchaindb/org/blob/master/ROADMAP.md) - -(We kept this file here to avoid breaking some links.) diff --git a/acceptance/README.md b/acceptance/README.md index 319180a3..89dfeb1b 100644 --- a/acceptance/README.md +++ b/acceptance/README.md @@ -1,6 +1,6 @@ diff --git a/acceptance/python/src/test_basic.py b/acceptance/python/src/test_basic.py index bee3480c..fd45b577 100644 --- a/acceptance/python/src/test_basic.py +++ b/acceptance/python/src/test_basic.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors.. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/acceptance/python/src/test_divisible_asset.py b/acceptance/python/src/test_divisible_asset.py index beee81de..8b43cb51 100644 --- a/acceptance/python/src/test_divisible_asset.py +++ b/acceptance/python/src/test_divisible_asset.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/acceptance/python/src/test_double_spend.py b/acceptance/python/src/test_double_spend.py index 3ffb7c06..00ad02f2 100644 --- a/acceptance/python/src/test_double_spend.py +++ b/acceptance/python/src/test_double_spend.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/acceptance/python/src/test_multiple_owners.py b/acceptance/python/src/test_multiple_owners.py index 6e76b770..7918ad16 100644 --- a/acceptance/python/src/test_multiple_owners.py +++ b/acceptance/python/src/test_multiple_owners.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/acceptance/python/src/test_naughty_strings.py b/acceptance/python/src/test_naughty_strings.py index 92acd066..109fc7fd 100644 --- a/acceptance/python/src/test_naughty_strings.py +++ b/acceptance/python/src/test_naughty_strings.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/acceptance/python/src/test_stream.py b/acceptance/python/src/test_stream.py index 38b73691..cb853b96 100644 --- a/acceptance/python/src/test_stream.py +++ b/acceptance/python/src/test_stream.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/README.md b/bigchaindb/README.md index e877b71a..4e5f7878 100644 --- a/bigchaindb/README.md +++ b/bigchaindb/README.md @@ -1,6 +1,6 @@ diff --git a/bigchaindb/__init__.py b/bigchaindb/__init__.py index 9a10cee0..da25cfc3 100644 --- a/bigchaindb/__init__.py +++ b/bigchaindb/__init__.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/backend/README.md b/bigchaindb/backend/README.md index cb510fb6..a233a6ca 100644 --- a/bigchaindb/backend/README.md +++ b/bigchaindb/backend/README.md @@ -1,6 +1,6 @@ diff --git a/bigchaindb/backend/__init__.py b/bigchaindb/backend/__init__.py index 508b7972..aaf9ebfd 100644 --- a/bigchaindb/backend/__init__.py +++ b/bigchaindb/backend/__init__.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/backend/connection.py b/bigchaindb/backend/connection.py index 43ece3c0..ef846a9e 100644 --- a/bigchaindb/backend/connection.py +++ b/bigchaindb/backend/connection.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/backend/exceptions.py b/bigchaindb/backend/exceptions.py index 412a7e5c..544b54ca 100644 --- a/bigchaindb/backend/exceptions.py +++ b/bigchaindb/backend/exceptions.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/backend/localmongodb/__init__.py b/bigchaindb/backend/localmongodb/__init__.py index 2a5e60e3..b30625fd 100644 --- a/bigchaindb/backend/localmongodb/__init__.py +++ b/bigchaindb/backend/localmongodb/__init__.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/backend/localmongodb/connection.py b/bigchaindb/backend/localmongodb/connection.py index dda5b031..0014c368 100644 --- a/bigchaindb/backend/localmongodb/connection.py +++ b/bigchaindb/backend/localmongodb/connection.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/backend/localmongodb/query.py b/bigchaindb/backend/localmongodb/query.py index 217a7757..1446c32d 100644 --- a/bigchaindb/backend/localmongodb/query.py +++ b/bigchaindb/backend/localmongodb/query.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/backend/localmongodb/schema.py b/bigchaindb/backend/localmongodb/schema.py index 1fc8d7d1..75bd9640 100644 --- a/bigchaindb/backend/localmongodb/schema.py +++ b/bigchaindb/backend/localmongodb/schema.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/backend/query.py b/bigchaindb/backend/query.py index b8b634c1..278ce486 100644 --- a/bigchaindb/backend/query.py +++ b/bigchaindb/backend/query.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/backend/schema.py b/bigchaindb/backend/schema.py index b99efafb..323390d6 100644 --- a/bigchaindb/backend/schema.py +++ b/bigchaindb/backend/schema.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/backend/utils.py b/bigchaindb/backend/utils.py index e236d4bd..9fa34a36 100644 --- a/bigchaindb/backend/utils.py +++ b/bigchaindb/backend/utils.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/commands/bigchaindb.py b/bigchaindb/commands/bigchaindb.py index 94fa73a1..2786dca5 100644 --- a/bigchaindb/commands/bigchaindb.py +++ b/bigchaindb/commands/bigchaindb.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/commands/utils.py b/bigchaindb/commands/utils.py index f0a61554..7bc99e61 100644 --- a/bigchaindb/commands/utils.py +++ b/bigchaindb/commands/utils.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/common/crypto.py b/bigchaindb/common/crypto.py index 0466685a..be0c4be7 100644 --- a/bigchaindb/common/crypto.py +++ b/bigchaindb/common/crypto.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/common/exceptions.py b/bigchaindb/common/exceptions.py index 0bc79e24..1e7faec0 100644 --- a/bigchaindb/common/exceptions.py +++ b/bigchaindb/common/exceptions.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/common/schema/README.md b/bigchaindb/common/schema/README.md index 404ac34d..002bc33a 100644 --- a/bigchaindb/common/schema/README.md +++ b/bigchaindb/common/schema/README.md @@ -1,6 +1,6 @@ diff --git a/bigchaindb/common/schema/__init__.py b/bigchaindb/common/schema/__init__.py index dd4737d8..fcd8a5ea 100644 --- a/bigchaindb/common/schema/__init__.py +++ b/bigchaindb/common/schema/__init__.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/common/schema/transaction_chain_migration_election_v2.0.yaml b/bigchaindb/common/schema/transaction_chain_migration_election_v2.0.yaml index 97bb55ad..904a0757 100644 --- a/bigchaindb/common/schema/transaction_chain_migration_election_v2.0.yaml +++ b/bigchaindb/common/schema/transaction_chain_migration_election_v2.0.yaml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/common/schema/transaction_create_v1.0.yaml b/bigchaindb/common/schema/transaction_create_v1.0.yaml index 1472eba4..b0fca523 100644 --- a/bigchaindb/common/schema/transaction_create_v1.0.yaml +++ b/bigchaindb/common/schema/transaction_create_v1.0.yaml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/common/schema/transaction_create_v2.0.yaml b/bigchaindb/common/schema/transaction_create_v2.0.yaml index 3623db72..1f2ff088 100644 --- a/bigchaindb/common/schema/transaction_create_v2.0.yaml +++ b/bigchaindb/common/schema/transaction_create_v2.0.yaml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/common/schema/transaction_transfer_v1.0.yaml b/bigchaindb/common/schema/transaction_transfer_v1.0.yaml index dda4306e..b2a571e7 100644 --- a/bigchaindb/common/schema/transaction_transfer_v1.0.yaml +++ b/bigchaindb/common/schema/transaction_transfer_v1.0.yaml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/common/schema/transaction_transfer_v2.0.yaml b/bigchaindb/common/schema/transaction_transfer_v2.0.yaml index dda4306e..b2a571e7 100644 --- a/bigchaindb/common/schema/transaction_transfer_v2.0.yaml +++ b/bigchaindb/common/schema/transaction_transfer_v2.0.yaml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/common/schema/transaction_v1.0.yaml b/bigchaindb/common/schema/transaction_v1.0.yaml index b23a0bfe..904c0555 100644 --- a/bigchaindb/common/schema/transaction_v1.0.yaml +++ b/bigchaindb/common/schema/transaction_v1.0.yaml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/common/schema/transaction_v2.0.yaml b/bigchaindb/common/schema/transaction_v2.0.yaml index 8ba8bd11..9c005e9d 100644 --- a/bigchaindb/common/schema/transaction_v2.0.yaml +++ b/bigchaindb/common/schema/transaction_v2.0.yaml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/common/schema/transaction_validator_election_v2.0.yaml b/bigchaindb/common/schema/transaction_validator_election_v2.0.yaml index acf473a2..14fe9a1b 100644 --- a/bigchaindb/common/schema/transaction_validator_election_v2.0.yaml +++ b/bigchaindb/common/schema/transaction_validator_election_v2.0.yaml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/common/schema/transaction_vote_v2.0.yaml b/bigchaindb/common/schema/transaction_vote_v2.0.yaml index af5aba64..bd5e64b0 100644 --- a/bigchaindb/common/schema/transaction_vote_v2.0.yaml +++ b/bigchaindb/common/schema/transaction_vote_v2.0.yaml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/common/transaction.py b/bigchaindb/common/transaction.py index e70fbe4a..cf323cd8 100644 --- a/bigchaindb/common/transaction.py +++ b/bigchaindb/common/transaction.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/common/transaction_mode_types.py b/bigchaindb/common/transaction_mode_types.py index 63127024..def0eaee 100644 --- a/bigchaindb/common/transaction_mode_types.py +++ b/bigchaindb/common/transaction_mode_types.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/common/utils.py b/bigchaindb/common/utils.py index 2beedd9b..06d555a3 100644 --- a/bigchaindb/common/utils.py +++ b/bigchaindb/common/utils.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/config_utils.py b/bigchaindb/config_utils.py index 98ae9079..cd45b6c1 100644 --- a/bigchaindb/config_utils.py +++ b/bigchaindb/config_utils.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/core.py b/bigchaindb/core.py index 4898ee94..7bf4454f 100644 --- a/bigchaindb/core.py +++ b/bigchaindb/core.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/elections/election.py b/bigchaindb/elections/election.py index fe13db2d..77276e63 100644 --- a/bigchaindb/elections/election.py +++ b/bigchaindb/elections/election.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 from collections import OrderedDict diff --git a/bigchaindb/elections/vote.py b/bigchaindb/elections/vote.py index df6ec46a..dc71ad22 100644 --- a/bigchaindb/elections/vote.py +++ b/bigchaindb/elections/vote.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/events.py b/bigchaindb/events.py index 1df33171..a6fa01e5 100644 --- a/bigchaindb/events.py +++ b/bigchaindb/events.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/exceptions.py b/bigchaindb/exceptions.py index 97ac6a73..460e8a36 100644 --- a/bigchaindb/exceptions.py +++ b/bigchaindb/exceptions.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/fastquery.py b/bigchaindb/fastquery.py index 983b5d61..5ed61a4b 100644 --- a/bigchaindb/fastquery.py +++ b/bigchaindb/fastquery.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/lib.py b/bigchaindb/lib.py index f51f8754..1aea564f 100644 --- a/bigchaindb/lib.py +++ b/bigchaindb/lib.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/log.py b/bigchaindb/log.py index 9023b646..3e393b9f 100644 --- a/bigchaindb/log.py +++ b/bigchaindb/log.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/models.py b/bigchaindb/models.py index a1d5e5fa..97c6f701 100644 --- a/bigchaindb/models.py +++ b/bigchaindb/models.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/parallel_validation.py b/bigchaindb/parallel_validation.py index 0518c68e..0052008d 100644 --- a/bigchaindb/parallel_validation.py +++ b/bigchaindb/parallel_validation.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/start.py b/bigchaindb/start.py index 71d96533..3c0cffcc 100644 --- a/bigchaindb/start.py +++ b/bigchaindb/start.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/tendermint_utils.py b/bigchaindb/tendermint_utils.py index 2945b15b..d61dd2ba 100644 --- a/bigchaindb/tendermint_utils.py +++ b/bigchaindb/tendermint_utils.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/upsert_validator/__init__.py b/bigchaindb/upsert_validator/__init__.py index a0f13f56..3f2bcef2 100644 --- a/bigchaindb/upsert_validator/__init__.py +++ b/bigchaindb/upsert_validator/__init__.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/upsert_validator/validator_election.py b/bigchaindb/upsert_validator/validator_election.py index d004af60..ba7d76d7 100644 --- a/bigchaindb/upsert_validator/validator_election.py +++ b/bigchaindb/upsert_validator/validator_election.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/utils.py b/bigchaindb/utils.py index 0dd796ce..1b05324e 100644 --- a/bigchaindb/utils.py +++ b/bigchaindb/utils.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/validation.py b/bigchaindb/validation.py index 3775561c..b4fda053 100644 --- a/bigchaindb/validation.py +++ b/bigchaindb/validation.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/version.py b/bigchaindb/version.py index 9375ccc8..ca606f65 100644 --- a/bigchaindb/version.py +++ b/bigchaindb/version.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/web/routes.py b/bigchaindb/web/routes.py index 58923b01..ad8edfd3 100644 --- a/bigchaindb/web/routes.py +++ b/bigchaindb/web/routes.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/web/server.py b/bigchaindb/web/server.py index f57284a4..6891dbed 100644 --- a/bigchaindb/web/server.py +++ b/bigchaindb/web/server.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/web/strip_content_type_middleware.py b/bigchaindb/web/strip_content_type_middleware.py index 54e9289c..af1e431b 100644 --- a/bigchaindb/web/strip_content_type_middleware.py +++ b/bigchaindb/web/strip_content_type_middleware.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/web/views/assets.py b/bigchaindb/web/views/assets.py index 13e49c89..5b316e42 100644 --- a/bigchaindb/web/views/assets.py +++ b/bigchaindb/web/views/assets.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/web/views/base.py b/bigchaindb/web/views/base.py index 6fa24981..69332201 100644 --- a/bigchaindb/web/views/base.py +++ b/bigchaindb/web/views/base.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/web/views/blocks.py b/bigchaindb/web/views/blocks.py index ae5d61f9..aee14a7e 100644 --- a/bigchaindb/web/views/blocks.py +++ b/bigchaindb/web/views/blocks.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/web/views/info.py b/bigchaindb/web/views/info.py index 2444a66d..104cdcbf 100644 --- a/bigchaindb/web/views/info.py +++ b/bigchaindb/web/views/info.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/web/views/metadata.py b/bigchaindb/web/views/metadata.py index 684c9f73..160fc9a2 100644 --- a/bigchaindb/web/views/metadata.py +++ b/bigchaindb/web/views/metadata.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/web/views/outputs.py b/bigchaindb/web/views/outputs.py index 0b9565ac..696365ca 100644 --- a/bigchaindb/web/views/outputs.py +++ b/bigchaindb/web/views/outputs.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/web/views/parameters.py b/bigchaindb/web/views/parameters.py index 2e0be473..1e8d123c 100644 --- a/bigchaindb/web/views/parameters.py +++ b/bigchaindb/web/views/parameters.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/web/views/transactions.py b/bigchaindb/web/views/transactions.py index d0c07522..36208437 100644 --- a/bigchaindb/web/views/transactions.py +++ b/bigchaindb/web/views/transactions.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/web/views/validators.py b/bigchaindb/web/views/validators.py index 5e751f03..005c62f6 100644 --- a/bigchaindb/web/views/validators.py +++ b/bigchaindb/web/views/validators.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/web/websocket_server.py b/bigchaindb/web/websocket_server.py index 4119f82c..f481bae0 100644 --- a/bigchaindb/web/websocket_server.py +++ b/bigchaindb/web/websocket_server.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/codecov.yml b/codecov.yml index 3643618c..dbd8cdf4 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/README.md b/docs/README.md index 3bcc51e8..0994c606 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,6 +1,6 @@ diff --git a/docs/root/generate_http_server_api_documentation.py b/docs/root/generate_http_server_api_documentation.py index a06f82ac..acdc1166 100644 --- a/docs/root/generate_http_server_api_documentation.py +++ b/docs/root/generate_http_server_api_documentation.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/root/source/about-bigchaindb.rst b/docs/root/source/about-bigchaindb.rst index 977d0fe4..b49966f4 100644 --- a/docs/root/source/about-bigchaindb.rst +++ b/docs/root/source/about-bigchaindb.rst @@ -1,6 +1,6 @@ -.. Copyright © 2020 Interplanetary Database Association e.V., - BigchainDB and IPDB software contributors. +.. Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., + Rubilink-Blockchain and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/root/source/basic-usage.md b/docs/root/source/basic-usage.md index a0503b45..735244f2 100644 --- a/docs/root/source/basic-usage.md +++ b/docs/root/source/basic-usage.md @@ -1,6 +1,6 @@ diff --git a/docs/root/source/conf.py b/docs/root/source/conf.py index cba72378..421b468f 100644 --- a/docs/root/source/conf.py +++ b/docs/root/source/conf.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 @@ -272,7 +272,7 @@ html_static_path = ['_static'] # # html_show_sphinx = True -# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True. +# If true, "(C) Rubilink-blockchain ..." is shown in the HTML footer. Default is True. # # html_show_copyright = True diff --git a/docs/root/source/contributing/cross-project-policies/code-of-conduct.md b/docs/root/source/contributing/cross-project-policies/code-of-conduct.md index 4dff95cd..5b0732ab 100644 --- a/docs/root/source/contributing/cross-project-policies/code-of-conduct.md +++ b/docs/root/source/contributing/cross-project-policies/code-of-conduct.md @@ -1,6 +1,6 @@ diff --git a/docs/root/source/contributing/cross-project-policies/index.rst b/docs/root/source/contributing/cross-project-policies/index.rst index ac74879d..07022015 100644 --- a/docs/root/source/contributing/cross-project-policies/index.rst +++ b/docs/root/source/contributing/cross-project-policies/index.rst @@ -1,6 +1,6 @@ -.. Copyright © 2020 Interplanetary Database Association e.V., - BigchainDB and IPDB software contributors. +.. # Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., + # Rubilink-Blockchain and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/root/source/contributing/cross-project-policies/python-style-guide.md b/docs/root/source/contributing/cross-project-policies/python-style-guide.md index 5cdb39b8..5908aaa4 100644 --- a/docs/root/source/contributing/cross-project-policies/python-style-guide.md +++ b/docs/root/source/contributing/cross-project-policies/python-style-guide.md @@ -1,6 +1,6 @@ diff --git a/docs/root/source/contributing/cross-project-policies/release-process.md b/docs/root/source/contributing/cross-project-policies/release-process.md index 84e19247..5571945a 100644 --- a/docs/root/source/contributing/cross-project-policies/release-process.md +++ b/docs/root/source/contributing/cross-project-policies/release-process.md @@ -1,6 +1,6 @@ diff --git a/docs/root/source/contributing/dev-setup-coding-and-contribution-process/index.rst b/docs/root/source/contributing/dev-setup-coding-and-contribution-process/index.rst index 79b8b418..f8cd2c89 100644 --- a/docs/root/source/contributing/dev-setup-coding-and-contribution-process/index.rst +++ b/docs/root/source/contributing/dev-setup-coding-and-contribution-process/index.rst @@ -1,6 +1,6 @@ -.. Copyright © 2020 Interplanetary Database Association e.V., - BigchainDB and IPDB software contributors. +.. # Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., + # Rubilink-Blockchain and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/root/source/contributing/dev-setup-coding-and-contribution-process/run-dev-network-ansible.md b/docs/root/source/contributing/dev-setup-coding-and-contribution-process/run-dev-network-ansible.md index b0be5356..6b66c7f4 100644 --- a/docs/root/source/contributing/dev-setup-coding-and-contribution-process/run-dev-network-ansible.md +++ b/docs/root/source/contributing/dev-setup-coding-and-contribution-process/run-dev-network-ansible.md @@ -1,6 +1,6 @@ diff --git a/docs/root/source/contributing/dev-setup-coding-and-contribution-process/run-dev-network-stack.md b/docs/root/source/contributing/dev-setup-coding-and-contribution-process/run-dev-network-stack.md index 2a10c75e..ab4d5868 100644 --- a/docs/root/source/contributing/dev-setup-coding-and-contribution-process/run-dev-network-stack.md +++ b/docs/root/source/contributing/dev-setup-coding-and-contribution-process/run-dev-network-stack.md @@ -1,6 +1,6 @@ diff --git a/docs/root/source/contributing/dev-setup-coding-and-contribution-process/run-node-as-processes.md b/docs/root/source/contributing/dev-setup-coding-and-contribution-process/run-node-as-processes.md index 47a2a5e1..1c332ef0 100644 --- a/docs/root/source/contributing/dev-setup-coding-and-contribution-process/run-node-as-processes.md +++ b/docs/root/source/contributing/dev-setup-coding-and-contribution-process/run-node-as-processes.md @@ -1,6 +1,6 @@ diff --git a/docs/root/source/contributing/dev-setup-coding-and-contribution-process/run-node-with-docker-compose.md b/docs/root/source/contributing/dev-setup-coding-and-contribution-process/run-node-with-docker-compose.md index e7e07f37..adad77a9 100644 --- a/docs/root/source/contributing/dev-setup-coding-and-contribution-process/run-node-with-docker-compose.md +++ b/docs/root/source/contributing/dev-setup-coding-and-contribution-process/run-node-with-docker-compose.md @@ -1,6 +1,6 @@ diff --git a/docs/root/source/contributing/dev-setup-coding-and-contribution-process/write-code.rst b/docs/root/source/contributing/dev-setup-coding-and-contribution-process/write-code.rst index d750bc4b..3b31a07a 100644 --- a/docs/root/source/contributing/dev-setup-coding-and-contribution-process/write-code.rst +++ b/docs/root/source/contributing/dev-setup-coding-and-contribution-process/write-code.rst @@ -1,6 +1,6 @@ -.. Copyright © 2020 Interplanetary Database Association e.V., - BigchainDB and IPDB software contributors. +.. # Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., + # Rubilink-Blockchain and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/root/source/contributing/index.rst b/docs/root/source/contributing/index.rst index cd1aad6d..e385feac 100644 --- a/docs/root/source/contributing/index.rst +++ b/docs/root/source/contributing/index.rst @@ -1,6 +1,6 @@ -.. Copyright © 2020 Interplanetary Database Association e.V., - BigchainDB and IPDB software contributors. +.. # Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., + # Rubilink-Blockchain and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/root/source/contributing/ways-to-contribute/index.rst b/docs/root/source/contributing/ways-to-contribute/index.rst index 008ae6e3..d96bb88a 100644 --- a/docs/root/source/contributing/ways-to-contribute/index.rst +++ b/docs/root/source/contributing/ways-to-contribute/index.rst @@ -1,6 +1,6 @@ -.. Copyright © 2020 Interplanetary Database Association e.V., - BigchainDB and IPDB software contributors. +.. # Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., + Rubilink-Blockchain and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/root/source/contributing/ways-to-contribute/report-a-bug.md b/docs/root/source/contributing/ways-to-contribute/report-a-bug.md index da91f94f..db00bd18 100644 --- a/docs/root/source/contributing/ways-to-contribute/report-a-bug.md +++ b/docs/root/source/contributing/ways-to-contribute/report-a-bug.md @@ -1,6 +1,6 @@ diff --git a/docs/root/source/contributing/ways-to-contribute/write-docs.md b/docs/root/source/contributing/ways-to-contribute/write-docs.md index 246bf9dc..65262516 100644 --- a/docs/root/source/contributing/ways-to-contribute/write-docs.md +++ b/docs/root/source/contributing/ways-to-contribute/write-docs.md @@ -1,6 +1,6 @@ diff --git a/docs/root/source/drivers/index.rst b/docs/root/source/drivers/index.rst index f7338441..16e12889 100644 --- a/docs/root/source/drivers/index.rst +++ b/docs/root/source/drivers/index.rst @@ -1,6 +1,6 @@ -.. Copyright © 2020 Interplanetary Database Association e.V., - BigchainDB and IPDB software contributors. +.. # Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., + # Rubilink-Blockchain and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/root/source/index.rst b/docs/root/source/index.rst index f0c5cbd5..32249df4 100644 --- a/docs/root/source/index.rst +++ b/docs/root/source/index.rst @@ -1,6 +1,6 @@ -.. Copyright © 2020 Interplanetary Database Association e.V., - BigchainDB and IPDB software contributors. +.. Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., + Rubilink-Blockchain and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/root/source/installation/api/http-client-server-api.rst b/docs/root/source/installation/api/http-client-server-api.rst index 1a32fca5..ccc4e5fe 100644 --- a/docs/root/source/installation/api/http-client-server-api.rst +++ b/docs/root/source/installation/api/http-client-server-api.rst @@ -1,6 +1,6 @@ -.. Copyright © 2020 Interplanetary Database Association e.V., - BigchainDB and IPDB software contributors. +.. # Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., + Rubilink-Blockchain and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/root/source/installation/api/index.rst b/docs/root/source/installation/api/index.rst index 6ed5d06e..62336820 100644 --- a/docs/root/source/installation/api/index.rst +++ b/docs/root/source/installation/api/index.rst @@ -1,6 +1,6 @@ -.. Copyright © 2020 Interplanetary Database Association e.V., - BigchainDB and IPDB software contributors. +.. Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., + Rubilink-Blockchain and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/root/source/installation/api/websocket-event-stream-api.rst b/docs/root/source/installation/api/websocket-event-stream-api.rst index 7233b5eb..d2fa4b8e 100644 --- a/docs/root/source/installation/api/websocket-event-stream-api.rst +++ b/docs/root/source/installation/api/websocket-event-stream-api.rst @@ -1,9 +1,7 @@ - -.. Copyright © 2020 Interplanetary Database Association e.V., - BigchainDB and IPDB software contributors. +.. Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., + Rubilink-Blockchain and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 - .. _the-websocket-event-stream-api: The WebSocket Event Stream API diff --git a/docs/root/source/installation/appendices/cryptography.rst b/docs/root/source/installation/appendices/cryptography.rst index 6b3847cb..b1b52377 100644 --- a/docs/root/source/installation/appendices/cryptography.rst +++ b/docs/root/source/installation/appendices/cryptography.rst @@ -1,6 +1,5 @@ - -.. Copyright © 2020 Interplanetary Database Association e.V., - BigchainDB and IPDB software contributors. +.. Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., + Rubilink-Blockchain and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/root/source/installation/appendices/firewall-notes.md b/docs/root/source/installation/appendices/firewall-notes.md index 21605ef7..6ae637d0 100644 --- a/docs/root/source/installation/appendices/firewall-notes.md +++ b/docs/root/source/installation/appendices/firewall-notes.md @@ -1,6 +1,6 @@ diff --git a/docs/root/source/installation/appendices/generate-key-pair-for-ssh.md b/docs/root/source/installation/appendices/generate-key-pair-for-ssh.md index 4acdc68d..a8206691 100644 --- a/docs/root/source/installation/appendices/generate-key-pair-for-ssh.md +++ b/docs/root/source/installation/appendices/generate-key-pair-for-ssh.md @@ -1,6 +1,6 @@ diff --git a/docs/root/source/installation/appendices/index.rst b/docs/root/source/installation/appendices/index.rst index 2ee88916..9717194f 100755 --- a/docs/root/source/installation/appendices/index.rst +++ b/docs/root/source/installation/appendices/index.rst @@ -1,6 +1,5 @@ - -.. Copyright © 2020 Interplanetary Database Association e.V., - BigchainDB and IPDB software contributors. +.. Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., + Rubilink-Blockchain and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/root/source/installation/appendices/licenses.md b/docs/root/source/installation/appendices/licenses.md index a8721afc..3a72f027 100644 --- a/docs/root/source/installation/appendices/licenses.md +++ b/docs/root/source/installation/appendices/licenses.md @@ -1,6 +1,6 @@ diff --git a/docs/root/source/installation/appendices/log-rotation.md b/docs/root/source/installation/appendices/log-rotation.md index f63b15d4..404513a5 100644 --- a/docs/root/source/installation/appendices/log-rotation.md +++ b/docs/root/source/installation/appendices/log-rotation.md @@ -1,6 +1,6 @@ diff --git a/docs/root/source/installation/appendices/ntp-notes.md b/docs/root/source/installation/appendices/ntp-notes.md index de236cc5..ac306a6a 100644 --- a/docs/root/source/installation/appendices/ntp-notes.md +++ b/docs/root/source/installation/appendices/ntp-notes.md @@ -1,6 +1,6 @@ diff --git a/docs/root/source/installation/commands-and-backend/backend.rst b/docs/root/source/installation/commands-and-backend/backend.rst index bb094992..a0fbe894 100644 --- a/docs/root/source/installation/commands-and-backend/backend.rst +++ b/docs/root/source/installation/commands-and-backend/backend.rst @@ -1,6 +1,5 @@ - -.. Copyright © 2020 Interplanetary Database Association e.V., - BigchainDB and IPDB software contributors. +.. Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., + Rubilink-Blockchain and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/root/source/installation/commands-and-backend/commands.rst b/docs/root/source/installation/commands-and-backend/commands.rst index 099755d2..25c660f3 100644 --- a/docs/root/source/installation/commands-and-backend/commands.rst +++ b/docs/root/source/installation/commands-and-backend/commands.rst @@ -1,6 +1,6 @@ -.. Copyright © 2020 Interplanetary Database Association e.V., - BigchainDB and IPDB software contributors. +.. Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., + Rubilink-Blockchain and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/root/source/installation/commands-and-backend/index.rst b/docs/root/source/installation/commands-and-backend/index.rst index 2cbc2fcd..73ceb260 100644 --- a/docs/root/source/installation/commands-and-backend/index.rst +++ b/docs/root/source/installation/commands-and-backend/index.rst @@ -1,6 +1,5 @@ - -.. Copyright © 2020 Interplanetary Database Association e.V., - BigchainDB and IPDB software contributors. +.. Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., + Rubilink-Blockchain and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/root/source/installation/commands-and-backend/the-bigchaindb-class.rst b/docs/root/source/installation/commands-and-backend/the-bigchaindb-class.rst index 9f217c5a..993990de 100644 --- a/docs/root/source/installation/commands-and-backend/the-bigchaindb-class.rst +++ b/docs/root/source/installation/commands-and-backend/the-bigchaindb-class.rst @@ -1,9 +1,7 @@ - -.. Copyright © 2020 Interplanetary Database Association e.V., - BigchainDB and IPDB software contributors. +.. Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., + Rubilink-Blockchain and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 - #################### The BigchainDB Class #################### diff --git a/docs/root/source/installation/index.rst b/docs/root/source/installation/index.rst index b16c9eda..be66dbf4 100644 --- a/docs/root/source/installation/index.rst +++ b/docs/root/source/installation/index.rst @@ -1,6 +1,6 @@ -.. Copyright © 2020 Interplanetary Database Association e.V., - BigchainDB and IPDB software contributors. +.. # Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., + # Rubilink-Blockchain and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/root/source/installation/network-setup/index.rst b/docs/root/source/installation/network-setup/index.rst index 386920e6..4359edd3 100644 --- a/docs/root/source/installation/network-setup/index.rst +++ b/docs/root/source/installation/network-setup/index.rst @@ -1,6 +1,5 @@ - -.. Copyright © 2020 Interplanetary Database Association e.V., - BigchainDB and IPDB software contributors. +.. Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., + Rubilink-Blockchain and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/root/source/installation/network-setup/k8s-deployment-template/architecture.rst b/docs/root/source/installation/network-setup/k8s-deployment-template/architecture.rst index c996eaff..042df5dc 100644 --- a/docs/root/source/installation/network-setup/k8s-deployment-template/architecture.rst +++ b/docs/root/source/installation/network-setup/k8s-deployment-template/architecture.rst @@ -1,6 +1,5 @@ - -.. Copyright © 2020 Interplanetary Database Association e.V., - BigchainDB and IPDB software contributors. +.. Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., + Rubilink-Blockchain and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/root/source/installation/network-setup/k8s-deployment-template/bigchaindb-network-on-kubernetes.rst b/docs/root/source/installation/network-setup/k8s-deployment-template/bigchaindb-network-on-kubernetes.rst index e50502bf..ed5a650f 100644 --- a/docs/root/source/installation/network-setup/k8s-deployment-template/bigchaindb-network-on-kubernetes.rst +++ b/docs/root/source/installation/network-setup/k8s-deployment-template/bigchaindb-network-on-kubernetes.rst @@ -1,9 +1,7 @@ - -.. Copyright © 2020 Interplanetary Database Association e.V., - BigchainDB and IPDB software contributors. +.. Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., + Rubilink-Blockchain and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 - .. _kubernetes-template-deploy-bigchaindb-network: Kubernetes Template: Deploying a BigchainDB network diff --git a/docs/root/source/installation/network-setup/k8s-deployment-template/ca-installation.rst b/docs/root/source/installation/network-setup/k8s-deployment-template/ca-installation.rst index 688c42a5..b22046af 100644 --- a/docs/root/source/installation/network-setup/k8s-deployment-template/ca-installation.rst +++ b/docs/root/source/installation/network-setup/k8s-deployment-template/ca-installation.rst @@ -1,9 +1,8 @@ -.. Copyright © 2020 Interplanetary Database Association e.V., - BigchainDB and IPDB software contributors. +.. Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., + Rubilink-Blockchain and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 - .. _how-to-set-up-a-self-signed-certificate-authority: How to Set Up a Self-Signed Certificate Authority diff --git a/docs/root/source/installation/network-setup/k8s-deployment-template/client-tls-certificate.rst b/docs/root/source/installation/network-setup/k8s-deployment-template/client-tls-certificate.rst index 77f821b5..49a0f747 100644 --- a/docs/root/source/installation/network-setup/k8s-deployment-template/client-tls-certificate.rst +++ b/docs/root/source/installation/network-setup/k8s-deployment-template/client-tls-certificate.rst @@ -1,6 +1,6 @@ -.. Copyright © 2020 Interplanetary Database Association e.V., - BigchainDB and IPDB software contributors. +.. Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., + Rubilink-Blockchain and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/root/source/installation/network-setup/k8s-deployment-template/cloud-manager.rst b/docs/root/source/installation/network-setup/k8s-deployment-template/cloud-manager.rst index 95bd88ab..08e5aa28 100644 --- a/docs/root/source/installation/network-setup/k8s-deployment-template/cloud-manager.rst +++ b/docs/root/source/installation/network-setup/k8s-deployment-template/cloud-manager.rst @@ -1,6 +1,6 @@ -.. Copyright © 2020 Interplanetary Database Association e.V., - BigchainDB and IPDB software contributors. +.. Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., + Rubilink-Blockchain and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/root/source/installation/network-setup/k8s-deployment-template/easy-rsa.rst b/docs/root/source/installation/network-setup/k8s-deployment-template/easy-rsa.rst index ed242f9e..8d17fac0 100644 --- a/docs/root/source/installation/network-setup/k8s-deployment-template/easy-rsa.rst +++ b/docs/root/source/installation/network-setup/k8s-deployment-template/easy-rsa.rst @@ -1,9 +1,8 @@ -.. Copyright © 2020 Interplanetary Database Association e.V., - BigchainDB and IPDB software contributors. +.. Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., + Rubilink-Blockchain and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 - .. _how-to-install-and-configure-easyrsa: How to Install & Configure Easy-RSA diff --git a/docs/root/source/installation/network-setup/k8s-deployment-template/index.rst b/docs/root/source/installation/network-setup/k8s-deployment-template/index.rst index a79b95ab..b5a14f5a 100644 --- a/docs/root/source/installation/network-setup/k8s-deployment-template/index.rst +++ b/docs/root/source/installation/network-setup/k8s-deployment-template/index.rst @@ -1,9 +1,8 @@ -.. Copyright © 2020 Interplanetary Database Association e.V., - BigchainDB and IPDB software contributors. +.. Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., + Rubilink-Blockchain and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 - .. _kubernetes-deployment-template: Kubernetes Deployment Template diff --git a/docs/root/source/installation/network-setup/k8s-deployment-template/log-analytics.rst b/docs/root/source/installation/network-setup/k8s-deployment-template/log-analytics.rst index fd056f5b..77cc6dee 100644 --- a/docs/root/source/installation/network-setup/k8s-deployment-template/log-analytics.rst +++ b/docs/root/source/installation/network-setup/k8s-deployment-template/log-analytics.rst @@ -1,6 +1,6 @@ -.. Copyright © 2020 Interplanetary Database Association e.V., - BigchainDB and IPDB software contributors. +.. Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., + Rubilink-Blockchain and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/root/source/installation/network-setup/k8s-deployment-template/node-config-map-and-secrets.rst b/docs/root/source/installation/network-setup/k8s-deployment-template/node-config-map-and-secrets.rst index c40058b8..3f8850fd 100644 --- a/docs/root/source/installation/network-setup/k8s-deployment-template/node-config-map-and-secrets.rst +++ b/docs/root/source/installation/network-setup/k8s-deployment-template/node-config-map-and-secrets.rst @@ -1,6 +1,6 @@ -.. Copyright © 2020 Interplanetary Database Association e.V., - BigchainDB and IPDB software contributors. +.. Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., + Rubilink-Blockchain and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/root/source/installation/network-setup/k8s-deployment-template/node-on-kubernetes.rst b/docs/root/source/installation/network-setup/k8s-deployment-template/node-on-kubernetes.rst index 9a705e62..19bdb88f 100644 --- a/docs/root/source/installation/network-setup/k8s-deployment-template/node-on-kubernetes.rst +++ b/docs/root/source/installation/network-setup/k8s-deployment-template/node-on-kubernetes.rst @@ -1,6 +1,6 @@ -.. Copyright © 2020 Interplanetary Database Association e.V., - BigchainDB and IPDB software contributors. +.. Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., + Rubilink-Blockchain and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/root/source/installation/network-setup/k8s-deployment-template/revoke-tls-certificate.rst b/docs/root/source/installation/network-setup/k8s-deployment-template/revoke-tls-certificate.rst index bdfe0a17..8f8db1ad 100644 --- a/docs/root/source/installation/network-setup/k8s-deployment-template/revoke-tls-certificate.rst +++ b/docs/root/source/installation/network-setup/k8s-deployment-template/revoke-tls-certificate.rst @@ -1,6 +1,6 @@ -.. Copyright © 2020 Interplanetary Database Association e.V., - BigchainDB and IPDB software contributors. +.. Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., + Rubilink-Blockchain and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/root/source/installation/network-setup/k8s-deployment-template/server-tls-certificate.rst b/docs/root/source/installation/network-setup/k8s-deployment-template/server-tls-certificate.rst index 8d1551df..6dfd39c8 100644 --- a/docs/root/source/installation/network-setup/k8s-deployment-template/server-tls-certificate.rst +++ b/docs/root/source/installation/network-setup/k8s-deployment-template/server-tls-certificate.rst @@ -1,9 +1,8 @@ -.. Copyright © 2020 Interplanetary Database Association e.V., - BigchainDB and IPDB software contributors. +.. Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., + Rubilink-Blockchain and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 - .. _how-to-generate-a-server-certificate-for-mongodb: How to Generate a Server Certificate for MongoDB diff --git a/docs/root/source/installation/network-setup/k8s-deployment-template/tectonic-azure.rst b/docs/root/source/installation/network-setup/k8s-deployment-template/tectonic-azure.rst index fffddd25..af057dcc 100644 --- a/docs/root/source/installation/network-setup/k8s-deployment-template/tectonic-azure.rst +++ b/docs/root/source/installation/network-setup/k8s-deployment-template/tectonic-azure.rst @@ -1,6 +1,6 @@ -.. Copyright © 2020 Interplanetary Database Association e.V., - BigchainDB and IPDB software contributors. +.. Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., + Rubilink-Blockchain and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/root/source/installation/network-setup/k8s-deployment-template/template-kubernetes-azure.rst b/docs/root/source/installation/network-setup/k8s-deployment-template/template-kubernetes-azure.rst index c1fc5692..f2743396 100644 --- a/docs/root/source/installation/network-setup/k8s-deployment-template/template-kubernetes-azure.rst +++ b/docs/root/source/installation/network-setup/k8s-deployment-template/template-kubernetes-azure.rst @@ -1,6 +1,6 @@ -.. Copyright © 2020 Interplanetary Database Association e.V., - BigchainDB and IPDB software contributors. +.. Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., + Rubilink-Blockchain and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/root/source/installation/network-setup/k8s-deployment-template/troubleshoot.rst b/docs/root/source/installation/network-setup/k8s-deployment-template/troubleshoot.rst index 2566d34f..3b67b7ad 100644 --- a/docs/root/source/installation/network-setup/k8s-deployment-template/troubleshoot.rst +++ b/docs/root/source/installation/network-setup/k8s-deployment-template/troubleshoot.rst @@ -1,6 +1,6 @@ -.. Copyright © 2020 Interplanetary Database Association e.V., - BigchainDB and IPDB software contributors. +.. Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., + Rubilink-Blockchain and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/root/source/installation/network-setup/k8s-deployment-template/upgrade-on-kubernetes.rst b/docs/root/source/installation/network-setup/k8s-deployment-template/upgrade-on-kubernetes.rst index 179d7cd1..b3591b2a 100644 --- a/docs/root/source/installation/network-setup/k8s-deployment-template/upgrade-on-kubernetes.rst +++ b/docs/root/source/installation/network-setup/k8s-deployment-template/upgrade-on-kubernetes.rst @@ -1,6 +1,6 @@ -.. Copyright © 2020 Interplanetary Database Association e.V., - BigchainDB and IPDB software contributors. +.. Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., + Rubilink-Blockchain and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/root/source/installation/network-setup/k8s-deployment-template/workflow.rst b/docs/root/source/installation/network-setup/k8s-deployment-template/workflow.rst index fd08a86d..ee81fd69 100644 --- a/docs/root/source/installation/network-setup/k8s-deployment-template/workflow.rst +++ b/docs/root/source/installation/network-setup/k8s-deployment-template/workflow.rst @@ -1,6 +1,6 @@ -.. Copyright © 2020 Interplanetary Database Association e.V., - BigchainDB and IPDB software contributors. +.. Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., + Rubilink-Blockchain and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/root/source/installation/network-setup/network-setup.md b/docs/root/source/installation/network-setup/network-setup.md index 71e0fc9e..f99fa793 100644 --- a/docs/root/source/installation/network-setup/network-setup.md +++ b/docs/root/source/installation/network-setup/network-setup.md @@ -1,6 +1,6 @@ diff --git a/docs/root/source/installation/network-setup/networks.md b/docs/root/source/installation/network-setup/networks.md index 058df075..212c1702 100644 --- a/docs/root/source/installation/network-setup/networks.md +++ b/docs/root/source/installation/network-setup/networks.md @@ -1,6 +1,6 @@ diff --git a/docs/root/source/installation/node-setup/all-in-one-bigchaindb.md b/docs/root/source/installation/node-setup/all-in-one-bigchaindb.md index 8077ad92..bd37b94f 100644 --- a/docs/root/source/installation/node-setup/all-in-one-bigchaindb.md +++ b/docs/root/source/installation/node-setup/all-in-one-bigchaindb.md @@ -1,8 +1,8 @@ # Run BigchainDB with all-in-one Docker diff --git a/docs/root/source/installation/node-setup/aws-setup.md b/docs/root/source/installation/node-setup/aws-setup.md index 2ae61172..e12b8545 100644 --- a/docs/root/source/installation/node-setup/aws-setup.md +++ b/docs/root/source/installation/node-setup/aws-setup.md @@ -1,6 +1,6 @@ diff --git a/docs/root/source/installation/node-setup/bigchaindb-cli.md b/docs/root/source/installation/node-setup/bigchaindb-cli.md index a3ccbae3..a8e21844 100644 --- a/docs/root/source/installation/node-setup/bigchaindb-cli.md +++ b/docs/root/source/installation/node-setup/bigchaindb-cli.md @@ -1,10 +1,9 @@ - # Command Line Interface (CLI) The command-line command to interact with BigchainDB Server is `bigchaindb`. diff --git a/docs/root/source/installation/node-setup/configuration.md b/docs/root/source/installation/node-setup/configuration.md index 4a50fab4..7acf313a 100644 --- a/docs/root/source/installation/node-setup/configuration.md +++ b/docs/root/source/installation/node-setup/configuration.md @@ -1,10 +1,9 @@ - # Configuration Settings Every BigchainDB Server configuration setting has two names: a config-file name and an environment variable name. For example, one of the settings has the config-file name `database.host` and the environment variable name `BIGCHAINDB_DATABASE_HOST`. Here are some more examples: diff --git a/docs/root/source/installation/node-setup/deploy-a-machine.md b/docs/root/source/installation/node-setup/deploy-a-machine.md index a6a7b5af..006d248a 100644 --- a/docs/root/source/installation/node-setup/deploy-a-machine.md +++ b/docs/root/source/installation/node-setup/deploy-a-machine.md @@ -1,10 +1,9 @@ - # Deploy a Machine for Your BigchainDB Node The first step is to deploy a machine for your BigchainDB node. diff --git a/docs/root/source/installation/node-setup/index.rst b/docs/root/source/installation/node-setup/index.rst index 74bc4b4b..de92f5cc 100644 --- a/docs/root/source/installation/node-setup/index.rst +++ b/docs/root/source/installation/node-setup/index.rst @@ -1,6 +1,7 @@ -.. Copyright © 2020 Interplanetary Database Association e.V., - BigchainDB and IPDB software contributors. + +.. Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., + Rubilink-Blockchain and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/root/source/installation/node-setup/production-node/index.rst b/docs/root/source/installation/node-setup/production-node/index.rst index 1771fac2..7fddf811 100644 --- a/docs/root/source/installation/node-setup/production-node/index.rst +++ b/docs/root/source/installation/node-setup/production-node/index.rst @@ -1,6 +1,6 @@ -.. Copyright © 2020 Interplanetary Database Association e.V., - BigchainDB and IPDB software contributors. +.. Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., + Rubilink-Blockchain and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/root/source/installation/node-setup/production-node/node-assumptions.md b/docs/root/source/installation/node-setup/production-node/node-assumptions.md index 15133b64..db5e34d3 100644 --- a/docs/root/source/installation/node-setup/production-node/node-assumptions.md +++ b/docs/root/source/installation/node-setup/production-node/node-assumptions.md @@ -1,6 +1,6 @@ diff --git a/docs/root/source/installation/node-setup/production-node/node-components.md b/docs/root/source/installation/node-setup/production-node/node-components.md index c1f5dd31..bdb77ab7 100644 --- a/docs/root/source/installation/node-setup/production-node/node-components.md +++ b/docs/root/source/installation/node-setup/production-node/node-components.md @@ -1,6 +1,6 @@ diff --git a/docs/root/source/installation/node-setup/production-node/node-requirements.md b/docs/root/source/installation/node-setup/production-node/node-requirements.md index 839bfa33..e09a2527 100644 --- a/docs/root/source/installation/node-setup/production-node/node-requirements.md +++ b/docs/root/source/installation/node-setup/production-node/node-requirements.md @@ -1,6 +1,6 @@ diff --git a/docs/root/source/installation/node-setup/production-node/node-security-and-privacy.md b/docs/root/source/installation/node-setup/production-node/node-security-and-privacy.md index 155fb778..173df0e7 100644 --- a/docs/root/source/installation/node-setup/production-node/node-security-and-privacy.md +++ b/docs/root/source/installation/node-setup/production-node/node-security-and-privacy.md @@ -1,6 +1,6 @@ diff --git a/docs/root/source/installation/node-setup/production-node/reverse-proxy-notes.md b/docs/root/source/installation/node-setup/production-node/reverse-proxy-notes.md index c93a7f8c..7594a18a 100644 --- a/docs/root/source/installation/node-setup/production-node/reverse-proxy-notes.md +++ b/docs/root/source/installation/node-setup/production-node/reverse-proxy-notes.md @@ -1,6 +1,6 @@ diff --git a/docs/root/source/installation/node-setup/release-notes.md b/docs/root/source/installation/node-setup/release-notes.md index 1f6bc46f..e99e42ab 100644 --- a/docs/root/source/installation/node-setup/release-notes.md +++ b/docs/root/source/installation/node-setup/release-notes.md @@ -1,6 +1,6 @@ diff --git a/docs/root/source/installation/node-setup/set-up-nginx.md b/docs/root/source/installation/node-setup/set-up-nginx.md index 3a8378bf..2f350fed 100644 --- a/docs/root/source/installation/node-setup/set-up-nginx.md +++ b/docs/root/source/installation/node-setup/set-up-nginx.md @@ -1,6 +1,6 @@ diff --git a/docs/root/source/installation/node-setup/set-up-node-software.md b/docs/root/source/installation/node-setup/set-up-node-software.md index 6f2a7bab..efce75df 100644 --- a/docs/root/source/installation/node-setup/set-up-node-software.md +++ b/docs/root/source/installation/node-setup/set-up-node-software.md @@ -1,6 +1,6 @@ diff --git a/docs/root/source/installation/quickstart.md b/docs/root/source/installation/quickstart.md index 2e756d0c..8d15c8fd 100644 --- a/docs/root/source/installation/quickstart.md +++ b/docs/root/source/installation/quickstart.md @@ -1,6 +1,6 @@ diff --git a/docs/root/source/korean/assets_ko.md b/docs/root/source/korean/assets_ko.md index d67e9682..fae8bfe3 100644 --- a/docs/root/source/korean/assets_ko.md +++ b/docs/root/source/korean/assets_ko.md @@ -1,7 +1,10 @@ - + BigchainDB가 자산 등록 및 전송에 적합한 방법 ========================================================== diff --git a/docs/root/source/korean/bft-ko.md b/docs/root/source/korean/bft-ko.md index 907f0723..6ad6391c 100644 --- a/docs/root/source/korean/bft-ko.md +++ b/docs/root/source/korean/bft-ko.md @@ -1,6 +1,6 @@ diff --git a/docs/root/source/korean/decentralized_kor.md b/docs/root/source/korean/decentralized_kor.md index 33f7baad..7608f9a3 100644 --- a/docs/root/source/korean/decentralized_kor.md +++ b/docs/root/source/korean/decentralized_kor.md @@ -1,6 +1,6 @@ diff --git a/docs/root/source/korean/diversity-ko.md b/docs/root/source/korean/diversity-ko.md index f1b4725f..8b2082f0 100644 --- a/docs/root/source/korean/diversity-ko.md +++ b/docs/root/source/korean/diversity-ko.md @@ -1,6 +1,6 @@ diff --git a/docs/root/source/korean/immutable-ko.md b/docs/root/source/korean/immutable-ko.md index 9b5ff0ab..722a1f33 100644 --- a/docs/root/source/korean/immutable-ko.md +++ b/docs/root/source/korean/immutable-ko.md @@ -1,6 +1,6 @@ diff --git a/docs/root/source/korean/index.rst b/docs/root/source/korean/index.rst index 1735ae9a..ef32407b 100644 --- a/docs/root/source/korean/index.rst +++ b/docs/root/source/korean/index.rst @@ -1,6 +1,6 @@  -.. Copyright © 2020 Interplanetary Database Association e.V., - BigchainDB and IPDB software contributors. +.. Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., + Rubilink-Blockchain and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/root/source/korean/permissions-ko.md b/docs/root/source/korean/permissions-ko.md index 7d6a25a3..0b9738c2 100644 --- a/docs/root/source/korean/permissions-ko.md +++ b/docs/root/source/korean/permissions-ko.md @@ -1,6 +1,6 @@ diff --git a/docs/root/source/korean/private-data-ko.md b/docs/root/source/korean/private-data-ko.md index 3e276967..56d563ca 100644 --- a/docs/root/source/korean/private-data-ko.md +++ b/docs/root/source/korean/private-data-ko.md @@ -1,6 +1,6 @@ diff --git a/docs/root/source/korean/production-ready_kor.md b/docs/root/source/korean/production-ready_kor.md index 338aa150..250db017 100644 --- a/docs/root/source/korean/production-ready_kor.md +++ b/docs/root/source/korean/production-ready_kor.md @@ -1,6 +1,6 @@ diff --git a/docs/root/source/korean/query-ko.md b/docs/root/source/korean/query-ko.md index 80dfd991..db001b10 100644 --- a/docs/root/source/korean/query-ko.md +++ b/docs/root/source/korean/query-ko.md @@ -1,9 +1,9 @@ - +---> BigchainDB 쿼리 =================== diff --git a/docs/root/source/korean/smart-contracts_ko.md b/docs/root/source/korean/smart-contracts_ko.md index 36d69f89..42b986f3 100644 --- a/docs/root/source/korean/smart-contracts_ko.md +++ b/docs/root/source/korean/smart-contracts_ko.md @@ -1,9 +1,9 @@ - +---> BigchainDB 및 스마트계약 ============================== diff --git a/docs/root/source/korean/store-files_ko.md b/docs/root/source/korean/store-files_ko.md index a12c4b43..9c5986d9 100644 --- a/docs/root/source/korean/store-files_ko.md +++ b/docs/root/source/korean/store-files_ko.md @@ -1,6 +1,6 @@ diff --git a/docs/root/source/korean/terminology_kor.md b/docs/root/source/korean/terminology_kor.md index 71f9c13b..2981b4b3 100644 --- a/docs/root/source/korean/terminology_kor.md +++ b/docs/root/source/korean/terminology_kor.md @@ -1,6 +1,6 @@ diff --git a/docs/root/source/korean/transaction-concepts_ko.md b/docs/root/source/korean/transaction-concepts_ko.md index 21b5b8f9..fdec9610 100644 --- a/docs/root/source/korean/transaction-concepts_ko.md +++ b/docs/root/source/korean/transaction-concepts_ko.md @@ -1,6 +1,6 @@ diff --git a/docs/root/source/properties.md b/docs/root/source/properties.md index 0944446b..8a123415 100644 --- a/docs/root/source/properties.md +++ b/docs/root/source/properties.md @@ -1,6 +1,6 @@ diff --git a/docs/root/source/query.rst b/docs/root/source/query.rst index 559efda7..5fe21591 100644 --- a/docs/root/source/query.rst +++ b/docs/root/source/query.rst @@ -1,6 +1,6 @@ -.. Copyright © 2020 Interplanetary Database Association e.V., - BigchainDB and IPDB software contributors. +.. Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., + Rubilink-Blockchain and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/root/source/terminology.md b/docs/root/source/terminology.md index 233dcefc..2a6eea28 100644 --- a/docs/root/source/terminology.md +++ b/docs/root/source/terminology.md @@ -1,6 +1,6 @@ diff --git a/docs/upgrade-guides/v0.10-v1.0.md b/docs/upgrade-guides/v0.10-v1.0.md index e89ca928..d46f21e2 100644 --- a/docs/upgrade-guides/v0.10-v1.0.md +++ b/docs/upgrade-guides/v0.10-v1.0.md @@ -1,6 +1,6 @@ diff --git a/k8s/bigchaindb/bigchaindb-ext-conn-svc.yaml b/k8s/bigchaindb/bigchaindb-ext-conn-svc.yaml index eb038997..f1d94dd9 100644 --- a/k8s/bigchaindb/bigchaindb-ext-conn-svc.yaml +++ b/k8s/bigchaindb/bigchaindb-ext-conn-svc.yaml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/bigchaindb/bigchaindb-pv.yaml b/k8s/bigchaindb/bigchaindb-pv.yaml index baeffa75..6433977c 100644 --- a/k8s/bigchaindb/bigchaindb-pv.yaml +++ b/k8s/bigchaindb/bigchaindb-pv.yaml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/bigchaindb/bigchaindb-pvc.yaml b/k8s/bigchaindb/bigchaindb-pvc.yaml index c03d863a..b7fdceae 100644 --- a/k8s/bigchaindb/bigchaindb-pvc.yaml +++ b/k8s/bigchaindb/bigchaindb-pvc.yaml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/bigchaindb/bigchaindb-sc.yaml b/k8s/bigchaindb/bigchaindb-sc.yaml index 7322ca4b..ff25bd86 100644 --- a/k8s/bigchaindb/bigchaindb-sc.yaml +++ b/k8s/bigchaindb/bigchaindb-sc.yaml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/bigchaindb/bigchaindb-ss.yaml b/k8s/bigchaindb/bigchaindb-ss.yaml index e928f274..9ea31daf 100644 --- a/k8s/bigchaindb/bigchaindb-ss.yaml +++ b/k8s/bigchaindb/bigchaindb-ss.yaml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/bigchaindb/bigchaindb-svc.yaml b/k8s/bigchaindb/bigchaindb-svc.yaml index baa6bc2e..b7faa627 100644 --- a/k8s/bigchaindb/bigchaindb-svc.yaml +++ b/k8s/bigchaindb/bigchaindb-svc.yaml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/bigchaindb/nginx_container/README.md b/k8s/bigchaindb/nginx_container/README.md index d78d15ce..e320bdc6 100644 --- a/k8s/bigchaindb/nginx_container/README.md +++ b/k8s/bigchaindb/nginx_container/README.md @@ -1,6 +1,6 @@ diff --git a/k8s/bigchaindb/nginx_container/docker_build_and_push.bash b/k8s/bigchaindb/nginx_container/docker_build_and_push.bash index b6e62602..88924dac 100755 --- a/k8s/bigchaindb/nginx_container/docker_build_and_push.bash +++ b/k8s/bigchaindb/nginx_container/docker_build_and_push.bash @@ -1,6 +1,5 @@ -#!/bin/bash -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/bigchaindb/nginx_container/nginx_entrypoint.bash b/k8s/bigchaindb/nginx_container/nginx_entrypoint.bash index 7a418c24..67b8d265 100755 --- a/k8s/bigchaindb/nginx_container/nginx_entrypoint.bash +++ b/k8s/bigchaindb/nginx_container/nginx_entrypoint.bash @@ -1,6 +1,5 @@ -#!/bin/bash -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/bigchaindb/tendermint_container/README.md b/k8s/bigchaindb/tendermint_container/README.md index 4e55e92f..7d6ba9d8 100644 --- a/k8s/bigchaindb/tendermint_container/README.md +++ b/k8s/bigchaindb/tendermint_container/README.md @@ -1,6 +1,6 @@ diff --git a/k8s/bigchaindb/tendermint_container/docker_build_and_push.bash b/k8s/bigchaindb/tendermint_container/docker_build_and_push.bash index 19ee12b1..d6ada3f6 100755 --- a/k8s/bigchaindb/tendermint_container/docker_build_and_push.bash +++ b/k8s/bigchaindb/tendermint_container/docker_build_and_push.bash @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/bigchaindb/tendermint_container/tendermint_entrypoint.bash b/k8s/bigchaindb/tendermint_container/tendermint_entrypoint.bash index c42d8cf4..88e7a8d9 100755 --- a/k8s/bigchaindb/tendermint_container/tendermint_entrypoint.bash +++ b/k8s/bigchaindb/tendermint_container/tendermint_entrypoint.bash @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/configuration/config-map.yaml b/k8s/configuration/config-map.yaml index 80505a4c..0d5368f0 100644 --- a/k8s/configuration/config-map.yaml +++ b/k8s/configuration/config-map.yaml @@ -1,8 +1,7 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 - ## Note: data values do NOT have to be base64-encoded in this file. ## vars is common environment variables for this BigchaindB node diff --git a/k8s/configuration/secret.yaml b/k8s/configuration/secret.yaml index b31ea702..67d601fe 100644 --- a/k8s/configuration/secret.yaml +++ b/k8s/configuration/secret.yaml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/dev-setup/bigchaindb.yaml b/k8s/dev-setup/bigchaindb.yaml index 6a61e53c..7dec5c8c 100644 --- a/k8s/dev-setup/bigchaindb.yaml +++ b/k8s/dev-setup/bigchaindb.yaml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/dev-setup/mongo.yaml b/k8s/dev-setup/mongo.yaml index 6c09388b..73805013 100644 --- a/k8s/dev-setup/mongo.yaml +++ b/k8s/dev-setup/mongo.yaml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/dev-setup/nginx-http.yaml b/k8s/dev-setup/nginx-http.yaml index f835558d..bda1b90e 100644 --- a/k8s/dev-setup/nginx-http.yaml +++ b/k8s/dev-setup/nginx-http.yaml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/dev-setup/nginx-https.yaml b/k8s/dev-setup/nginx-https.yaml index f48912d7..8e9cd2d4 100644 --- a/k8s/dev-setup/nginx-https.yaml +++ b/k8s/dev-setup/nginx-https.yaml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/dev-setup/nginx-openresty.yaml b/k8s/dev-setup/nginx-openresty.yaml index be11133c..127047b0 100644 --- a/k8s/dev-setup/nginx-openresty.yaml +++ b/k8s/dev-setup/nginx-openresty.yaml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/logging-and-monitoring/analyze.py b/k8s/logging-and-monitoring/analyze.py index a583bae7..4cd02076 100644 --- a/k8s/logging-and-monitoring/analyze.py +++ b/k8s/logging-and-monitoring/analyze.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/logging-and-monitoring/oms-daemonset.yaml b/k8s/logging-and-monitoring/oms-daemonset.yaml index 2b2d4687..0bb3369a 100644 --- a/k8s/logging-and-monitoring/oms-daemonset.yaml +++ b/k8s/logging-and-monitoring/oms-daemonset.yaml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/mongodb-monitoring-agent/container/docker_build_and_push.bash b/k8s/mongodb-monitoring-agent/container/docker_build_and_push.bash index bcbabd5d..5f232fc4 100755 --- a/k8s/mongodb-monitoring-agent/container/docker_build_and_push.bash +++ b/k8s/mongodb-monitoring-agent/container/docker_build_and_push.bash @@ -1,10 +1,8 @@ -#!/bin/bash -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 - docker build -t bigchaindb/mongodb-monitoring-agent:2.2.2 . docker push bigchaindb/mongodb-monitoring-agent:2.2.2 diff --git a/k8s/mongodb-monitoring-agent/container/mongodb_mon_agent_entrypoint.bash b/k8s/mongodb-monitoring-agent/container/mongodb_mon_agent_entrypoint.bash index 3e87f356..60ade6eb 100755 --- a/k8s/mongodb-monitoring-agent/container/mongodb_mon_agent_entrypoint.bash +++ b/k8s/mongodb-monitoring-agent/container/mongodb_mon_agent_entrypoint.bash @@ -1,10 +1,8 @@ -#!/bin/bash -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 - set -euo pipefail # -e Abort at the first failed line (i.e. if exit status is not 0) # -u Abort when undefined variable is used diff --git a/k8s/mongodb-monitoring-agent/mongo-mon-dep.yaml b/k8s/mongodb-monitoring-agent/mongo-mon-dep.yaml index c4ff46ed..dbb30d93 100644 --- a/k8s/mongodb-monitoring-agent/mongo-mon-dep.yaml +++ b/k8s/mongodb-monitoring-agent/mongo-mon-dep.yaml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/mongodb/configure_mdb.sh b/k8s/mongodb/configure_mdb.sh index 8c8854eb..2b039924 100755 --- a/k8s/mongodb/configure_mdb.sh +++ b/k8s/mongodb/configure_mdb.sh @@ -1,6 +1,5 @@ -#!/bin/bash -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/mongodb/container/README.md b/k8s/mongodb/container/README.md index 01976a52..fc459548 100644 --- a/k8s/mongodb/container/README.md +++ b/k8s/mongodb/container/README.md @@ -1,6 +1,6 @@ diff --git a/k8s/mongodb/container/configure_mdb_users.template.js b/k8s/mongodb/container/configure_mdb_users.template.js index 4fd41d18..4a51c683 100644 --- a/k8s/mongodb/container/configure_mdb_users.template.js +++ b/k8s/mongodb/container/configure_mdb_users.template.js @@ -1,7 +1,3 @@ -.. Copyright © 2020 Interplanetary Database Association e.V., - BigchainDB and IPDB software contributors. -// SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) -// Code is Apache-2.0 and docs are CC-BY-4.0 var configure_adminUser = CONFIGURE_ADMIN_USER; var configure_bdbUser = CONFIGURE_BDB_USER; diff --git a/k8s/mongodb/container/docker_build_and_push.bash b/k8s/mongodb/container/docker_build_and_push.bash index 487779ba..ba1e67f0 100755 --- a/k8s/mongodb/container/docker_build_and_push.bash +++ b/k8s/mongodb/container/docker_build_and_push.bash @@ -1,6 +1,5 @@ -#!/bin/bash -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/mongodb/container/mongod_entrypoint.bash b/k8s/mongodb/container/mongod_entrypoint.bash index 40a05068..99556d8a 100755 --- a/k8s/mongodb/container/mongod_entrypoint.bash +++ b/k8s/mongodb/container/mongod_entrypoint.bash @@ -1,6 +1,5 @@ -#!/bin/bash -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/mongodb/mongo-ext-conn-svc.yaml b/k8s/mongodb/mongo-ext-conn-svc.yaml index e852c0f3..ddb4788f 100644 --- a/k8s/mongodb/mongo-ext-conn-svc.yaml +++ b/k8s/mongodb/mongo-ext-conn-svc.yaml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/mongodb/mongo-pv.yaml b/k8s/mongodb/mongo-pv.yaml index dfad033c..cdf84a18 100644 --- a/k8s/mongodb/mongo-pv.yaml +++ b/k8s/mongodb/mongo-pv.yaml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/mongodb/mongo-pvc.yaml b/k8s/mongodb/mongo-pvc.yaml index bc822a16..520cfddc 100644 --- a/k8s/mongodb/mongo-pvc.yaml +++ b/k8s/mongodb/mongo-pvc.yaml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/mongodb/mongo-sc.yaml b/k8s/mongodb/mongo-sc.yaml index b215221a..f0b76d42 100644 --- a/k8s/mongodb/mongo-sc.yaml +++ b/k8s/mongodb/mongo-sc.yaml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/mongodb/mongo-ss.yaml b/k8s/mongodb/mongo-ss.yaml index 65c4b929..45d40d8e 100644 --- a/k8s/mongodb/mongo-ss.yaml +++ b/k8s/mongodb/mongo-ss.yaml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/mongodb/mongo-svc.yaml b/k8s/mongodb/mongo-svc.yaml index a29fe8c9..bcdcc2c9 100644 --- a/k8s/mongodb/mongo-svc.yaml +++ b/k8s/mongodb/mongo-svc.yaml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/nginx-http/container/docker_build_and_push.bash b/k8s/nginx-http/container/docker_build_and_push.bash index c1a1ef02..8f5bed2e 100755 --- a/k8s/nginx-http/container/docker_build_and_push.bash +++ b/k8s/nginx-http/container/docker_build_and_push.bash @@ -1,10 +1,8 @@ -#!/bin/bash -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 - docker build -t bigchaindb/nginx_http:2.2.2 docker push bigchaindb/nginx_http:2.2.2 diff --git a/k8s/nginx-http/container/nginx_entrypoint.bash b/k8s/nginx-http/container/nginx_entrypoint.bash index b4258d9f..6ffeb9ac 100755 --- a/k8s/nginx-http/container/nginx_entrypoint.bash +++ b/k8s/nginx-http/container/nginx_entrypoint.bash @@ -1,9 +1,7 @@ -#!/bin/bash -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 - set -euo pipefail # Cluster vars diff --git a/k8s/nginx-http/nginx-http-dep.yaml b/k8s/nginx-http/nginx-http-dep.yaml index 8f5e73d5..1b372610 100644 --- a/k8s/nginx-http/nginx-http-dep.yaml +++ b/k8s/nginx-http/nginx-http-dep.yaml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/nginx-http/nginx-http-svc.yaml b/k8s/nginx-http/nginx-http-svc.yaml index e653ea41..759dcc4c 100644 --- a/k8s/nginx-http/nginx-http-svc.yaml +++ b/k8s/nginx-http/nginx-http-svc.yaml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/nginx-https-web-proxy/README.md b/k8s/nginx-https-web-proxy/README.md index 28d1bb5b..11d74374 100644 --- a/k8s/nginx-https-web-proxy/README.md +++ b/k8s/nginx-https-web-proxy/README.md @@ -1,6 +1,6 @@ diff --git a/k8s/nginx-https-web-proxy/container/docker_build_and_push.bash b/k8s/nginx-https-web-proxy/container/docker_build_and_push.bash index 6b83417e..9ab30586 100755 --- a/k8s/nginx-https-web-proxy/container/docker_build_and_push.bash +++ b/k8s/nginx-https-web-proxy/container/docker_build_and_push.bash @@ -1,6 +1,5 @@ -#!/bin/bash -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/nginx-https-web-proxy/container/nginx_entrypoint.bash b/k8s/nginx-https-web-proxy/container/nginx_entrypoint.bash index cff32de2..9bf4e618 100755 --- a/k8s/nginx-https-web-proxy/container/nginx_entrypoint.bash +++ b/k8s/nginx-https-web-proxy/container/nginx_entrypoint.bash @@ -1,6 +1,5 @@ -#!/bin/bash -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/nginx-https-web-proxy/nginx-https-web-proxy-conf.yaml b/k8s/nginx-https-web-proxy/nginx-https-web-proxy-conf.yaml index a90252e6..bc9ec51f 100644 --- a/k8s/nginx-https-web-proxy/nginx-https-web-proxy-conf.yaml +++ b/k8s/nginx-https-web-proxy/nginx-https-web-proxy-conf.yaml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/nginx-https-web-proxy/nginx-https-web-proxy-dep.yaml b/k8s/nginx-https-web-proxy/nginx-https-web-proxy-dep.yaml index e8ce3a24..f10ff883 100644 --- a/k8s/nginx-https-web-proxy/nginx-https-web-proxy-dep.yaml +++ b/k8s/nginx-https-web-proxy/nginx-https-web-proxy-dep.yaml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/nginx-https-web-proxy/nginx-https-web-proxy-svc.yaml b/k8s/nginx-https-web-proxy/nginx-https-web-proxy-svc.yaml index 2161bdf1..9f1de5ba 100644 --- a/k8s/nginx-https-web-proxy/nginx-https-web-proxy-svc.yaml +++ b/k8s/nginx-https-web-proxy/nginx-https-web-proxy-svc.yaml @@ -1,8 +1,7 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 - apiVersion: v1 kind: Service metadata: diff --git a/k8s/nginx-https/container/README.md b/k8s/nginx-https/container/README.md index 6008c5fa..04d65f69 100644 --- a/k8s/nginx-https/container/README.md +++ b/k8s/nginx-https/container/README.md @@ -1,6 +1,6 @@ diff --git a/k8s/nginx-https/container/docker_build_and_push.bash b/k8s/nginx-https/container/docker_build_and_push.bash index 31ba5b7a..bc98e197 100755 --- a/k8s/nginx-https/container/docker_build_and_push.bash +++ b/k8s/nginx-https/container/docker_build_and_push.bash @@ -1,6 +1,5 @@ -#!/bin/bash -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/nginx-https/container/nginx_entrypoint.bash b/k8s/nginx-https/container/nginx_entrypoint.bash index 014a8235..0174592b 100755 --- a/k8s/nginx-https/container/nginx_entrypoint.bash +++ b/k8s/nginx-https/container/nginx_entrypoint.bash @@ -1,6 +1,5 @@ -#!/bin/bash -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/nginx-https/nginx-https-dep.yaml b/k8s/nginx-https/nginx-https-dep.yaml index 5fd1a584..e7ff2e5a 100644 --- a/k8s/nginx-https/nginx-https-dep.yaml +++ b/k8s/nginx-https/nginx-https-dep.yaml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/nginx-https/nginx-https-svc.yaml b/k8s/nginx-https/nginx-https-svc.yaml index c674c9a2..a7e8c51a 100644 --- a/k8s/nginx-https/nginx-https-svc.yaml +++ b/k8s/nginx-https/nginx-https-svc.yaml @@ -1,8 +1,7 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 - apiVersion: v1 kind: Service metadata: diff --git a/k8s/nginx-openresty/container/docker_build_and_push.bash b/k8s/nginx-openresty/container/docker_build_and_push.bash index 7bd67f34..a8688e05 100755 --- a/k8s/nginx-openresty/container/docker_build_and_push.bash +++ b/k8s/nginx-openresty/container/docker_build_and_push.bash @@ -1,6 +1,5 @@ -#!/bin/bash -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/nginx-openresty/container/nginx_openresty_entrypoint.bash b/k8s/nginx-openresty/container/nginx_openresty_entrypoint.bash index 5e70e31e..93c2ea00 100755 --- a/k8s/nginx-openresty/container/nginx_openresty_entrypoint.bash +++ b/k8s/nginx-openresty/container/nginx_openresty_entrypoint.bash @@ -1,6 +1,5 @@ -#!/bin/bash -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/nginx-openresty/nginx-openresty-dep.yaml b/k8s/nginx-openresty/nginx-openresty-dep.yaml index d2273227..2a0d7d3a 100644 --- a/k8s/nginx-openresty/nginx-openresty-dep.yaml +++ b/k8s/nginx-openresty/nginx-openresty-dep.yaml @@ -1,8 +1,7 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 - apiVersion: extensions/v1beta1 kind: Deployment metadata: diff --git a/k8s/nginx-openresty/nginx-openresty-svc.yaml b/k8s/nginx-openresty/nginx-openresty-svc.yaml index 7f3b47fb..df4bcfe9 100644 --- a/k8s/nginx-openresty/nginx-openresty-svc.yaml +++ b/k8s/nginx-openresty/nginx-openresty-svc.yaml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/scripts/generate_configs.sh b/k8s/scripts/generate_configs.sh index f2f387a8..8f0d3727 100755 --- a/k8s/scripts/generate_configs.sh +++ b/k8s/scripts/generate_configs.sh @@ -1,6 +1,5 @@ -#!/usr/bin/env bash -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/toolbox/README.md b/k8s/toolbox/README.md index 21a4b842..417007f0 100644 --- a/k8s/toolbox/README.md +++ b/k8s/toolbox/README.md @@ -1,6 +1,6 @@ diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 72b130d6..9b9444b7 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/bigchaindb-start.yml b/pkg/configuration/bigchaindb-start.yml index 9d37afcd..a4cbe43b 100644 --- a/pkg/configuration/bigchaindb-start.yml +++ b/pkg/configuration/bigchaindb-start.yml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/bigchaindb-stop.yml b/pkg/configuration/bigchaindb-stop.yml index 06f2f5ac..2af98bc9 100644 --- a/pkg/configuration/bigchaindb-stop.yml +++ b/pkg/configuration/bigchaindb-stop.yml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/bigchaindb/defaults/main.yml b/pkg/configuration/roles/bigchaindb/defaults/main.yml index aef10698..b79fe86d 100644 --- a/pkg/configuration/roles/bigchaindb/defaults/main.yml +++ b/pkg/configuration/roles/bigchaindb/defaults/main.yml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/bigchaindb/tasks/centos.yml b/pkg/configuration/roles/bigchaindb/tasks/centos.yml index 124aad4b..51eca7c4 100644 --- a/pkg/configuration/roles/bigchaindb/tasks/centos.yml +++ b/pkg/configuration/roles/bigchaindb/tasks/centos.yml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/bigchaindb/tasks/common.yml b/pkg/configuration/roles/bigchaindb/tasks/common.yml index 71acc197..4fc18c69 100644 --- a/pkg/configuration/roles/bigchaindb/tasks/common.yml +++ b/pkg/configuration/roles/bigchaindb/tasks/common.yml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/bigchaindb/tasks/debian.yml b/pkg/configuration/roles/bigchaindb/tasks/debian.yml index 7ebad903..70add90d 100644 --- a/pkg/configuration/roles/bigchaindb/tasks/debian.yml +++ b/pkg/configuration/roles/bigchaindb/tasks/debian.yml @@ -1,8 +1,7 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 - --- - name: Install dependencies | apt apt: diff --git a/pkg/configuration/roles/bigchaindb/tasks/fedora.yml b/pkg/configuration/roles/bigchaindb/tasks/fedora.yml index 74963a62..98555c91 100644 --- a/pkg/configuration/roles/bigchaindb/tasks/fedora.yml +++ b/pkg/configuration/roles/bigchaindb/tasks/fedora.yml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/bigchaindb/tasks/main.yml b/pkg/configuration/roles/bigchaindb/tasks/main.yml index 839f11ea..832dfa94 100644 --- a/pkg/configuration/roles/bigchaindb/tasks/main.yml +++ b/pkg/configuration/roles/bigchaindb/tasks/main.yml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/bigchaindb/tasks/start.yml b/pkg/configuration/roles/bigchaindb/tasks/start.yml index ba9583d5..08afb124 100644 --- a/pkg/configuration/roles/bigchaindb/tasks/start.yml +++ b/pkg/configuration/roles/bigchaindb/tasks/start.yml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/bigchaindb/tasks/stop.yml b/pkg/configuration/roles/bigchaindb/tasks/stop.yml index 5c903672..b48a2660 100644 --- a/pkg/configuration/roles/bigchaindb/tasks/stop.yml +++ b/pkg/configuration/roles/bigchaindb/tasks/stop.yml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/docker/defaults/main.yml b/pkg/configuration/roles/docker/defaults/main.yml index e7263eb8..685f429e 100644 --- a/pkg/configuration/roles/docker/defaults/main.yml +++ b/pkg/configuration/roles/docker/defaults/main.yml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/docker/tasks/centos.yml b/pkg/configuration/roles/docker/tasks/centos.yml index 6b243e0e..5fa4a974 100644 --- a/pkg/configuration/roles/docker/tasks/centos.yml +++ b/pkg/configuration/roles/docker/tasks/centos.yml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/docker/tasks/debian.yml b/pkg/configuration/roles/docker/tasks/debian.yml index e333bb55..00a64a87 100644 --- a/pkg/configuration/roles/docker/tasks/debian.yml +++ b/pkg/configuration/roles/docker/tasks/debian.yml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/docker/tasks/fedora.yml b/pkg/configuration/roles/docker/tasks/fedora.yml index 05b564c0..b4340d2d 100644 --- a/pkg/configuration/roles/docker/tasks/fedora.yml +++ b/pkg/configuration/roles/docker/tasks/fedora.yml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/docker/tasks/macos.yml b/pkg/configuration/roles/docker/tasks/macos.yml index 563c3051..4928e817 100644 --- a/pkg/configuration/roles/docker/tasks/macos.yml +++ b/pkg/configuration/roles/docker/tasks/macos.yml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/docker/tasks/main.yml b/pkg/configuration/roles/docker/tasks/main.yml index 19ce146a..5909db75 100644 --- a/pkg/configuration/roles/docker/tasks/main.yml +++ b/pkg/configuration/roles/docker/tasks/main.yml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/mongodb/defaults/main.yml b/pkg/configuration/roles/mongodb/defaults/main.yml index 4bd0444b..319b5207 100644 --- a/pkg/configuration/roles/mongodb/defaults/main.yml +++ b/pkg/configuration/roles/mongodb/defaults/main.yml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/mongodb/tasks/centos.yml b/pkg/configuration/roles/mongodb/tasks/centos.yml index 9d5a604d..24fb203b 100644 --- a/pkg/configuration/roles/mongodb/tasks/centos.yml +++ b/pkg/configuration/roles/mongodb/tasks/centos.yml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/mongodb/tasks/debian.yml b/pkg/configuration/roles/mongodb/tasks/debian.yml index a3e6b455..40c32bc6 100644 --- a/pkg/configuration/roles/mongodb/tasks/debian.yml +++ b/pkg/configuration/roles/mongodb/tasks/debian.yml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/mongodb/tasks/fedora.yml b/pkg/configuration/roles/mongodb/tasks/fedora.yml index bb0cd305..3f4d5be6 100644 --- a/pkg/configuration/roles/mongodb/tasks/fedora.yml +++ b/pkg/configuration/roles/mongodb/tasks/fedora.yml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/mongodb/tasks/main.yml b/pkg/configuration/roles/mongodb/tasks/main.yml index 22b3293a..2e170779 100644 --- a/pkg/configuration/roles/mongodb/tasks/main.yml +++ b/pkg/configuration/roles/mongodb/tasks/main.yml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/mongodb/tasks/start.yml b/pkg/configuration/roles/mongodb/tasks/start.yml index 1e0f2987..cd3481b1 100644 --- a/pkg/configuration/roles/mongodb/tasks/start.yml +++ b/pkg/configuration/roles/mongodb/tasks/start.yml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/mongodb/tasks/stop.yml b/pkg/configuration/roles/mongodb/tasks/stop.yml index c9e1808a..86476ae3 100644 --- a/pkg/configuration/roles/mongodb/tasks/stop.yml +++ b/pkg/configuration/roles/mongodb/tasks/stop.yml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/py36/tasks/centos.yml b/pkg/configuration/roles/py36/tasks/centos.yml index 8dbfe3b7..8d0d49fb 100644 --- a/pkg/configuration/roles/py36/tasks/centos.yml +++ b/pkg/configuration/roles/py36/tasks/centos.yml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/py36/tasks/debian.yml b/pkg/configuration/roles/py36/tasks/debian.yml index 4a74aa10..737dfece 100644 --- a/pkg/configuration/roles/py36/tasks/debian.yml +++ b/pkg/configuration/roles/py36/tasks/debian.yml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/py36/tasks/fedora.yml b/pkg/configuration/roles/py36/tasks/fedora.yml index 18fbd7cb..c52df50e 100644 --- a/pkg/configuration/roles/py36/tasks/fedora.yml +++ b/pkg/configuration/roles/py36/tasks/fedora.yml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/py36/tasks/main.yml b/pkg/configuration/roles/py36/tasks/main.yml index 5f8a9ef2..fa0c17b5 100644 --- a/pkg/configuration/roles/py36/tasks/main.yml +++ b/pkg/configuration/roles/py36/tasks/main.yml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/tendermint/defaults/main.yml b/pkg/configuration/roles/tendermint/defaults/main.yml index 5aa858b8..f31fc878 100644 --- a/pkg/configuration/roles/tendermint/defaults/main.yml +++ b/pkg/configuration/roles/tendermint/defaults/main.yml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/tendermint/tasks/centos.yml b/pkg/configuration/roles/tendermint/tasks/centos.yml index 3a8aceb3..7ae981e7 100644 --- a/pkg/configuration/roles/tendermint/tasks/centos.yml +++ b/pkg/configuration/roles/tendermint/tasks/centos.yml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/tendermint/tasks/common.yml b/pkg/configuration/roles/tendermint/tasks/common.yml index 9fbd6cfb..f7fdb104 100644 --- a/pkg/configuration/roles/tendermint/tasks/common.yml +++ b/pkg/configuration/roles/tendermint/tasks/common.yml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/tendermint/tasks/debian.yml b/pkg/configuration/roles/tendermint/tasks/debian.yml index ebc58a27..c380b59a 100644 --- a/pkg/configuration/roles/tendermint/tasks/debian.yml +++ b/pkg/configuration/roles/tendermint/tasks/debian.yml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/tendermint/tasks/fedora.yml b/pkg/configuration/roles/tendermint/tasks/fedora.yml index 344947f4..cf0d003e 100644 --- a/pkg/configuration/roles/tendermint/tasks/fedora.yml +++ b/pkg/configuration/roles/tendermint/tasks/fedora.yml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/tendermint/tasks/main.yml b/pkg/configuration/roles/tendermint/tasks/main.yml index 90883c7e..1bf1db27 100644 --- a/pkg/configuration/roles/tendermint/tasks/main.yml +++ b/pkg/configuration/roles/tendermint/tasks/main.yml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/tendermint/tasks/start.yml b/pkg/configuration/roles/tendermint/tasks/start.yml index 0d8216eb..89e2bf00 100644 --- a/pkg/configuration/roles/tendermint/tasks/start.yml +++ b/pkg/configuration/roles/tendermint/tasks/start.yml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/tendermint/tasks/stop.yml b/pkg/configuration/roles/tendermint/tasks/stop.yml index 61bc98c0..39ed3823 100644 --- a/pkg/configuration/roles/tendermint/tasks/stop.yml +++ b/pkg/configuration/roles/tendermint/tasks/stop.yml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/scripts/all-in-one.bash b/pkg/scripts/all-in-one.bash index 8b81758f..aa399158 100755 --- a/pkg/scripts/all-in-one.bash +++ b/pkg/scripts/all-in-one.bash @@ -1,6 +1,5 @@ -#!/bin/bash -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/scripts/bootstrap.sh b/pkg/scripts/bootstrap.sh index 4491ba82..f76b6845 100755 --- a/pkg/scripts/bootstrap.sh +++ b/pkg/scripts/bootstrap.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/scripts/bootstrap_constants.sh b/pkg/scripts/bootstrap_constants.sh index 20b95902..7eba1684 100755 --- a/pkg/scripts/bootstrap_constants.sh +++ b/pkg/scripts/bootstrap_constants.sh @@ -1,9 +1,7 @@ -#!/usr/bin/env bash -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 - OS_CONF=/etc/os-release declare -a SUPPORTED_OS=('centos' 'fedora' 'ubuntu' 'debian' 'macOS') declare -a OS_DEPENDENCIES=('ansible') diff --git a/pkg/scripts/bootstrap_helper.sh b/pkg/scripts/bootstrap_helper.sh index 1b4fd585..cda82515 100755 --- a/pkg/scripts/bootstrap_helper.sh +++ b/pkg/scripts/bootstrap_helper.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/scripts/stack.sh b/pkg/scripts/stack.sh index 142df4ef..ab568d7d 100755 --- a/pkg/scripts/stack.sh +++ b/pkg/scripts/stack.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/scripts/unstack.sh b/pkg/scripts/unstack.sh index 503a98d6..0e05c946 100755 --- a/pkg/scripts/unstack.sh +++ b/pkg/scripts/unstack.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/proposals/extend-post-txn.md b/proposals/extend-post-txn.md index 6e7bbf64..72f87bf9 100644 --- a/proposals/extend-post-txn.md +++ b/proposals/extend-post-txn.md @@ -1,6 +1,6 @@ diff --git a/proposals/integration-test-cases.md b/proposals/integration-test-cases.md index 54be4de6..755d2dfc 100644 --- a/proposals/integration-test-cases.md +++ b/proposals/integration-test-cases.md @@ -1,6 +1,6 @@ diff --git a/proposals/integration-testing.md b/proposals/integration-testing.md index 78bfc518..b97a2797 100644 --- a/proposals/integration-testing.md +++ b/proposals/integration-testing.md @@ -1,6 +1,6 @@ diff --git a/proposals/migrate-cli.md b/proposals/migrate-cli.md index ec03433a..b6001004 100644 --- a/proposals/migrate-cli.md +++ b/proposals/migrate-cli.md @@ -1,6 +1,6 @@ diff --git a/run-acceptance-test.sh b/run-acceptance-test.sh index 652e9110..a3d64a24 100755 --- a/run-acceptance-test.sh +++ b/run-acceptance-test.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/setup.py b/setup.py index 0c8e7f50..59cda15d 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/snap/README.md b/snap/README.md index e4048643..6176a1d5 100644 --- a/snap/README.md +++ b/snap/README.md @@ -1,6 +1,6 @@ diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index e6abd855..d6ed7926 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/README.md b/tests/README.md index 2134b987..b9e5e8fc 100644 --- a/tests/README.md +++ b/tests/README.md @@ -1,6 +1,6 @@ diff --git a/tests/assets/test_digital_assets.py b/tests/assets/test_digital_assets.py index 650ac0ca..7c4d35b5 100644 --- a/tests/assets/test_digital_assets.py +++ b/tests/assets/test_digital_assets.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/assets/test_divisible_assets.py b/tests/assets/test_divisible_assets.py index e534634d..1a4a88bc 100644 --- a/tests/assets/test_divisible_assets.py +++ b/tests/assets/test_divisible_assets.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/backend/localmongodb/conftest.py b/tests/backend/localmongodb/conftest.py index 00d68ee7..fb64bf46 100644 --- a/tests/backend/localmongodb/conftest.py +++ b/tests/backend/localmongodb/conftest.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/backend/localmongodb/test_connection.py b/tests/backend/localmongodb/test_connection.py index 57235827..53e68017 100644 --- a/tests/backend/localmongodb/test_connection.py +++ b/tests/backend/localmongodb/test_connection.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/backend/localmongodb/test_queries.py b/tests/backend/localmongodb/test_queries.py index 1d20854b..e57ac185 100644 --- a/tests/backend/localmongodb/test_queries.py +++ b/tests/backend/localmongodb/test_queries.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/backend/localmongodb/test_schema.py b/tests/backend/localmongodb/test_schema.py index e5dba8d3..03331cc1 100644 --- a/tests/backend/localmongodb/test_schema.py +++ b/tests/backend/localmongodb/test_schema.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/backend/test_connection.py b/tests/backend/test_connection.py index ad4bbbb7..94f93618 100644 --- a/tests/backend/test_connection.py +++ b/tests/backend/test_connection.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/backend/test_generics.py b/tests/backend/test_generics.py index fb97b75d..93777d2f 100644 --- a/tests/backend/test_generics.py +++ b/tests/backend/test_generics.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/backend/test_utils.py b/tests/backend/test_utils.py index e9d21bfd..ddbe33b5 100644 --- a/tests/backend/test_utils.py +++ b/tests/backend/test_utils.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/commands/conftest.py b/tests/commands/conftest.py index 8636bd7e..bd0b740e 100644 --- a/tests/commands/conftest.py +++ b/tests/commands/conftest.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/commands/test_commands.py b/tests/commands/test_commands.py index 7c2c0d20..428116c3 100644 --- a/tests/commands/test_commands.py +++ b/tests/commands/test_commands.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/commands/test_utils.py b/tests/commands/test_utils.py index 35ba41cf..55fa9a28 100644 --- a/tests/commands/test_utils.py +++ b/tests/commands/test_utils.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/common/conftest.py b/tests/common/conftest.py index 10865df3..0b448615 100644 --- a/tests/common/conftest.py +++ b/tests/common/conftest.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/common/test_memoize.py b/tests/common/test_memoize.py index 1ea45f51..a22a83b7 100644 --- a/tests/common/test_memoize.py +++ b/tests/common/test_memoize.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/common/test_schema.py b/tests/common/test_schema.py index f084da83..3d323e4d 100644 --- a/tests/common/test_schema.py +++ b/tests/common/test_schema.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/common/test_transaction.py b/tests/common/test_transaction.py index b721f592..f1adbf7b 100644 --- a/tests/common/test_transaction.py +++ b/tests/common/test_transaction.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/common/utils.py b/tests/common/utils.py index 69dbc06a..bdf243f7 100644 --- a/tests/common/utils.py +++ b/tests/common/utils.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/conftest.py b/tests/conftest.py index 2f9b8eba..62780856 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/db/test_bigchain_api.py b/tests/db/test_bigchain_api.py index 3b7be807..1c6a3c1a 100644 --- a/tests/db/test_bigchain_api.py +++ b/tests/db/test_bigchain_api.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/tendermint/conftest.py b/tests/tendermint/conftest.py index 8e26e276..cc91cb74 100644 --- a/tests/tendermint/conftest.py +++ b/tests/tendermint/conftest.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/tendermint/test_core.py b/tests/tendermint/test_core.py index 62fa0948..a2115ea6 100644 --- a/tests/tendermint/test_core.py +++ b/tests/tendermint/test_core.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/tendermint/test_fastquery.py b/tests/tendermint/test_fastquery.py index 74c4f55c..2a8b31d2 100644 --- a/tests/tendermint/test_fastquery.py +++ b/tests/tendermint/test_fastquery.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/tendermint/test_integration.py b/tests/tendermint/test_integration.py index a10a10ef..5094d8d6 100644 --- a/tests/tendermint/test_integration.py +++ b/tests/tendermint/test_integration.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/tendermint/test_lib.py b/tests/tendermint/test_lib.py index db2f7bc5..c3ec9904 100644 --- a/tests/tendermint/test_lib.py +++ b/tests/tendermint/test_lib.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/tendermint/test_utils.py b/tests/tendermint/test_utils.py index 38889be8..9f4f6d28 100644 --- a/tests/tendermint/test_utils.py +++ b/tests/tendermint/test_utils.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/test_config_utils.py b/tests/test_config_utils.py index 79337a75..d7eecd9a 100644 --- a/tests/test_config_utils.py +++ b/tests/test_config_utils.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/test_core.py b/tests/test_core.py index 67c7451d..45e7be0f 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/test_docs.py b/tests/test_docs.py index 0cf65cf2..bc7811c2 100644 --- a/tests/test_docs.py +++ b/tests/test_docs.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/test_events.py b/tests/test_events.py index 5123197a..da1be98c 100644 --- a/tests/test_events.py +++ b/tests/test_events.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/test_parallel_validation.py b/tests/test_parallel_validation.py index 528a9c58..f3f76782 100644 --- a/tests/test_parallel_validation.py +++ b/tests/test_parallel_validation.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/test_txlist.py b/tests/test_txlist.py index 1efa771e..024d86d9 100644 --- a/tests/test_txlist.py +++ b/tests/test_txlist.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/test_utils.py b/tests/test_utils.py index 9574312d..a8109be1 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/upsert_validator/conftest.py b/tests/upsert_validator/conftest.py index 5c108191..f19d0ef7 100644 --- a/tests/upsert_validator/conftest.py +++ b/tests/upsert_validator/conftest.py @@ -1,7 +1,8 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 + from unittest.mock import patch import pytest diff --git a/tests/upsert_validator/test_upsert_validator_vote.py b/tests/upsert_validator/test_upsert_validator_vote.py index a57a1b7d..e9f08905 100644 --- a/tests/upsert_validator/test_upsert_validator_vote.py +++ b/tests/upsert_validator/test_upsert_validator_vote.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/upsert_validator/test_validator_election.py b/tests/upsert_validator/test_validator_election.py index f9735f40..e11c750b 100644 --- a/tests/upsert_validator/test_validator_election.py +++ b/tests/upsert_validator/test_validator_election.py @@ -1,7 +1,8 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 + from argparse import Namespace from unittest.mock import patch diff --git a/tests/utils.py b/tests/utils.py index bdf472e4..0357975f 100644 --- a/tests/utils.py +++ b/tests/utils.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/validation/test_transaction_structure.py b/tests/validation/test_transaction_structure.py index 3b4f4eb7..f6188dcf 100644 --- a/tests/validation/test_transaction_structure.py +++ b/tests/validation/test_transaction_structure.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/web/conftest.py b/tests/web/conftest.py index dbbd9887..ec77c7eb 100644 --- a/tests/web/conftest.py +++ b/tests/web/conftest.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/web/test_assets.py b/tests/web/test_assets.py index 34cf5aa7..34229b77 100644 --- a/tests/web/test_assets.py +++ b/tests/web/test_assets.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/web/test_block_tendermint.py b/tests/web/test_block_tendermint.py index 4b3f78fc..acca389a 100644 --- a/tests/web/test_block_tendermint.py +++ b/tests/web/test_block_tendermint.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/web/test_blocks.py b/tests/web/test_blocks.py index 9bfe1c8b..9e07da2e 100644 --- a/tests/web/test_blocks.py +++ b/tests/web/test_blocks.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/web/test_content_type_middleware.py b/tests/web/test_content_type_middleware.py index 6a83580a..b5f0443d 100644 --- a/tests/web/test_content_type_middleware.py +++ b/tests/web/test_content_type_middleware.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/web/test_info.py b/tests/web/test_info.py index 20c62863..467fdb89 100644 --- a/tests/web/test_info.py +++ b/tests/web/test_info.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/web/test_metadata.py b/tests/web/test_metadata.py index 2e20f49d..82fc1e46 100644 --- a/tests/web/test_metadata.py +++ b/tests/web/test_metadata.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/web/test_outputs.py b/tests/web/test_outputs.py index 05a92f69..dc1476f5 100644 --- a/tests/web/test_outputs.py +++ b/tests/web/test_outputs.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/web/test_parameters.py b/tests/web/test_parameters.py index d5e70ef7..17e03416 100644 --- a/tests/web/test_parameters.py +++ b/tests/web/test_parameters.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/web/test_server.py b/tests/web/test_server.py index eda2c5a1..8c613b01 100644 --- a/tests/web/test_server.py +++ b/tests/web/test_server.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/web/test_transactions.py b/tests/web/test_transactions.py index 446ff240..65c5d070 100644 --- a/tests/web/test_transactions.py +++ b/tests/web/test_transactions.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/web/test_validators.py b/tests/web/test_validators.py index 91f2614f..6eba53e7 100644 --- a/tests/web/test_validators.py +++ b/tests/web/test_validators.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/web/test_websocket_server.py b/tests/web/test_websocket_server.py index dc804993..bde217dd 100644 --- a/tests/web/test_websocket_server.py +++ b/tests/web/test_websocket_server.py @@ -1,5 +1,5 @@ -# Copyright © 2020 Interplanetary Database Association e.V., -# BigchainDB and IPDB software contributors. +# Rubilink-Blockchain © 2023 Interplanetary Database Association e.V., +# Rubilink-Blockchain and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0