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
The `tokenlist` method lists all available tokens on the asset chain.
15794
+
The `tokenlist` method lists all available tokens on the smart chain.
15795
15795
15796
15796
### Arguments
15797
15797
@@ -17310,11 +17310,11 @@ export const description = "This section contains information required to Setup
17310
17310
This section of the documentation contains information required to Setup Antara based Smart Chains.
17311
17311
export const title = "Activate Custom Consensus modules on a Komodo Smartchain";
17312
17312
export const description =
17313
-
"If you have an existing assetchain based on Komodo platform without Custom Consensus modules enabled, you can activate it at any time.";
17313
+
"If you have an existing smartchain based on Komodo platform without Custom Consensus modules enabled, you can activate it at any time.";
17314
17314
17315
17315
# How to Activate Custom Consensus modules on an Existing Komodo Smartchain
17316
17316
17317
-
If you have an existing assetchain based on Komodo platform without Custom Consensus modules enabled, you can activate it at any time. Komodo daemon now supports the command-line parameter `-ac_ccactivate=height` , using which you can activate CC on a non-CC enabled chain in a future block height.
17317
+
If you have an existing smartchain based on Komodo platform without Custom Consensus modules enabled, you can activate it at any time. Komodo daemon now supports the command-line parameter `-ac_ccactivate=height` , using which you can activate CC on a non-CC enabled chain in a future block height.
17318
17318
17319
17319
## Example
17320
17320
@@ -17637,7 +17637,7 @@ In a P2PK transaction, the software checks the cryptographic signature of the pu
17637
17637
17638
17638
These simple transactions are common in coinbase transactions. (Recall that a coinbase transaction is the transaction that mints new coins onto a blockchain. Coinbase transactions are most frequently encountered as block rewards for miners/stakers, and in the Gensis Block of a chain.)
17639
17639
17640
-
If the reader would like a more thorough technical explanation of P2PK transactions, tutorials and explanations abound across the web. [Here is one such example.](https://komodoplatform.com/p2pk-pay-to-pubkey/)
17640
+
If the reader would like a more thorough technical explanation of P2PK transactions, tutorials and explanations abound across the web. [Here is one such example.](https://komodoplatform.com/en/academy/p2pk-pay-to-pubkey/)
17641
17641
17642
17642
#### Quantum Computers, Cold Addresses, and Change
17643
17643
@@ -17667,7 +17667,7 @@ Transactions that send funds to a cold address are called "Pay to Pubkey Hash" t
17667
17667
17668
17668
When performing a P2PKH transaction, the protocol has a few extra steps to perform. The protocol must check that the hash of the pubkey (which is included as a part of the cold address) is appropriately matched to the pubkey itself. The structure of a P2PKH transaction includes opreturns that instruct the daemon to perform these verification steps.
17669
17669
17670
-
The Internet contains many thorough explanations of P2PKH transactions. For more information, [here is one such tutorial.](https://komodoplatform.com/p2pkh-pay-to-pubkey-hash/)
17670
+
The Internet contains many thorough explanations of P2PKH transactions. For more information, [here is one such tutorial.](https://komodoplatform.com/en/academy/p2pkh-pay-to-pubkey-hash/)
17671
17671
17672
17672
Once a cold address is associated with a pubkey, the Bitcoin protocol no longer attempts to use these quantum-secure P2PKH transactions, as they require an extra 25 bytes of data space. Instead, the protocol reverts to the original P2PK transactions.
17673
17673
@@ -17683,7 +17683,7 @@ This method allows the user to lock their funds to the hash of a script. The scr
17683
17683
17684
17684
To unlock the funds, a user provides the original script. The blockchain daemon checks that the script matches the hash, executes the script, and the funds are unlocked.
17685
17685
17686
-
For more information about P2SH transactions, [a useful tutorial can be found here.](https://komodoplatform.com/p2sh-pay-to-script-hash/)
17686
+
For more information about P2SH transactions, [a useful tutorial can be found here.](https://komodoplatform.com/en/academy/p2sh-pay-to-script-hash/)
0 commit comments