You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -690,9 +690,9 @@ ink! 3.0-rc4 is compatible with
690
690
-[`substrate-contracts-node`](https://github.com/paritytech/substrate-contracts-node) version `0.1.0` or newer.
691
691
- Install the newest version using `cargo install contracts-node --git https://github.com/paritytech/substrate-contracts-node.git --force`.
692
692
693
-
The documentation on our [Documentation Portal](https://ink.substrate.io)
693
+
The documentation on our [Documentation Portal](https://use.ink)
694
694
is up-to-date with this release candidate. Since the last release candidate we notably
695
-
added a number of [Frequently Asked Questions](https://ink.substrate.io/faq)
695
+
added a number of [Frequently Asked Questions](https://use.ink/faq)
696
696
there.
697
697
698
698
### Quality Assurance
@@ -721,7 +721,7 @@ of key improvements to our testing setup:
721
721
- Implemented the (unstable) `seal_rent_status` API ‒ [#798](https://github.com/paritytech/ink/pull/798).
722
722
- Implemented the (unstable) `seal_debug_message` API ‒ [#792](https://github.com/paritytech/ink/pull/792).
723
723
- Printing debug messages can now be achieved via `ink_env::debug_println!(…)`.
724
-
- See [our documentation](https://ink.substrate.io/faq#how-do-i-print-something-to-the-console-from-the-runtime)
724
+
- See [our documentation](https://use.ink/faq#how-do-i-print-something-to-the-console-from-the-runtime)
725
725
for more information.
726
726
- The examples have been updated to reflect this new way of printing debug messages.
727
727
- Added usage comments with code examples to the `ink_env` API ‒ [#797](https://github.com/paritytech/ink/pull/797).
@@ -782,7 +782,7 @@ ink! 3.0-rc3 is compatible with
782
782
### Added
783
783
784
784
- Implemented chain extensions feature for ink!.
785
-
- ink!'s official documentation portal: https://ink.substrate.io/
785
+
- ink!'s official documentation portal: https://use.ink/
786
786
- It is now possible to pass a `salt` argument to contract instantiations.
If you want to have a local setup you can use our [`substrate-contracts-node`](https://github.com/paritytech/substrate-contracts-node) for a quickstart.
73
73
It's a simple Substrate blockchain which includes the Substrate module for smart contract functionality ‒ the `contracts` pallet (see [How it Works](#how-it-works) for more).
74
74
75
-
We also have a live testnet on [Rococo](https://github.com/paritytech/cumulus/#rococo-)
76
-
called [Canvas](https://ink.substrate.io/canvas). Canvas is a Substrate based
75
+
We also have a live testnet on [Rococo](https://github.com/paritytech/cumulus/#rococo-). Rococo is a Substrate based
77
76
parachain which supports ink! smart contracts. For further instructions on using this
Copy file name to clipboardExpand all lines: examples/delegator/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ In order to test this bundle of smart contracts you need to execute the
13
13
following steps.
14
14
15
15
You can upload the contracts using our [Contracts UI](https://contracts-ui.substrate.io/).
16
-
If you want to test it locally, our [`substrate-contracts-node`](https://ink.substrate.io/getting-started/setup/#installing-the-substrate-smart-contracts-node)
16
+
If you want to test it locally, our [`substrate-contracts-node`](https://use.ink/getting-started/setup/#installing-the-substrate-smart-contracts-node)
17
17
is an easy way to get a local smart contract chain running.
18
18
19
19
1. Compile all contracts using the `./build-all.sh` script.
0 commit comments