From f1532aaf35eca7e24d6a2df441a52fb85dd46476 Mon Sep 17 00:00:00 2001 From: Calvin Lau Date: Tue, 6 Feb 2024 15:19:45 +0800 Subject: [PATCH 1/4] Problem: Crypto.org Chain is renamed to Cronos POS Chain Solution: Rename all occurences to updated values --- CHANGELOG.md | 20 ++++++++++++-------- CODE_OF_CONDUCT.md | 10 +++++----- CONTRIBUTING.md | 2 +- LICENSE | 3 ++- NOTICE | 5 +++-- SECURITY.md | 16 ++++++++-------- app/docs/config.json | 2 +- app/docs/swagger-ui/swagger.yaml | 2 +- app/docs/swagger_legacy.yaml | 2 +- app/state.go | 3 ++- cmd/chain-maind/app/app.go | 6 +++--- default.nix | 4 ++-- doc/architecture/README.md | 4 ++-- doc/architecture/adr-001.md | 7 ++++--- doc/architecture/adr-003.md | 4 ++-- doc/architecture/adr-004.md | 7 ++++--- doc/architecture/adr-005.md | 5 +++-- examples/testnet_genesis.json | 2 +- integration_tests/hardware_wallet/Dockerfile | 2 +- integration_tests/poetry.lock | 2 +- proto/nft/v1/genesis.proto | 3 ++- proto/nft/v1/nft.proto | 3 ++- proto/nft/v1/query.proto | 3 ++- proto/nft/v1/tx.proto | 3 ++- readme.md | 20 ++++++++++---------- x/nft/client/cli/cli_test.go | 3 ++- x/nft/client/cli/flags.go | 3 ++- x/nft/client/cli/query.go | 3 ++- x/nft/client/cli/tx.go | 3 ++- x/nft/client/testutil/test_helpers.go | 3 ++- x/nft/exported/nft.go | 3 ++- x/nft/genesis.go | 3 ++- x/nft/handler.go | 3 ++- x/nft/keeper/collection.go | 3 ++- x/nft/keeper/collection_test.go | 3 ++- x/nft/keeper/denom.go | 3 ++- x/nft/keeper/grpc_query.go | 3 ++- x/nft/keeper/grpc_query_test.go | 3 ++- x/nft/keeper/invariants.go | 3 ++- x/nft/keeper/keeper.go | 3 ++- x/nft/keeper/keeper_test.go | 3 ++- x/nft/keeper/msg_server.go | 3 ++- x/nft/keeper/nft.go | 3 ++- x/nft/keeper/nft_test.go | 3 ++- x/nft/keeper/owners.go | 3 ++- x/nft/keeper/owners_test.go | 3 ++- x/nft/keeper/querier.go | 3 ++- x/nft/keeper/querier_test.go | 3 ++- x/nft/module.go | 3 ++- x/nft/simulation/decoder.go | 3 ++- x/nft/simulation/genesis.go | 3 ++- x/nft/simulation/operations.go | 3 ++- x/nft/spec/README.md | 3 ++- x/nft/types/codec.go | 3 ++- x/nft/types/collection.go | 3 ++- x/nft/types/common_test.go | 3 ++- x/nft/types/denom.go | 3 ++- x/nft/types/errors.go | 3 ++- x/nft/types/events.go | 3 ++- x/nft/types/expected_keepers.go | 3 ++- x/nft/types/genesis.go | 3 ++- x/nft/types/keys.go | 3 ++- x/nft/types/msgs.go | 3 ++- x/nft/types/msgs_test.go | 3 ++- x/nft/types/nft.go | 3 ++- x/nft/types/owners.go | 3 ++- x/nft/types/querier.go | 3 ++- x/nft/types/validation.go | 3 ++- 68 files changed, 163 insertions(+), 106 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1a367286..a43cf58cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## Unreleased + +- []() Rename Crypto.org Chain to Cronos POS Chain + *Dec 6, 2023* ## v4.2.8 @@ -127,7 +131,7 @@ A small fix on top of `v4.0.0` and upgrade to Cosmos SDK v0.46.4. ## v4.0.0 -This is the release of Crypto.org Chain's `v4.0.0`. It contains following changes (when compared with `v3`): +This is the release of Cronos POS Chain's `v4.0.0`. It contains following changes (when compared with `v3`): ## Added @@ -210,14 +214,14 @@ The upgraded Cosmos SDK version contains a fix for the upgrade non-determinism i that was discovered during upgrade testing. *WARNING*: DO NOT upgrade to this binary yet; instructions are going to be published later -on https://crypto.org/docs/getting-started/upgrade_guide.html . +on https://docs.cronos-pos.org/for-node-hosts/getting-started/mainnet/upgrade-guide . *September 7, 2021* ## v3.1.1 This version is identical to the v3.1.0, but updated the ibc-go dependency to 1.1.0. *WARNING*: DO NOT upgrade to this binary yet; instructions are going to be published later -on https://crypto.org/docs/getting-started/upgrade_guide.html . +on https://docs.cronos-pos.org/for-node-hosts/getting-started/mainnet/upgrade-guide . *September 2, 2021* @@ -225,14 +229,14 @@ on https://crypto.org/docs/getting-started/upgrade_guide.html . ## v3.1.0 This version is identical to the v3.0.1, but updated the Cosmos SDK dependency to 0.44.0 which contains a consensus-breaking security patch. *WARNING*: DO NOT upgrade to this binary yet; instructions are going to be published later -on https://crypto.org/docs/getting-started/upgrade_guide.html . +on https://docs.cronos-pos.org/for-node-hosts/getting-started/mainnet/upgrade-guide . *August 26, 2021* ## v3.0.1 This version is identical to the v3.0.0, but updated the IBC dependency to 1.0.1 which contains a security patch. *WARNING*: DO NOT upgrade to this binary yet; instructions are going to be published later -on https://crypto.org/docs/getting-started/upgrade_guide.html . +on https://docs.cronos-pos.org/for-node-hosts/getting-started/mainnet/upgrade-guide . *August 23, 2021* @@ -243,7 +247,7 @@ and breaking changes. For more details, please see the [Cosmos SDK](https://gith and [ibc-go](https://github.com/cosmos/ibc-go/releases/tag/v1.0.0) release notes. In addition to that, it also uses Tendermint v0.34.12. *WARNING*: DO NOT upgrade to this binary yet; instructions are going to be published later -on https://crypto.org/docs/getting-started/upgrade_guide.html . +on https://docs.cronos-pos.org/for-node-hosts/getting-started/mainnet/upgrade-guide . *August 6, 2021* @@ -269,7 +273,7 @@ This version is based on Cosmos SDK 0.42.6 and Tendermint 0.34.11 which, among o ## v2.0.1 This released version is the same as v2.0.0, but contains an upgrade-critical fix. NOTE that the upgrade plan name is still expected to be "v2.0.0". -*WARNING*: please follow the upgrade instructions described here: https://crypto.org/docs/getting-started/upgrade_guide.html#the-canis-major-upgrade-guide-v1-to-v2-0-0 +*WARNING*: please follow the upgrade instructions described here: https://docs.cronos-pos.org/for-node-hosts/getting-started/mainnet/upgrade-guide#the-canis-major-upgrade-guide-v1-to-v2-0-0 ### Bug Fixes - [552](https://github.com/crypto-org-chain/chain-main/pull/552) NFT module store initialized after upgrade @@ -278,7 +282,7 @@ NOTE that the upgrade plan name is still expected to be "v2.0.0". ## v2.0.0 This pre-release version contains the scope of [ADR-003](https://github.com/crypto-org-chain/chain-main/blob/master/doc/architecture/adr-003.md) for the mainnet upgrade. It also upgrades to the latest version of Tendermint (0.34.10). -*WARNING*: please follow the upgrade instructions described here: https://crypto.org/docs/getting-started/upgrade_guide.html#the-canis-major-upgrade-guide-v1-to-v2-0-0 +*WARNING*: please follow the upgrade instructions described here: https://docs.cronos-pos.org/for-node-hosts/getting-started/mainnet/upgrade-guide#the-canis-major-upgrade-guide-v1-to-v2-0-0 ### Breaking changes - [516](https://github.com/crypto-org-chain/chain-main/pull/516) NFT module added diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 3a9c77b53..36ea9a2b2 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,7 +1,7 @@ # Code of Conduct ## Conduct -### Contact: chain@crypto.org +### Contact: chain@cronos-pos.org * We are committed to providing a friendly, safe and welcoming environment for all, regardless of level of experience, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, ethnicity, age, religion, nationality, or other similar characteristic. @@ -26,7 +26,7 @@ ## Moderation These are the policies for upholding our community’s standards of conduct. If you feel that a thread needs moderation, please contact the above mentioned person. -1. Remarks that violate the Crypto.org Chain standards of conduct, including hateful, hurtful, oppressive, or exclusionary remarks, are not allowed. (Cursing is allowed, but never targeting another user, and never in a hateful manner.) +1. Remarks that violate the Cronos POS Chain standards of conduct, including hateful, hurtful, oppressive, or exclusionary remarks, are not allowed. (Cursing is allowed, but never targeting another user, and never in a hateful manner.) 2. Remarks that moderators find inappropriate, whether listed in the code of conduct or not, are also not allowed. @@ -42,10 +42,10 @@ These are the policies for upholding our community’s standards of conduct. If 8. Moderators are held to a higher standard than other community members. If a moderator creates an inappropriate situation, they should expect less leeway than others. -In the Crypto.org Chain developer community we strive to go the extra step to look out for each other. Don’t just aim to be technically unimpeachable, try to be your best self. In particular, avoid flirting with offensive or sensitive issues, particularly if they’re off-topic; this all too often leads to unnecessary fights, hurt feelings, and damaged trust; worse, it can drive people away from the community entirely. +In the Cronos POS Chain developer community we strive to go the extra step to look out for each other. Don’t just aim to be technically unimpeachable, try to be your best self. In particular, avoid flirting with offensive or sensitive issues, particularly if they’re off-topic; this all too often leads to unnecessary fights, hurt feelings, and damaged trust; worse, it can drive people away from the community entirely. -And if someone takes issue with something you said or did, resist the urge to be defensive. Just stop doing what it was they complained about and apologize. Even if you feel you were misinterpreted or unfairly accused, chances are good there was something you could’ve communicated better — remember that it’s your responsibility to make your fellow Crypto.org Chain developer community members comfortable. Everyone wants to get along and we are all here first and foremost because we want to talk about cool technology. You will find that people will be eager to assume good intent and forgive as long as you earn their trust. +And if someone takes issue with something you said or did, resist the urge to be defensive. Just stop doing what it was they complained about and apologize. Even if you feel you were misinterpreted or unfairly accused, chances are good there was something you could’ve communicated better — remember that it’s your responsibility to make your fellow Cronos POS Chain developer community members comfortable. Everyone wants to get along and we are all here first and foremost because we want to talk about cool technology. You will find that people will be eager to assume good intent and forgive as long as you earn their trust. -The enforcement policies listed above apply to all official Crypto.org Chain venues. For other projects adopting the Crypto.org Chain Code of Conduct, please contact the maintainers of those projects for enforcement. If you wish to use this code of conduct for your own project, consider explicitly mentioning your moderation policy or making a copy with your own moderation policy so as to avoid confusion. +The enforcement policies listed above apply to all official Cronos POS Chain venues. For other projects adopting the Cronos POS Chain Code of Conduct, please contact the maintainers of those projects for enforcement. If you wish to use this code of conduct for your own project, consider explicitly mentioning your moderation policy or making a copy with your own moderation policy so as to avoid confusion. * Adapted from the [Rust Code of Conduct](https://www.rust-lang.org/en-US/conduct.html), the [Node.js Policy on Trolling](http://blog.izs.me/post/30036893703/policy-on-trolling) as well as the [Contributor Covenant v1.3.0](http://contributor-covenant.org/version/1/3/0/). diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cd81765ec..b9ee9a828 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,7 +1,7 @@ # Contributing Thank you for your interest in contributing to Chain! The goal of the chain-main repository is to develop the implementation -of Crypto.org Chain to best power its network use cases in payments, finance and digital assets. +of Cronos POS Chain to best power its network use cases in payments, finance and digital assets. Good places to start are this document and [the official documentation](https://github.com/crypto-org-chain/chain-docs). If you have any questions, feel free to ask on [Discord](https://discord.gg/pahqHz26q4). All work on the code base tries to adhere to the "Development Process" described in [The Collective Code Construction Contract (C4)](https://rfc.zeromq.org/spec/42/#24-development-process). diff --git a/LICENSE b/LICENSE index 26e20c933..4b3fc5951 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,5 @@ - Copyright 2018-present Crypto.org + Copyright 2023-present Cronos Labs + Copyright 2018-2023 Crypto.org Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/NOTICE b/NOTICE index c8f718e89..256eb78bc 100644 --- a/NOTICE +++ b/NOTICE @@ -1,5 +1,6 @@ -Crypto.org Chain -Copyright 2018-present Crypto.org +Cronos POS Chain +Copyright 2023-present Cronos Labs +Copyright 2018-2023 Crypto.org This project contains portions of code derived from the following libraries: diff --git a/SECURITY.md b/SECURITY.md index f73f7fb4c..9b463396e 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,19 +1,19 @@ ## Coordinated Vulnerability Disclosure Policy -We ask security researchers to keep vulnerabilities and communications around vulnerability submissions private and confidential until a patch is developed to protect the people using Crypto.org’s protocols. In addition to this, we ask that you: +We ask security researchers to keep vulnerabilities and communications around vulnerability submissions private and confidential until a patch is developed to protect the people using Cronos Labs’s protocols. In addition to this, we ask that you: - Allow us a reasonable amount of time to correct or address security vulnerabilities. - Avoid exploiting any vulnerabilities that you discover. -- Demonstrate good faith by not disrupting or degrading Crypto.org’s data or services. +- Demonstrate good faith by not disrupting or degrading Cronos Labs’s data or services. ## Vulnerability Disclosure Process -Once we receive a vulnerability report, Crypto.org will take these steps to address it: +Once we receive a vulnerability report, Cronos Labs will take these steps to address it: -1. Crypto.org will confirm receipt of the vulnerability report within 5 business days. The timing of our response may depend on when a report is submitted. As our daily operations are distributed in time zones across the globe, response times may vary. If you have not received a response to a vulnerability report from us within 5 business days, we encourage you to follow up with us again for a response. -2. Crypto.org will investigate and validate the security issue submitted to us as quickly as we can, usually within 10 business days of receipt. Submitting a thorough report with clear steps to recreate the vulnerability and/or a proof-of-concept will move the process along in a timely manner. -3. Crypto.org will acknowledge the bug, and make the necessary code changes to patch it. Some issues may require more time than others to patch, but we will strive to patch each vulnerability as quickly as our resources and development process allow. -4. Crypto.org will publicly release the security patch for the vulnerability, and acknowledge the security fix in the release notes once the issue has been resolved. Public release notes can reference to the person or people who reported the vulnerability, unless they wish to stay anonymous. +1. Cronos Labs will confirm receipt of the vulnerability report within 5 business days. The timing of our response may depend on when a report is submitted. As our daily operations are distributed in time zones across the globe, response times may vary. If you have not received a response to a vulnerability report from us within 5 business days, we encourage you to follow up with us again for a response. +2. Cronos Labs will investigate and validate the security issue submitted to us as quickly as we can, usually within 10 business days of receipt. Submitting a thorough report with clear steps to recreate the vulnerability and/or a proof-of-concept will move the process along in a timely manner. +3. Cronos Labs will acknowledge the bug, and make the necessary code changes to patch it. Some issues may require more time than others to patch, but we will strive to patch each vulnerability as quickly as our resources and development process allow. +4. Cronos Labs will publicly release the security patch for the vulnerability, and acknowledge the security fix in the release notes once the issue has been resolved. Public release notes can reference to the person or people who reported the vulnerability, unless they wish to stay anonymous. ## Contact Us -If you find a security issue, you can report it on the [Crypto.com HackerOne Bug Bounty Program](https://hackerone.com/crypto) or you can contact our team directly at [chain-security@crypto.com](mailto:chain-security@crypto.com). +If you find a security issue, you can report it on our partner Crypto.com's bug reporting channel: [HackerOne Bug Bounty Program](https://hackerone.com/crypto) or you can contact the team directly at [chain-security@crypto.com](mailto:chain-security@crypto.com). To communicate sensitive information, you can use the latest key in the [cryptocom's Keybase account](https://keybase.io/cryptocom/pgp_keys.asc) or use its [chat functionality](https://keybase.io/cryptocom/chat). diff --git a/app/docs/config.json b/app/docs/config.json index 8eecee10e..6f2bcc2f8 100644 --- a/app/docs/config.json +++ b/app/docs/config.json @@ -1,7 +1,7 @@ { "swagger": "2.0", "info": { - "title": "Crypto.org Chain - Legacy REST and gRPC Gateway docs", + "title": "Cronos POS Chain - Legacy REST and gRPC Gateway docs", "description": "A REST interface for state queries, legacy transactions", "version": "1.0.0" }, diff --git a/app/docs/swagger-ui/swagger.yaml b/app/docs/swagger-ui/swagger.yaml index a8c89c63f..c01a1a5cb 100644 --- a/app/docs/swagger-ui/swagger.yaml +++ b/app/docs/swagger-ui/swagger.yaml @@ -1,6 +1,6 @@ swagger: '2.0' info: - title: Crypto.org Chain - Legacy REST and gRPC Gateway docs + title: Cronos POS Chain - Legacy REST and gRPC Gateway docs description: A REST interface for state queries, legacy transactions version: 1.0.0 paths: diff --git a/app/docs/swagger_legacy.yaml b/app/docs/swagger_legacy.yaml index 48f5021d5..08f7f7683 100644 --- a/app/docs/swagger_legacy.yaml +++ b/app/docs/swagger_legacy.yaml @@ -30,7 +30,7 @@ tags: description: Query app version schemes: - https -host: mainnet.crypto.org +host: rpc.mainnet.crypto.org securityDefinitions: kms: type: basic diff --git a/app/state.go b/app/state.go index 38a612f23..a244198d4 100644 --- a/app/state.go +++ b/app/state.go @@ -1,5 +1,6 @@ // Copyright 2016 All in Bits, Inc (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2023-present Cronos Labs (licensed under the Apache License, Version 2.0) package app import ( diff --git a/cmd/chain-maind/app/app.go b/cmd/chain-maind/app/app.go index e00587302..c005de3b8 100644 --- a/cmd/chain-maind/app/app.go +++ b/cmd/chain-maind/app/app.go @@ -63,7 +63,7 @@ func NewRootCmd() (*cobra.Command, params.EncodingConfig) { rootCmd := &cobra.Command{ Use: "chain-maind", - Short: "Crypto.org Chain app", + Short: "Cronos POS Chain app", PersistentPreRunE: func(cmd *cobra.Command, _ []string) error { // set the default command outputs cmd.SetOut(cmd.OutOrStdout()) @@ -150,9 +150,9 @@ func initRootCmd(rootCmd *cobra.Command, encodingConfig params.EncodingConfig) { "bank": map[string]interface{}{ "denom_metadata": []interface{}{ map[string]interface{}{ - "name": "Crypto.org Chain", + "name": "Cronos POS Chain", "symbol": "CRO", - "description": "The native token of Crypto.org Chain.", + "description": "The native token of Cronos POS Chain.", "denom_units": []interface{}{ map[string]interface{}{ "denom": config.BaseCoinUnit, diff --git a/default.nix b/default.nix index b2c8102c6..93b52eb3c 100644 --- a/default.nix +++ b/default.nix @@ -84,8 +84,8 @@ buildGoApplication rec { doCheck = false; meta = with lib; { - description = "Official implementation of the Crypto.org blockchain protocol"; - homepage = "https://crypto.org/"; + description = "Official implementation of the Cronos POS blockchain protocol"; + homepage = "https://cronos-pos.org/"; license = licenses.asl20; mainProgram = "chain-maind" + stdenv.hostPlatform.extensions.executable; platforms = platforms.all; diff --git a/doc/architecture/README.md b/doc/architecture/README.md index 985f72436..27854b23e 100644 --- a/doc/architecture/README.md +++ b/doc/architecture/README.md @@ -1,6 +1,6 @@ # Architecture Decision Records (ADR) -This is a location to record all high-level architecture decisions in the Crypto.org Chain implementation. +This is a location to record all high-level architecture decisions in the Cronos POS Chain implementation. You can read more about the ADR concept in this [blog post](https://product.reverb.com/documenting-architecture-decisions-the-reverb-way-a3563bb24bd0#.78xhdix6t). @@ -31,4 +31,4 @@ To suggest an ADR, please make use of the [ADR template](./adr-template.md) prov | [002](./adr-002.md) | Subscriptions in CosmWasm | Accepted | | [003](./adr-003.md) | Canis Major (1st Network Upgrade Scope of Breaking Changes) | Accepted | | [004](./adr-004.md) | Transition to Cosmos SDK's NFT module | Proposed | -| [005](./adr-005.md) | Deprecate Crypto.org Chain's custom `x/supply` module | Proposed | +| [005](./adr-005.md) | Deprecate Cronos POS Chain's custom `x/supply` module | Proposed | diff --git a/doc/architecture/adr-001.md b/doc/architecture/adr-001.md index 014a8a82d..6feae16c3 100644 --- a/doc/architecture/adr-001.md +++ b/doc/architecture/adr-001.md @@ -4,12 +4,13 @@ * 05-03-2021: Initial Draft * 08-03-2021: Updated Backwards-compatibility Comments * 26-04-2021: Added More Consequence Comments +* 06-02-2024: Rename Crypto.org Chain to Cronos POS Chain ## Context -Crypto.org Chain logic may need to be extended to support new digital asset and financial use cases +Cronos POS Chain logic may need to be extended to support new digital asset and financial use cases in the near future. -In the initial implementation, Crypto.org Chain logic is extensible through three different mechanisms: +In the initial implementation, Cronos POS Chain logic is extensible through three different mechanisms: 1. Cryptographic commitments and multi-signatures: through the existing and future (e.g. BIP-340) signature verification mechanisms, @@ -93,7 +94,7 @@ Accepted ## Consequences ### Positive -* Any mainstream programming language can be potentially used to extend Crypto.org Chain +* Any mainstream programming language can be potentially used to extend Cronos POS Chain without "hard fork" upgrades. * One may leverage Rust verification tooling in development (e.g. MIRAI or Creusot). * "WASM" as a compilation target is fairly mature and supported across the industry. diff --git a/doc/architecture/adr-003.md b/doc/architecture/adr-003.md index 6fe2bdcd1..fa39163c1 100644 --- a/doc/architecture/adr-003.md +++ b/doc/architecture/adr-003.md @@ -4,10 +4,11 @@ * 28-04-2021: Initial Draft * 29-04-2021: Clarification of Long-term Changes * 30-04-2021: Removed the Custom Fork +* 06-02-2024: Rename Crypto.org Chain to Cronos POS Chain ## Context -At this time, the Crypto.org Chain network has been live for one month and three issues that require a "hardfork" (i.e. a coordinated network upgrade due to consensus state machine-related breaking changes) have been identified: +At this time, the Cronos POS Chain network has been live for one month and three issues that require a "hardfork" (i.e. a coordinated network upgrade due to consensus state machine-related breaking changes) have been identified: 1. Due to a bug in Cosmos SDK v0.42.*, the vesting accounts are restricted to executing one action (e.g. delegation) during their vesting period and their delegations are not tracked. This bug e.g. affects the community participants of the Crossfire incentivized testnet. @@ -63,7 +64,6 @@ Accepted * [fix solo machine merkle prefix casting bug](https://github.com/cosmos/ibc-go/pull/122) * [Fix solo machine handshake verification bug](https://github.com/cosmos/ibc-go/pull/120) * [solo machine proof height fix](https://github.com/cosmos/ibc-go/pull/123) -* [Crypto.org Chain Intergalactic Roadmap](https://blog.crypto.com/crypto-org-chain-intergalactic-roadmap/) * [Cosmos SDK v0.43.0-alpha1 release notes](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.43.0-alpha1) * [NFT module on the Hub](https://github.com/cosmos/cosmos-sdk/discussions/9065) * [IRISnet NFT module spec](https://github.com/irisnet/irismod/tree/master/modules/nft/spec) diff --git a/doc/architecture/adr-004.md b/doc/architecture/adr-004.md index 2a2e86a31..f6611089a 100644 --- a/doc/architecture/adr-004.md +++ b/doc/architecture/adr-004.md @@ -4,10 +4,11 @@ - 04-11-2021: Initial Draft - 09-03-2022: Clarification on backwards incompatibility +* 06-02-2024: Rename Crypto.org Chain to Cronos POS Chain ## Context -Currently, Crypto.org Chain offers support for non-fungible tokens (NFTs) using a custom NFT module in `chain-main`. The +Currently, Cronos POS Chain offers support for non-fungible tokens (NFTs) using a custom NFT module in `chain-main`. The current implementation of NFT module is based on [Irismod's NFT module](https://github.com/irisnet/irismod/tree/master/modules/nft). Given that different chains are using their custom implementation of NFT module, it is very difficult to achieve flawless interportability of NFTs across multiple chains using IBC. At the same time, there are more usecases that need @@ -244,7 +245,7 @@ Because current implementation of NFT module specifies `denom_name` as a unique ### Deprecation Plan -On the release of new wrapper NFT module on Crypto.org chain, all the above messages should be considered as deprecated +On the release of new wrapper NFT module on Cronos POS chain, all the above messages should be considered as deprecated and will be removed in approx. 3 months via an upgrade. After the upgrade, the messages specified by Cosmos SDK's NFT module will handle all the operations. @@ -272,7 +273,7 @@ for free (for example, IBC support, inter-module asset support using [ADR-33](ht ### Neutral Our current implementation is very similar to Cosmos SDK's NFT module implementation and all the usecases currently -supported by Crypto.org Chain can easily be supported using new module. +supported by Cronos POS Chain can easily be supported using new module. ## References diff --git a/doc/architecture/adr-005.md b/doc/architecture/adr-005.md index 4e147f0b9..9a927c455 100644 --- a/doc/architecture/adr-005.md +++ b/doc/architecture/adr-005.md @@ -1,7 +1,8 @@ -# ADR 005: Deprecate Crypto.org Chain's custom `x/supply` module +# ADR 005: Deprecate Cronos POS Chain's custom `x/supply` module ## Changelog * 09-03-2022: Initial draft +* 06-02-2024: Rename Crypto.org Chain to Cronos POS Chain ## Context @@ -49,7 +50,7 @@ For the short-term, ability to calculate liquid supply will be added in explorer 1. `x/supply` module will be marked as deprecated (this can be done by adding annotation to `.proto` files https://github.com/protocolbuffers/protobuf/issues/1734#issuecomment-662623725). 2. Once one of the above mentioned solution for getting liquid supply is implemented, `x/supply` module will be removed - from Crypto.org Chain. + from Cronos POS Chain. ## Status diff --git a/examples/testnet_genesis.json b/examples/testnet_genesis.json index eb7267a5a..db32aff2d 100644 --- a/examples/testnet_genesis.json +++ b/examples/testnet_genesis.json @@ -152,7 +152,7 @@ "supply": [], "denom_metadata": [ { - "description": "The native token of Crypto.org app.", + "description": "The native token of Cronos POS Chain app.", "denom_units": [ { "denom": "basetcro", diff --git a/integration_tests/hardware_wallet/Dockerfile b/integration_tests/hardware_wallet/Dockerfile index 2dae404be..ccff358b6 100644 --- a/integration_tests/hardware_wallet/Dockerfile +++ b/integration_tests/hardware_wallet/Dockerfile @@ -1,5 +1,5 @@ FROM rust:latest as BUILDER -LABEL maintainer="chain@crypto.org" +LABEL maintainer="chain@cronos-pos.org" RUN apt-get update && \ apt-get -y install protobuf-compiler && \ diff --git a/integration_tests/poetry.lock b/integration_tests/poetry.lock index d506fec66..45767c73d 100644 --- a/integration_tests/poetry.lock +++ b/integration_tests/poetry.lock @@ -88,7 +88,7 @@ files = [ [[package]] name = "chainlibpy" version = "2.2.0" -description = "Tools for Crypto.org Chain wallet management and offline transaction signing" +description = "Tools for Cronos POS Chain wallet management and offline transaction signing" optional = false python-versions = ">=3.8,<4.0" files = [ diff --git a/proto/nft/v1/genesis.proto b/proto/nft/v1/genesis.proto index ee0750105..2c69c224a 100644 --- a/proto/nft/v1/genesis.proto +++ b/proto/nft/v1/genesis.proto @@ -1,5 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) syntax = "proto3"; package chainmain.nft.v1; diff --git a/proto/nft/v1/nft.proto b/proto/nft/v1/nft.proto index 40cd27eba..dee2a5c64 100644 --- a/proto/nft/v1/nft.proto +++ b/proto/nft/v1/nft.proto @@ -1,5 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) syntax = "proto3"; package chainmain.nft.v1; diff --git a/proto/nft/v1/query.proto b/proto/nft/v1/query.proto index d4d0474be..ce06b4ff8 100644 --- a/proto/nft/v1/query.proto +++ b/proto/nft/v1/query.proto @@ -1,5 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) syntax = "proto3"; package chainmain.nft.v1; diff --git a/proto/nft/v1/tx.proto b/proto/nft/v1/tx.proto index bea8afde6..b2b7bcf7b 100644 --- a/proto/nft/v1/tx.proto +++ b/proto/nft/v1/tx.proto @@ -1,5 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) syntax = "proto3"; package chainmain.nft.v1; diff --git a/readme.md b/readme.md index d7eb90bf4..409e8e2f1 100644 --- a/readme.md +++ b/readme.md @@ -1,13 +1,13 @@

