Skip to content

Commit

Permalink
chore: update links and references to Use Ink (#2248)
Browse files Browse the repository at this point in the history
* chore: update refs to use-ink

* docs: update SECURITY.md and README.md

* chore: update toml keywords

* chore: update CHANGELOG.md
  • Loading branch information
peterwht authored Jun 11, 2024
1 parent 0868f5e commit 0cd2b89
Show file tree
Hide file tree
Showing 77 changed files with 86 additions and 91 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added
- [Linter] Add links to detailed lint description ‒ [#2170](https://github.com/use-ink/ink/pull/2170)
- Add `xcm_execute` and `xcm_send` support - [#1912](https://github.com/paritytech/ink/pull/1912)
- Add `xcm_execute` and `xcm_send` support - [#1912](https://github.com/use-ink/ink/pull/1912)
- Environment agnostic contract invocation API ‒ [#219](https://github.com/use-ink/ink/pull/2219)

### Changed
- [E2E] Update `subxt` and `polkadot-sdk` dependencies ‒ [#2174](https://github.com/use-ink/ink/pull/2174)
- Update repository URLs from `paritytech` GitHub organization to new `use-ink` one ‒ [#2220](https://github.com/use-ink/ink/pull/2220)
- Update repository URLs & references from `paritytech` GitHub organization to new `use-ink` one ‒ [#2220](https://github.com/use-ink/ink/pull/2220) and [#2248](https://github.com/use-ink/ink/pull/2248)

### Fixed
- Fix outdated docs for `[ink_e2e::test]`[#2162](https://github.com/use-ink/ink/pull/2162)
Expand Down
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe

== Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [email protected]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [email protected]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.

Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.

Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ exclude = [
]

[workspace.package]
authors = ["Use Ink <ink@r0gue.io>"]
authors = ["Use Ink <ink@use.ink>"]
categories = ["no-std", "embedded"]
edition = "2021"
homepage = "https://www.parity.io/"
keywords = ["wasm", "parity", "webassembly", "blockchain", "edsl"]
homepage = "https://use.ink"
keywords = ["wasm", "ink", "webassembly", "blockchain", "edsl"]
license = "Apache-2.0"
repository = "https://github.com/use-ink/ink"
version = "5.0.0"
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div align="center">
<img src="https://raw.githubusercontent.com/use-ink/ink/master/.images/ink-logo-glow.svg" alt="ink!" height="136" />
<h1 align="center">
Parity's ink! for writing smart contracts
Polkadot's ink! for writing smart contracts
</h1>

[![linux][a1]][a2] [![codecov][c1]][c2] [![coveralls][d1]][d2] [![loc][e1]][e2] [![stack-exchange][s1]][s2]
Expand Down Expand Up @@ -46,7 +46,7 @@ More relevant links:
* [`cargo-contract`](https://github.com/use-ink/cargo-contract) ‒ CLI tool for ink! contracts
* [Contracts UI](https://contracts-ui.substrate.io/) ‒ Frontend for contract instantiation and interaction
* [Substrate Contracts Node](https://github.com/paritytech/substrate-contracts-node) ‒ Simple Substrate blockchain which includes smart contract functionality
* [Awesome ink!](https://github.com/use-ink/awesome-ink) - A curated list of awesome projects for Parity's ink!
* [Awesome ink!](https://github.com/use-ink/awesome-ink) - A curated list of awesome projects for Polkadot's ink!
* We post announcements on [Matrix][k2] and [Discord][l2] (in the
[`ink_smart-contracts`](https://discord.com/channels/722223075629727774/765280480609828864) channel).

Expand Down Expand Up @@ -290,4 +290,3 @@ Use the scripts provided under `scripts/check-*` directory in order to run check

The entire code within this repository is licensed under the [Apache License 2.0](LICENSE).

Please [contact us](https://www.parity.io/contact/) if you have questions about the licensing of our products.
6 changes: 1 addition & 5 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,4 @@

If you find something that can be treated as a security vulnerability, please do not use the issue tracker or discuss it in the public forum/channels, as it can cause more damage rather than giving real help to the ecosystem.

Security vulnerabilities should be reported using [this contact form](https://security-submission.parity.io/).

If you think that your report might be eligible for the Bug Bounty Program, please mark this during the submission. Please check up-to-date [Parity Bug Bounty Program rules](https://www.parity.io/bug-bounty) for more information about our Bug Bounty Program.

**Warning:** This is an unified `SECURITY.md` file for the Paritytech GitHub Organization. The presence of this file does not mean that this repository is covered by the Bug Bounty program. Please always check the Bug Bounty Program scope for the information.
Security vulnerabilities should be reported using [this contact form](https://blocksurvey.io/ink-security-vulnerability-reporting-QCfzqPF8QMqIrJUEll7yPA?v=o).
2 changes: 1 addition & 1 deletion crates/allocator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ink_allocator"
version.workspace = true
authors = ["Use Ink <ink@r0gue.io>"]
authors = ["Use Ink <ink@use.ink>"]
edition.workspace = true

license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/e2e/sandbox/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ink_sandbox"
version = "5.0.0"
authors = ["Use Ink <ink@r0gue.io>", "Cardinal Cryptography"]
authors = ["Use Ink <ink@use.ink>", "Cardinal Cryptography"]
edition.workspace = true
license.workspace = true
description = "Sandbox runtime environment for ink! e2e tests"
Expand Down
2 changes: 1 addition & 1 deletion crates/engine/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ink_engine"
version.workspace = true
authors = ["Use Ink <ink@r0gue.io>"]
authors = ["Use Ink <ink@use.ink>"]
edition.workspace = true

license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/env/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ink_env"
version.workspace = true
authors = ["Use Ink <ink@r0gue.io>"]
authors = ["Use Ink <ink@use.ink>"]
edition.workspace = true
rust-version = "1.68"

Expand Down
2 changes: 1 addition & 1 deletion crates/env/src/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@ where
/// enum.
///
/// For more details consult
/// [host function documentation](https://use-ink.github.io/substrate/master/pallet_contracts/api_doc/trait.Current.html#tymethod.call_runtime).
/// [host function documentation](https://paritytech.github.io/substrate/master/pallet_contracts/api_doc/trait.Current.html#tymethod.call_runtime).
///
/// # Errors
///
Expand Down
2 changes: 1 addition & 1 deletion crates/ink/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ink"
version.workspace = true
authors = ["Use Ink <ink@r0gue.io>"]
authors = ["Use Ink <ink@use.ink>"]
edition.workspace = true
rust-version = "1.63"

Expand Down
2 changes: 1 addition & 1 deletion crates/ink/codegen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ink_codegen"
version.workspace = true
authors = ["Use Ink <ink@r0gue.io>"]
authors = ["Use Ink <ink@use.ink>"]
edition.workspace = true

license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/ink/ir/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ink_ir"
version.workspace = true
authors = ["Use Ink <ink@r0gue.io>"]
authors = ["Use Ink <ink@use.ink>"]
edition.workspace = true

license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/ink/macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ink_macro"
version.workspace = true
authors = ["Use Ink <ink@r0gue.io>"]
authors = ["Use Ink <ink@use.ink>"]
edition.workspace = true

license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/metadata/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ink_metadata"
version.workspace = true
authors = ["Use Ink <ink@r0gue.io>"]
authors = ["Use Ink <ink@use.ink>"]
edition.workspace = true

license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/prelude/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ink_prelude"
version.workspace = true
authors = ["Use Ink <ink@r0gue.io>"]
authors = ["Use Ink <ink@use.ink>"]
edition.workspace = true

license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/primitives/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ink_primitives"
version.workspace = true
authors = ["Use Ink <ink@r0gue.io>"]
authors = ["Use Ink <ink@use.ink>"]
edition.workspace = true

license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/storage/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ink_storage"
version.workspace = true
authors = ["Use Ink <ink@r0gue.io>"]
authors = ["Use Ink <ink@use.ink>"]
edition.workspace = true

license.workspace = true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "call_builder_return_value"
version = "5.0.0"
authors = ["Use Ink <ink@r0gue.io>"]
authors = ["Use Ink <ink@use.ink>"]
edition = "2021"
publish = false

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "e2e-runtime-only-backend"
version = "5.0.0"
authors = ["Use Ink <ink@r0gue.io>"]
authors = ["Use Ink <ink@use.ink>"]
edition = "2021"
publish = false

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "call_builder_delegate"
version = "5.0.0"
authors = ["Use Ink <ink@r0gue.io>"]
authors = ["Use Ink <ink@use.ink>"]
edition = "2021"
publish = false

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "call_builder"
version = "5.0.0"
authors = ["Use Ink <ink@r0gue.io>"]
authors = ["Use Ink <ink@use.ink>"]
edition = "2021"
publish = false

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "constructors_return_value"
version = "5.0.0"
authors = ["Use Ink <ink@r0gue.io>"]
authors = ["Use Ink <ink@use.ink>"]
edition = "2021"
publish = false

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "contract_ref"
version = "5.0.0"
authors = ["Use Ink <ink@r0gue.io>"]
authors = ["Use Ink <ink@use.ink>"]
edition = "2021"

[dependencies]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "integration_flipper"
version = "5.0.0"
authors = ["Use Ink <ink@r0gue.io>"]
authors = ["Use Ink <ink@use.ink>"]
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/internal/mother/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "mother"
description = "Mother of all contracts"
version = "5.0.0"
authors = ["Use Ink <ink@r0gue.io>"]
authors = ["Use Ink <ink@use.ink>"]
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/internal/sr25519-verification/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "sr25519_verification"
version = "5.0.0"
authors = ["Use Ink <ink@r0gue.io>"]
authors = ["Use Ink <ink@use.ink>"]
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/public/call-runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "call-runtime"
version = "5.0.0"
authors = ["Use Ink <ink@r0gue.io>"]
authors = ["Use Ink <ink@use.ink>"]
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/public/combined-extension/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "combined_extension"
version = "5.0.0"
authors = ["Use Ink <ink@r0gue.io>"]
authors = ["Use Ink <ink@use.ink>"]
edition = "2021"
publish = false

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "conditional-compilation"
version = "5.0.0"
authors = ["Use Ink <ink@r0gue.io>"]
authors = ["Use Ink <ink@use.ink>"]
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/public/contract-storage/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "contract-storage"
version = "5.0.0"
authors = ["Use Ink <ink@r0gue.io>"]
authors = ["Use Ink <ink@use.ink>"]
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/public/contract-terminate/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "contract_terminate"
version = "5.0.0"
authors = ["Use Ink <ink@r0gue.io>"]
authors = ["Use Ink <ink@use.ink>"]
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/public/contract-transfer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "contract_transfer"
version = "5.0.0"
authors = ["Use Ink <ink@r0gue.io>"]
authors = ["Use Ink <ink@use.ink>"]
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/public/contract-xcm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "contract-xcm"
version = "4.0.0"
authors = ["Parity Technologies <[email protected]>"]
authors = ["Use Ink <[email protected]>"]
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/public/cross-contract-calls/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "cross-contract-calls"
version = "5.0.0"
authors = ["Use Ink <ink@r0gue.io>"]
authors = ["Use Ink <ink@use.ink>"]
edition = "2021"
publish = false

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "other-contract"
version = "5.0.0"
authors = ["Use Ink <ink@r0gue.io>"]
authors = ["Use Ink <ink@use.ink>"]
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/public/custom-allocator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "custom-allocator"
version = "5.0.0"
authors = ["Use Ink <ink@r0gue.io>"]
authors = ["Use Ink <ink@use.ink>"]
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/public/custom-environment/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "custom-environment"
version = "5.0.0"
authors = ["Use Ink <ink@r0gue.io>"]
authors = ["Use Ink <ink@use.ink>"]
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/public/dns/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "dns"
version = "5.0.0"
authors = ["Use Ink <ink@r0gue.io>"]
authors = ["Use Ink <ink@use.ink>"]
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/public/e2e-call-runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "e2e_call_runtime"
version = "5.0.0"
authors = ["Use Ink <ink@r0gue.io>"]
authors = ["Use Ink <ink@use.ink>"]
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/public/erc1155/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "erc1155"
version = "5.0.0"
authors = ["Use Ink <ink@r0gue.io>"]
authors = ["Use Ink <ink@use.ink>"]
edition = "2021"
publish = false

Expand Down
Loading

0 comments on commit 0cd2b89

Please sign in to comment.