- Crypto.org Chain + Cronos-POS.org Chain


- +

## Table of Contents @@ -35,8 +35,8 @@ ## 1. Description -**Crypto.org Chain** is a blockchain application built using Cosmos SDK and Tendermint, -intended as a backbone for some of the existing and future Crypto.org ecosystem. +**Cronos POS Chain** is a blockchain application built using Cosmos SDK and Tendermint, +intended as a backbone for some of the existing and future Cronos POS ecosystem. @@ -55,7 +55,7 @@ and the [contributing guidelines](CONTRIBUTING.md) when submitting code. ## 4. Documentation -Technical documentation can be found in this [Github repository](https://github.com/crypto-org-chain/chain-docs) (you can read it in [this hosted version](https://crypto.org/docs)). +Technical documentation can be found in this [Github repository](https://github.com/crypto-org-chain/chain-docs) (you can read it in [this hosted version](https://docs.cronos-pos.org)). @@ -106,13 +106,13 @@ $ cachix use crypto-org-chain ## 6. Start a local Development Network and Node -Please follow this [documentation](https://crypto.org/docs/getting-started/local-devnet.html#devnet-running-latest-development-node) to run a local devnet. +Please follow this [documentation](https://docs.cronos-pos.org/for-node-hosts/getting-started/local-devnet) to run a local devnet. ## 7. Send Your First Transaction -After setting the local devnet, you may interact with your local blockchain by following this [documentation](https://crypto.org/docs/getting-started/local-devnet.html#interact-with-the-chain). +After setting the local devnet, you may interact with your local blockchain by following this [documentation](https://docs.cronos-pos.org/for-node-hosts/getting-started/local-devnet#interact-with-the-chain). @@ -185,10 +185,10 @@ pystarport supervisorctl stop all ## 10. Useful links -- [Project Website](http://crypto.org/) -- [Technical Documentation](http://crypto.org/docs) +- [Project Website](http://cronos-pos.org/) +- [Technical Documentation](http://docs.cronos-pos.org) - Community chatrooms (non-technical): [Discord](https://discord.gg/nsp9JTC) [Telegram](https://t.me/CryptoComOfficial) -- Developer community channel (technical): [![Support Server](https://img.shields.io/discord/783264383978569728.svg?color=7289da&label=Crypto.org%20Chain&logo=discord&style=flat-square)](https://discord.gg/pahqHz26q4) +- Developer community channel (technical): [![Support Server](https://img.shields.io/discord/783264383978569728.svg?color=7289da&label=Cronos-POS.org%20Chain&logo=discord&style=flat-square)](https://discord.gg/pahqHz26q4) - [Cosmos SDK documentation](https://docs.cosmos.network) - [Cosmos Discord](https://discord.gg/W8trcGV) diff --git a/x/nft/client/cli/cli_test.go b/x/nft/client/cli/cli_test.go index 8c61828c0..114dd77d1 100644 --- a/x/nft/client/cli/cli_test.go +++ b/x/nft/client/cli/cli_test.go @@ -1,5 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) package cli_test import ( diff --git a/x/nft/client/cli/flags.go b/x/nft/client/cli/flags.go index c841694fc..95236b3b5 100644 --- a/x/nft/client/cli/flags.go +++ b/x/nft/client/cli/flags.go @@ -1,5 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) package cli import ( diff --git a/x/nft/client/cli/query.go b/x/nft/client/cli/query.go index 1da7a9344..6b0fb307c 100644 --- a/x/nft/client/cli/query.go +++ b/x/nft/client/cli/query.go @@ -1,5 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) package cli import ( diff --git a/x/nft/client/cli/tx.go b/x/nft/client/cli/tx.go index ce4bc0f55..9fbd845b3 100644 --- a/x/nft/client/cli/tx.go +++ b/x/nft/client/cli/tx.go @@ -1,5 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) package cli import ( diff --git a/x/nft/client/testutil/test_helpers.go b/x/nft/client/testutil/test_helpers.go index 335bb5fb5..f58c723cc 100644 --- a/x/nft/client/testutil/test_helpers.go +++ b/x/nft/client/testutil/test_helpers.go @@ -1,5 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) package testutil import ( diff --git a/x/nft/exported/nft.go b/x/nft/exported/nft.go index 22cff9c1f..c6f192645 100644 --- a/x/nft/exported/nft.go +++ b/x/nft/exported/nft.go @@ -1,5 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) package exported import ( diff --git a/x/nft/genesis.go b/x/nft/genesis.go index 0bbbf211a..1a019bec8 100644 --- a/x/nft/genesis.go +++ b/x/nft/genesis.go @@ -1,5 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) package nft import ( diff --git a/x/nft/handler.go b/x/nft/handler.go index fae2f9181..c891f6017 100644 --- a/x/nft/handler.go +++ b/x/nft/handler.go @@ -1,5 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) package nft import ( diff --git a/x/nft/keeper/collection.go b/x/nft/keeper/collection.go index e9efaa7ca..97ef5f2fd 100644 --- a/x/nft/keeper/collection.go +++ b/x/nft/keeper/collection.go @@ -1,5 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) package keeper import ( diff --git a/x/nft/keeper/collection_test.go b/x/nft/keeper/collection_test.go index 545da87f9..5fd05cd94 100644 --- a/x/nft/keeper/collection_test.go +++ b/x/nft/keeper/collection_test.go @@ -1,5 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) package keeper_test import ( diff --git a/x/nft/keeper/denom.go b/x/nft/keeper/denom.go index 1d7d9e428..916102173 100644 --- a/x/nft/keeper/denom.go +++ b/x/nft/keeper/denom.go @@ -1,5 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) package keeper import ( diff --git a/x/nft/keeper/grpc_query.go b/x/nft/keeper/grpc_query.go index c93ac47de..6294acdea 100644 --- a/x/nft/keeper/grpc_query.go +++ b/x/nft/keeper/grpc_query.go @@ -1,5 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) package keeper import ( diff --git a/x/nft/keeper/grpc_query_test.go b/x/nft/keeper/grpc_query_test.go index ae68b5a94..6345206a4 100644 --- a/x/nft/keeper/grpc_query_test.go +++ b/x/nft/keeper/grpc_query_test.go @@ -1,5 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) package keeper_test import ( diff --git a/x/nft/keeper/invariants.go b/x/nft/keeper/invariants.go index 03f1b3795..f71dd22c7 100644 --- a/x/nft/keeper/invariants.go +++ b/x/nft/keeper/invariants.go @@ -1,5 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) package keeper // DONTCOVER diff --git a/x/nft/keeper/keeper.go b/x/nft/keeper/keeper.go index 76c1600cd..334c61051 100644 --- a/x/nft/keeper/keeper.go +++ b/x/nft/keeper/keeper.go @@ -1,5 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) package keeper import ( diff --git a/x/nft/keeper/keeper_test.go b/x/nft/keeper/keeper_test.go index 712de4c6c..120256db3 100644 --- a/x/nft/keeper/keeper_test.go +++ b/x/nft/keeper/keeper_test.go @@ -1,5 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) package keeper_test import ( diff --git a/x/nft/keeper/msg_server.go b/x/nft/keeper/msg_server.go index 4934fdf73..ec2f6a81a 100644 --- a/x/nft/keeper/msg_server.go +++ b/x/nft/keeper/msg_server.go @@ -1,5 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) package keeper import ( diff --git a/x/nft/keeper/nft.go b/x/nft/keeper/nft.go index 4e62053e0..37a195faf 100644 --- a/x/nft/keeper/nft.go +++ b/x/nft/keeper/nft.go @@ -1,5 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) package keeper import ( diff --git a/x/nft/keeper/nft_test.go b/x/nft/keeper/nft_test.go index 7ec2ccc20..003c90f7b 100644 --- a/x/nft/keeper/nft_test.go +++ b/x/nft/keeper/nft_test.go @@ -1,5 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) package keeper_test import ( diff --git a/x/nft/keeper/owners.go b/x/nft/keeper/owners.go index 79b46485c..f3b35a5e1 100644 --- a/x/nft/keeper/owners.go +++ b/x/nft/keeper/owners.go @@ -1,5 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) package keeper import ( diff --git a/x/nft/keeper/owners_test.go b/x/nft/keeper/owners_test.go index 48b590af3..3b96dd6c5 100644 --- a/x/nft/keeper/owners_test.go +++ b/x/nft/keeper/owners_test.go @@ -1,5 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) package keeper_test import ( diff --git a/x/nft/keeper/querier.go b/x/nft/keeper/querier.go index 76f79631a..4580d5cf5 100644 --- a/x/nft/keeper/querier.go +++ b/x/nft/keeper/querier.go @@ -1,5 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) package keeper import ( diff --git a/x/nft/keeper/querier_test.go b/x/nft/keeper/querier_test.go index bda4d03f2..9726c1b3a 100644 --- a/x/nft/keeper/querier_test.go +++ b/x/nft/keeper/querier_test.go @@ -1,5 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) package keeper_test import ( diff --git a/x/nft/module.go b/x/nft/module.go index b7b7195a0..2f9441b76 100644 --- a/x/nft/module.go +++ b/x/nft/module.go @@ -1,5 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) package nft import ( diff --git a/x/nft/simulation/decoder.go b/x/nft/simulation/decoder.go index e787c1350..772ff9a3b 100644 --- a/x/nft/simulation/decoder.go +++ b/x/nft/simulation/decoder.go @@ -1,5 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) package simulation import ( diff --git a/x/nft/simulation/genesis.go b/x/nft/simulation/genesis.go index c53dba391..cdf98008d 100644 --- a/x/nft/simulation/genesis.go +++ b/x/nft/simulation/genesis.go @@ -1,5 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) package simulation import ( diff --git a/x/nft/simulation/operations.go b/x/nft/simulation/operations.go index ab03c933e..ab5ca6738 100644 --- a/x/nft/simulation/operations.go +++ b/x/nft/simulation/operations.go @@ -1,5 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) package simulation import ( diff --git a/x/nft/spec/README.md b/x/nft/spec/README.md index 62fe125f0..49d673f0b 100644 --- a/x/nft/spec/README.md +++ b/x/nft/spec/README.md @@ -6,7 +6,8 @@ parent: --> > Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) -> Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +> Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) +> Modifications Copyright (c) 2023-present Cronos Labs (licensed under the Apache License, Version 2.0) # NFT Specification diff --git a/x/nft/types/codec.go b/x/nft/types/codec.go index 1432dad9b..df6703610 100644 --- a/x/nft/types/codec.go +++ b/x/nft/types/codec.go @@ -1,5 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) package types // DONTCOVER diff --git a/x/nft/types/collection.go b/x/nft/types/collection.go index 927e38ee8..86040eff6 100644 --- a/x/nft/types/collection.go +++ b/x/nft/types/collection.go @@ -1,5 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) package types import ( diff --git a/x/nft/types/common_test.go b/x/nft/types/common_test.go index 666170160..652729958 100644 --- a/x/nft/types/common_test.go +++ b/x/nft/types/common_test.go @@ -1,5 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) package types_test import ( diff --git a/x/nft/types/denom.go b/x/nft/types/denom.go index 764391309..37c3bf9ba 100644 --- a/x/nft/types/denom.go +++ b/x/nft/types/denom.go @@ -1,5 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) package types import ( diff --git a/x/nft/types/errors.go b/x/nft/types/errors.go index 77310def5..f1c0fcdf5 100644 --- a/x/nft/types/errors.go +++ b/x/nft/types/errors.go @@ -1,5 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) package types import ( diff --git a/x/nft/types/events.go b/x/nft/types/events.go index 25957c619..c8fb13884 100644 --- a/x/nft/types/events.go +++ b/x/nft/types/events.go @@ -1,5 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) package types // NFT module event types diff --git a/x/nft/types/expected_keepers.go b/x/nft/types/expected_keepers.go index da6f4b95c..1d0b2849c 100644 --- a/x/nft/types/expected_keepers.go +++ b/x/nft/types/expected_keepers.go @@ -1,5 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) package types import ( diff --git a/x/nft/types/genesis.go b/x/nft/types/genesis.go index 46c04ad6d..1bf0532de 100644 --- a/x/nft/types/genesis.go +++ b/x/nft/types/genesis.go @@ -1,5 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) package types import ( diff --git a/x/nft/types/keys.go b/x/nft/types/keys.go index 6ddeb6816..c4fbd01d8 100644 --- a/x/nft/types/keys.go +++ b/x/nft/types/keys.go @@ -1,5 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) package types import ( diff --git a/x/nft/types/msgs.go b/x/nft/types/msgs.go index ca5722386..f5b04dff7 100644 --- a/x/nft/types/msgs.go +++ b/x/nft/types/msgs.go @@ -1,5 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) package types import ( diff --git a/x/nft/types/msgs_test.go b/x/nft/types/msgs_test.go index 9c6a1e84c..8c8b248e4 100644 --- a/x/nft/types/msgs_test.go +++ b/x/nft/types/msgs_test.go @@ -1,5 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) package types_test import ( diff --git a/x/nft/types/nft.go b/x/nft/types/nft.go index 2e2aa5f29..8f8e8f9b3 100644 --- a/x/nft/types/nft.go +++ b/x/nft/types/nft.go @@ -1,5 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) package types import ( diff --git a/x/nft/types/owners.go b/x/nft/types/owners.go index 48c13ca76..128804162 100644 --- a/x/nft/types/owners.go +++ b/x/nft/types/owners.go @@ -1,5 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) package types import ( diff --git a/x/nft/types/querier.go b/x/nft/types/querier.go index 130d20231..cb0e4abbc 100644 --- a/x/nft/types/querier.go +++ b/x/nft/types/querier.go @@ -1,5 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) package types // DONTCOVER diff --git a/x/nft/types/validation.go b/x/nft/types/validation.go index 0529675a2..a6bf424cf 100644 --- a/x/nft/types/validation.go +++ b/x/nft/types/validation.go @@ -1,5 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) package types import ( From 128f480103ad62a72a80411f53760d19cfdafd33 Mon Sep 17 00:00:00 2001 From: Calvin Lau Date: Tue, 6 Feb 2024 16:00:58 +0800 Subject: [PATCH 2/4] Update Discord image name --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 409e8e2f1..b11593d21 100644 --- a/readme.md +++ b/readme.md @@ -7,7 +7,7 @@

- +

## Table of Contents @@ -188,7 +188,7 @@ pystarport supervisorctl stop all - [Project Website](http://cronos-pos.org/) - [Technical Documentation](http://docs.cronos-pos.org) - Community chatrooms (non-technical): [Discord](https://discord.gg/nsp9JTC) [Telegram](https://t.me/CryptoComOfficial) -- Developer community channel (technical): [![Support Server](https://img.shields.io/discord/783264383978569728.svg?color=7289da&label=Cronos-POS.org%20Chain&logo=discord&style=flat-square)](https://discord.gg/pahqHz26q4) +- Developer community channel (technical): [![Support Server](https://img.shields.io/discord/783264383978569728.svg?color=7289da&label=Cronos%20POS%20Chain&logo=discord&style=flat-squar)](https://discord.gg/pahqHz26q4) - [Cosmos SDK documentation](https://docs.cosmos.network) - [Cosmos Discord](https://discord.gg/W8trcGV) From 94a799e1bfc6a496e28a7b9ee452425aa8df32ad Mon Sep 17 00:00:00 2001 From: Calvin Lau Date: Tue, 6 Feb 2024 16:37:38 +0800 Subject: [PATCH 3/4] Adjusted license terms year --- proto/nft/v1/genesis.proto | 2 +- proto/nft/v1/nft.proto | 2 +- proto/nft/v1/query.proto | 2 +- proto/nft/v1/tx.proto | 2 +- x/nft/client/cli/cli_test.go | 2 +- x/nft/client/cli/flags.go | 2 +- x/nft/client/cli/query.go | 2 +- x/nft/client/cli/tx.go | 2 +- x/nft/client/testutil/test_helpers.go | 2 +- x/nft/exported/nft.go | 2 +- x/nft/genesis.go | 2 +- x/nft/handler.go | 2 +- x/nft/keeper/collection.go | 2 +- x/nft/keeper/collection_test.go | 2 +- x/nft/keeper/denom.go | 2 +- x/nft/keeper/grpc_query.go | 2 +- x/nft/keeper/grpc_query_test.go | 2 +- x/nft/keeper/invariants.go | 2 +- x/nft/keeper/keeper.go | 2 +- x/nft/keeper/keeper_test.go | 2 +- x/nft/keeper/msg_server.go | 2 +- x/nft/keeper/nft.go | 2 +- x/nft/keeper/nft_test.go | 2 +- x/nft/keeper/owners.go | 2 +- x/nft/keeper/owners_test.go | 2 +- x/nft/keeper/querier.go | 2 +- x/nft/keeper/querier_test.go | 2 +- x/nft/module.go | 2 +- x/nft/simulation/decoder.go | 2 +- x/nft/simulation/genesis.go | 2 +- x/nft/simulation/operations.go | 2 +- x/nft/types/codec.go | 2 +- x/nft/types/collection.go | 2 +- x/nft/types/common_test.go | 2 +- x/nft/types/denom.go | 2 +- x/nft/types/errors.go | 2 +- x/nft/types/events.go | 2 +- x/nft/types/expected_keepers.go | 2 +- x/nft/types/genesis.go | 2 +- x/nft/types/keys.go | 2 +- x/nft/types/msgs.go | 2 +- x/nft/types/msgs_test.go | 2 +- x/nft/types/nft.go | 2 +- x/nft/types/owners.go | 2 +- x/nft/types/querier.go | 2 +- x/nft/types/validation.go | 2 +- 46 files changed, 46 insertions(+), 46 deletions(-) diff --git a/proto/nft/v1/genesis.proto b/proto/nft/v1/genesis.proto index 2c69c224a..6cf3317cb 100644 --- a/proto/nft/v1/genesis.proto +++ b/proto/nft/v1/genesis.proto @@ -1,6 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) // Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2023-present Cronos Labs (licensed under the Apache License, Version 2.0) syntax = "proto3"; package chainmain.nft.v1; diff --git a/proto/nft/v1/nft.proto b/proto/nft/v1/nft.proto index dee2a5c64..fd4cc04d4 100644 --- a/proto/nft/v1/nft.proto +++ b/proto/nft/v1/nft.proto @@ -1,6 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) // Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2023-present Cronos Labs (licensed under the Apache License, Version 2.0) syntax = "proto3"; package chainmain.nft.v1; diff --git a/proto/nft/v1/query.proto b/proto/nft/v1/query.proto index ce06b4ff8..2527a7cdc 100644 --- a/proto/nft/v1/query.proto +++ b/proto/nft/v1/query.proto @@ -1,6 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) // Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2023-present Cronos Labs (licensed under the Apache License, Version 2.0) syntax = "proto3"; package chainmain.nft.v1; diff --git a/proto/nft/v1/tx.proto b/proto/nft/v1/tx.proto index b2b7bcf7b..a0cc6b8f6 100644 --- a/proto/nft/v1/tx.proto +++ b/proto/nft/v1/tx.proto @@ -1,6 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) // Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2023-present Cronos Labs (licensed under the Apache License, Version 2.0) syntax = "proto3"; package chainmain.nft.v1; diff --git a/x/nft/client/cli/cli_test.go b/x/nft/client/cli/cli_test.go index 114dd77d1..64efeb42f 100644 --- a/x/nft/client/cli/cli_test.go +++ b/x/nft/client/cli/cli_test.go @@ -1,6 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) // Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2023-present Cronos Labs (licensed under the Apache License, Version 2.0) package cli_test import ( diff --git a/x/nft/client/cli/flags.go b/x/nft/client/cli/flags.go index 95236b3b5..ccd50f775 100644 --- a/x/nft/client/cli/flags.go +++ b/x/nft/client/cli/flags.go @@ -1,6 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) // Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2023-present Cronos Labs (licensed under the Apache License, Version 2.0) package cli import ( diff --git a/x/nft/client/cli/query.go b/x/nft/client/cli/query.go index 6b0fb307c..68e0a2843 100644 --- a/x/nft/client/cli/query.go +++ b/x/nft/client/cli/query.go @@ -1,6 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) // Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2023-present Cronos Labs (licensed under the Apache License, Version 2.0) package cli import ( diff --git a/x/nft/client/cli/tx.go b/x/nft/client/cli/tx.go index 9fbd845b3..d15f23aa1 100644 --- a/x/nft/client/cli/tx.go +++ b/x/nft/client/cli/tx.go @@ -1,6 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) // Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2023-present Cronos Labs (licensed under the Apache License, Version 2.0) package cli import ( diff --git a/x/nft/client/testutil/test_helpers.go b/x/nft/client/testutil/test_helpers.go index f58c723cc..f1772169b 100644 --- a/x/nft/client/testutil/test_helpers.go +++ b/x/nft/client/testutil/test_helpers.go @@ -1,6 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) // Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2023-present Cronos Labs (licensed under the Apache License, Version 2.0) package testutil import ( diff --git a/x/nft/exported/nft.go b/x/nft/exported/nft.go index c6f192645..d74eb74bd 100644 --- a/x/nft/exported/nft.go +++ b/x/nft/exported/nft.go @@ -1,6 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) // Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2023-present Cronos Labs (licensed under the Apache License, Version 2.0) package exported import ( diff --git a/x/nft/genesis.go b/x/nft/genesis.go index 1a019bec8..3cd1c8c7e 100644 --- a/x/nft/genesis.go +++ b/x/nft/genesis.go @@ -1,6 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) // Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2023-present Cronos Labs (licensed under the Apache License, Version 2.0) package nft import ( diff --git a/x/nft/handler.go b/x/nft/handler.go index c891f6017..dbea08166 100644 --- a/x/nft/handler.go +++ b/x/nft/handler.go @@ -1,6 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) // Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2023-present Cronos Labs (licensed under the Apache License, Version 2.0) package nft import ( diff --git a/x/nft/keeper/collection.go b/x/nft/keeper/collection.go index 97ef5f2fd..9d1f4b4b8 100644 --- a/x/nft/keeper/collection.go +++ b/x/nft/keeper/collection.go @@ -1,6 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) // Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2023-present Cronos Labs (licensed under the Apache License, Version 2.0) package keeper import ( diff --git a/x/nft/keeper/collection_test.go b/x/nft/keeper/collection_test.go index 5fd05cd94..ba9f7f899 100644 --- a/x/nft/keeper/collection_test.go +++ b/x/nft/keeper/collection_test.go @@ -1,6 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) // Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2023-present Cronos Labs (licensed under the Apache License, Version 2.0) package keeper_test import ( diff --git a/x/nft/keeper/denom.go b/x/nft/keeper/denom.go index 916102173..246cf5048 100644 --- a/x/nft/keeper/denom.go +++ b/x/nft/keeper/denom.go @@ -1,6 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) // Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2023-present Cronos Labs (licensed under the Apache License, Version 2.0) package keeper import ( diff --git a/x/nft/keeper/grpc_query.go b/x/nft/keeper/grpc_query.go index 6294acdea..60775a312 100644 --- a/x/nft/keeper/grpc_query.go +++ b/x/nft/keeper/grpc_query.go @@ -1,6 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) // Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2023-present Cronos Labs (licensed under the Apache License, Version 2.0) package keeper import ( diff --git a/x/nft/keeper/grpc_query_test.go b/x/nft/keeper/grpc_query_test.go index 6345206a4..03e1750ca 100644 --- a/x/nft/keeper/grpc_query_test.go +++ b/x/nft/keeper/grpc_query_test.go @@ -1,6 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) // Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2023-present Cronos Labs (licensed under the Apache License, Version 2.0) package keeper_test import ( diff --git a/x/nft/keeper/invariants.go b/x/nft/keeper/invariants.go index f71dd22c7..2bd08f531 100644 --- a/x/nft/keeper/invariants.go +++ b/x/nft/keeper/invariants.go @@ -1,6 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) // Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2023-present Cronos Labs (licensed under the Apache License, Version 2.0) package keeper // DONTCOVER diff --git a/x/nft/keeper/keeper.go b/x/nft/keeper/keeper.go index 334c61051..9e29cc754 100644 --- a/x/nft/keeper/keeper.go +++ b/x/nft/keeper/keeper.go @@ -1,6 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) // Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2023-present Cronos Labs (licensed under the Apache License, Version 2.0) package keeper import ( diff --git a/x/nft/keeper/keeper_test.go b/x/nft/keeper/keeper_test.go index 120256db3..9fd519124 100644 --- a/x/nft/keeper/keeper_test.go +++ b/x/nft/keeper/keeper_test.go @@ -1,6 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) // Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2023-present Cronos Labs (licensed under the Apache License, Version 2.0) package keeper_test import ( diff --git a/x/nft/keeper/msg_server.go b/x/nft/keeper/msg_server.go index ec2f6a81a..26aa9fcee 100644 --- a/x/nft/keeper/msg_server.go +++ b/x/nft/keeper/msg_server.go @@ -1,6 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) // Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2023-present Cronos Labs (licensed under the Apache License, Version 2.0) package keeper import ( diff --git a/x/nft/keeper/nft.go b/x/nft/keeper/nft.go index 37a195faf..db90acfe3 100644 --- a/x/nft/keeper/nft.go +++ b/x/nft/keeper/nft.go @@ -1,6 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) // Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2023-present Cronos Labs (licensed under the Apache License, Version 2.0) package keeper import ( diff --git a/x/nft/keeper/nft_test.go b/x/nft/keeper/nft_test.go index 003c90f7b..6440c4e49 100644 --- a/x/nft/keeper/nft_test.go +++ b/x/nft/keeper/nft_test.go @@ -1,6 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) // Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2023-present Cronos Labs (licensed under the Apache License, Version 2.0) package keeper_test import ( diff --git a/x/nft/keeper/owners.go b/x/nft/keeper/owners.go index f3b35a5e1..c922cc310 100644 --- a/x/nft/keeper/owners.go +++ b/x/nft/keeper/owners.go @@ -1,6 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) // Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2023-present Cronos Labs (licensed under the Apache License, Version 2.0) package keeper import ( diff --git a/x/nft/keeper/owners_test.go b/x/nft/keeper/owners_test.go index 3b96dd6c5..013a929ea 100644 --- a/x/nft/keeper/owners_test.go +++ b/x/nft/keeper/owners_test.go @@ -1,6 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) // Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2023-present Cronos Labs (licensed under the Apache License, Version 2.0) package keeper_test import ( diff --git a/x/nft/keeper/querier.go b/x/nft/keeper/querier.go index 4580d5cf5..d2fb52768 100644 --- a/x/nft/keeper/querier.go +++ b/x/nft/keeper/querier.go @@ -1,6 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) // Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2023-present Cronos Labs (licensed under the Apache License, Version 2.0) package keeper import ( diff --git a/x/nft/keeper/querier_test.go b/x/nft/keeper/querier_test.go index 9726c1b3a..b1083751c 100644 --- a/x/nft/keeper/querier_test.go +++ b/x/nft/keeper/querier_test.go @@ -1,6 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) // Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2023-present Cronos Labs (licensed under the Apache License, Version 2.0) package keeper_test import ( diff --git a/x/nft/module.go b/x/nft/module.go index 2f9441b76..6e7e45037 100644 --- a/x/nft/module.go +++ b/x/nft/module.go @@ -1,6 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) // Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2023-present Cronos Labs (licensed under the Apache License, Version 2.0) package nft import ( diff --git a/x/nft/simulation/decoder.go b/x/nft/simulation/decoder.go index 772ff9a3b..ec3203d63 100644 --- a/x/nft/simulation/decoder.go +++ b/x/nft/simulation/decoder.go @@ -1,6 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) // Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2023-present Cronos Labs (licensed under the Apache License, Version 2.0) package simulation import ( diff --git a/x/nft/simulation/genesis.go b/x/nft/simulation/genesis.go index cdf98008d..81ee0c64f 100644 --- a/x/nft/simulation/genesis.go +++ b/x/nft/simulation/genesis.go @@ -1,6 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) // Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2023-present Cronos Labs (licensed under the Apache License, Version 2.0) package simulation import ( diff --git a/x/nft/simulation/operations.go b/x/nft/simulation/operations.go index ab5ca6738..47e2eb290 100644 --- a/x/nft/simulation/operations.go +++ b/x/nft/simulation/operations.go @@ -1,6 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) // Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2023-present Cronos Labs (licensed under the Apache License, Version 2.0) package simulation import ( diff --git a/x/nft/types/codec.go b/x/nft/types/codec.go index df6703610..f73682f8b 100644 --- a/x/nft/types/codec.go +++ b/x/nft/types/codec.go @@ -1,6 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) // Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2023-present Cronos Labs (licensed under the Apache License, Version 2.0) package types // DONTCOVER diff --git a/x/nft/types/collection.go b/x/nft/types/collection.go index 86040eff6..6d432badf 100644 --- a/x/nft/types/collection.go +++ b/x/nft/types/collection.go @@ -1,6 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) // Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2023-present Cronos Labs (licensed under the Apache License, Version 2.0) package types import ( diff --git a/x/nft/types/common_test.go b/x/nft/types/common_test.go index 652729958..6f7846514 100644 --- a/x/nft/types/common_test.go +++ b/x/nft/types/common_test.go @@ -1,6 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) // Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2023-present Cronos Labs (licensed under the Apache License, Version 2.0) package types_test import ( diff --git a/x/nft/types/denom.go b/x/nft/types/denom.go index 37c3bf9ba..1e5fa1837 100644 --- a/x/nft/types/denom.go +++ b/x/nft/types/denom.go @@ -1,6 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) // Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2023-present Cronos Labs (licensed under the Apache License, Version 2.0) package types import ( diff --git a/x/nft/types/errors.go b/x/nft/types/errors.go index f1c0fcdf5..6554e7171 100644 --- a/x/nft/types/errors.go +++ b/x/nft/types/errors.go @@ -1,6 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) // Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2023-present Cronos Labs (licensed under the Apache License, Version 2.0) package types import ( diff --git a/x/nft/types/events.go b/x/nft/types/events.go index c8fb13884..0219fb707 100644 --- a/x/nft/types/events.go +++ b/x/nft/types/events.go @@ -1,6 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) // Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2023-present Cronos Labs (licensed under the Apache License, Version 2.0) package types // NFT module event types diff --git a/x/nft/types/expected_keepers.go b/x/nft/types/expected_keepers.go index 1d0b2849c..a4b9c0707 100644 --- a/x/nft/types/expected_keepers.go +++ b/x/nft/types/expected_keepers.go @@ -1,6 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) // Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2023-present Cronos Labs (licensed under the Apache License, Version 2.0) package types import ( diff --git a/x/nft/types/genesis.go b/x/nft/types/genesis.go index 1bf0532de..5d964cb38 100644 --- a/x/nft/types/genesis.go +++ b/x/nft/types/genesis.go @@ -1,6 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) // Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2023-present Cronos Labs (licensed under the Apache License, Version 2.0) package types import ( diff --git a/x/nft/types/keys.go b/x/nft/types/keys.go index c4fbd01d8..b955cd8d3 100644 --- a/x/nft/types/keys.go +++ b/x/nft/types/keys.go @@ -1,6 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) // Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2023-present Cronos Labs (licensed under the Apache License, Version 2.0) package types import ( diff --git a/x/nft/types/msgs.go b/x/nft/types/msgs.go index f5b04dff7..842541199 100644 --- a/x/nft/types/msgs.go +++ b/x/nft/types/msgs.go @@ -1,6 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) // Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2023-present Cronos Labs (licensed under the Apache License, Version 2.0) package types import ( diff --git a/x/nft/types/msgs_test.go b/x/nft/types/msgs_test.go index 8c8b248e4..e667b9084 100644 --- a/x/nft/types/msgs_test.go +++ b/x/nft/types/msgs_test.go @@ -1,6 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) // Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2023-present Cronos Labs (licensed under the Apache License, Version 2.0) package types_test import ( diff --git a/x/nft/types/nft.go b/x/nft/types/nft.go index 8f8e8f9b3..c1794b0e4 100644 --- a/x/nft/types/nft.go +++ b/x/nft/types/nft.go @@ -1,6 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) // Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2023-present Cronos Labs (licensed under the Apache License, Version 2.0) package types import ( diff --git a/x/nft/types/owners.go b/x/nft/types/owners.go index 128804162..a79d24f2e 100644 --- a/x/nft/types/owners.go +++ b/x/nft/types/owners.go @@ -1,6 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) // Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2023-present Cronos Labs (licensed under the Apache License, Version 2.0) package types import ( diff --git a/x/nft/types/querier.go b/x/nft/types/querier.go index cb0e4abbc..d7d7bbe6e 100644 --- a/x/nft/types/querier.go +++ b/x/nft/types/querier.go @@ -1,6 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) // Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2023-present Cronos Labs (licensed under the Apache License, Version 2.0) package types // DONTCOVER diff --git a/x/nft/types/validation.go b/x/nft/types/validation.go index a6bf424cf..771089475 100644 --- a/x/nft/types/validation.go +++ b/x/nft/types/validation.go @@ -1,6 +1,6 @@ // Copyright (c) 2016-2021 Shanghai Bianjie AI Technology Inc. (licensed under the Apache License, Version 2.0) // Modifications Copyright (c) 2021-2023 Crypto.org (licensed under the Apache License, Version 2.0) -// Modifications Copyright (c) 2021-present Cronos Labs (licensed under the Apache License, Version 2.0) +// Modifications Copyright (c) 2023-present Cronos Labs (licensed under the Apache License, Version 2.0) package types import ( From 15de9456cdf34c11d29ca21aba2cdda4fa02283e Mon Sep 17 00:00:00 2001 From: Calvin Lau Date: Tue, 6 Feb 2024 16:40:21 +0800 Subject: [PATCH 4/4] Updated changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a43cf58cf..c27e5004f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## Unreleased -- []() Rename Crypto.org Chain to Cronos POS Chain +- [#1029](https://github.com/crypto-org-chain/chain-main/pull/1029) Rename Crypto.org Chain to Cronos POS Chain *Dec 6, 2023*