Skip to content

Commit 5c40669

Browse files
committed
fix link errors
1 parent 9b46f95 commit 5c40669

File tree

6 files changed

+195
-216
lines changed

6 files changed

+195
-216
lines changed

src/images/authors/StrobFX.jpeg

-9.42 KB
Loading

src/pages/atomicdex/changelog/index.mdx

+67-77
Large diffs are not rendered by default.

src/pages/atomicdex/setup/index.mdx

+6-11
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ import rustupMinimal from "@/public/images/setup/rustup-minimal.png";
88

99
## Minimum Requirements for Installation
1010

11-
- MacOS, Windows (see note below), and Linux (see note below)
11+
* MacOS, Windows (see note below), and Linux (see note below)
1212

13-
- 64-bit (see note below for 32-bit)
13+
* 64-bit (see note below for 32-bit)
1414

15-
- Minimum 2GB of free RAM
15+
* Minimum 2GB of free RAM
1616

17-
- Normal user account with admin/root privileges
17+
* Normal user account with admin/root privileges
1818

1919
<Note type="warning">
2020
If you would prefer to avoid building the AtomicDEX API from source, you can
@@ -60,12 +60,7 @@ undefined
6060

6161
Choose `2)` to customize the installation, select `default host triple` and `default toolchain`, and choose the `minimal` profile.
6262

63-
<OptimizedImage
64-
title="Installing the AtomicDEX API"
65-
src={rustupMinimal}
66-
classNaming="w-full"
67-
alt="Installing the AtomicDEX API"
68-
/>
63+
<OptimizedImage title="Installing the AtomicDEX API" src={rustupMinimal} classNaming="w-full" alt="Installing the AtomicDEX API" />
6964

7065
#### cmake Version 3.12 or Higher
7166

@@ -83,7 +78,7 @@ sudo apt-get install build-essential
8378

8479
##### Windows:
8580

86-
[Follow these instructions for MSVC](https://learn.microsoft.com/en-us/cpp/build/vscpp-step-0-installation?view=msvc-170&viewFallbackFrom=vs-2017)
81+
[Follow these instructions for MSVC](https://learn.microsoft.com/en-us/cpp/build/vscpp-step-0-installation?view=msvc-170\&viewFallbackFrom=vs-2017)
8782

8883
##### MacOS:
8984

src/pages/smart-chains/changelog/index.mdx

+100-106
Original file line numberDiff line numberDiff line change
@@ -3,121 +3,116 @@ export const description = "Find the Changelogs of various versions of Komodo da
33

44
# Change Log
55

6-
7-
## v0.8.1 [Falkor]
8-
9-
* This update is mandatory and includes several security fixes, code refactoring, optimizations, and other improvements.
10-
* Update Rust compiler to 1.69.
11-
* Add notarisations specific unit tests.
12-
* Refactoring the legacy code that is associated with PAX, KV, and ratification transactions has resulted in a slight decrease in block verification and overall synchronization time.
13-
* Bump libcurl to 8.4.0 ([CVE-2023-38545](https://github.com/advisories/GHSA-7xw9-w465-6x42), [CVE-2023-38546](https://github.com/advisories/GHSA-x3qx-m3c2-qfhx) fix).
14-
* Fix the value pools (sprout, sapling) calculation issue.
15-
* Minor fixes and updates.
16-
17-
18-
## v0.8.0-beta1 [Viserion]
19-
20-
* This is a mandatory update, Komodo Season 7 HF planned on height `3484958` for KMD, and timestamp `1688132253` (`Fri Jun 30 2023 13:37:33 GMT+0000`) for assetchains. All wallets/nodes should be updated to the latest (`0.8.0`) software to continue following mainnet.
21-
* Reduce AUR 5% -> 0.01% (start from S7), as it announced in [KIP-0001](https://github.com/KomodoPlatform/kips/blob/main/kip-0001.mediawiki).
22-
* Memory Usage Improvement: The memory usage of `komodod` has been reduced by not keeping Equihash solutions for all block headers in memory.
23-
* Node Startup Performance Improvements.
24-
* Security fixes.
25-
* Upgrade project dependencies (libevent).
26-
* Add `z_gettreestate` rpc.
27-
* Minor fixes and updates.
28-
29-
30-
## v0.7.2 [Longpan]
31-
32-
* This is a mandatory update, Komodo Season 6 HF planned on height 2963330 for KMD, and timestamp 1656077853 (Fri Jun 24 2022 13:37:33 GMT+0000) for assetchains. All wallets/nodes should be updated to the latest (0.7.2) software to continue following mainnet.
33-
* Fix build with new glibc 2.34 on Linux platforms.
34-
* Fix unoptimized depends build (bdb, boost, protobuf, zeromq).
35-
* Remove Verus (VRSC) legacy code: VerusHash, VerusHash 1.1, Verus POS/stake, etc. Chains which used VerusHash as primary algo, like LUMBER will be incompatible with new version of daemon.
36-
* Code refactoring. Perfomance boost on some operations.
37-
* Restore -exchange command line arg for an exchanges (this will disable interest/reward calculations and will set nLockTime in newly created transactions to zero).
38-
* Fix / refactor komodo_block_prg and komodo_block_unlocktime internals logic, get rid of VerusHash usage in it. Starting from this release all chains using -ac_timeunlockfrom, -ac_timeunlockto, -ac_timelockgte will be incompatible with new daemon (there was no well-known public blockchains using these features). Newly created blockchains (ACs) using these parameters will work without any limitations on 0.7.2 and higher versions of software.
39-
* hf22 / hfnet consensus changes and fixes, related to well-known issues of long-gaps between blocks, disappearing txes from mempool in-case of big gaps between blocks, etc. These changes aimed to improve the network stability, help to get rid of such gaps, and make txes propagation more reliable and stable.
40-
* Minor fixes and updates.
41-
* version bump
42-
43-
44-
## v0.7.1 [Hydra]
45-
46-
* general refactoring
47-
* general enhancements
48-
* update dns seed
49-
* rm dead chains
50-
* bump version
51-
52-
53-
## v0.7.0 [Medusa]
54-
55-
* disable vSolutions size > 1 after HF
56-
* fix -disablewallet arg on getblocktemplate caused daemon crash
57-
* add zHTLC functionality
58-
* update assetchains file
59-
* add S5 pubkeys and HF bits
60-
* update CI
61-
* bump version
62-
* general enhancements
6+
## v0.8.1 \[Falkor]
7+
8+
* This update is mandatory and includes several security fixes, code refactoring, optimizations, and other improvements.
9+
* Update Rust compiler to 1.69.
10+
* Add notarisations specific unit tests.
11+
* Refactoring the legacy code that is associated with PAX, KV, and ratification transactions has resulted in a slight decrease in block verification and overall synchronization time.
12+
* Bump libcurl to 8.4.0 ([CVE-2023-38545](https://github.com/advisories/GHSA-7xw9-w465-6x42), [CVE-2023-38546](https://github.com/advisories/GHSA-x3qx-m3c2-qfhx) fix).
13+
* Fix the value pools (sprout, sapling) calculation issue.
14+
* Minor fixes and updates.
15+
16+
## v0.8.0-beta1 \[Viserion]
17+
18+
* This is a mandatory update, Komodo Season 7 HF planned on height `3484958` for KMD, and timestamp `1688132253` (`Fri Jun 30 2023 13:37:33 GMT+0000`) for assetchains. All wallets/nodes should be updated to the latest (`0.8.0`) software to continue following mainnet.
19+
* Reduce AUR 5% -> 0.01% (start from S7), as it announced in [KIP-0001](https://github.com/KomodoPlatform/kips/blob/main/kip-0001.mediawiki).
20+
* Memory Usage Improvement: The memory usage of `komodod` has been reduced by not keeping Equihash solutions for all block headers in memory.
21+
* Node Startup Performance Improvements.
22+
* Security fixes.
23+
* Upgrade project dependencies (libevent).
24+
* Add `z_gettreestate` rpc.
25+
* Minor fixes and updates.
26+
27+
## v0.7.2 \[Longpan]
28+
29+
* This is a mandatory update, Komodo Season 6 HF planned on height 2963330 for KMD, and timestamp 1656077853 (Fri Jun 24 2022 13:37:33 GMT+0000) for assetchains. All wallets/nodes should be updated to the latest (0.7.2) software to continue following mainnet.
30+
* Fix build with new glibc 2.34 on Linux platforms.
31+
* Fix unoptimized depends build (bdb, boost, protobuf, zeromq).
32+
* Remove Verus (VRSC) legacy code: VerusHash, VerusHash 1.1, Verus POS/stake, etc. Chains which used VerusHash as primary algo, like LUMBER will be incompatible with new version of daemon.
33+
* Code refactoring. Perfomance boost on some operations.
34+
* Restore -exchange command line arg for an exchanges (this will disable interest/reward calculations and will set nLockTime in newly created transactions to zero).
35+
* Fix / refactor komodo\_block\_prg and komodo\_block\_unlocktime internals logic, get rid of VerusHash usage in it. Starting from this release all chains using -ac\_timeunlockfrom, -ac\_timeunlockto, -ac\_timelockgte will be incompatible with new daemon (there was no well-known public blockchains using these features). Newly created blockchains (ACs) using these parameters will work without any limitations on 0.7.2 and higher versions of software.
36+
* hf22 / hfnet consensus changes and fixes, related to well-known issues of long-gaps between blocks, disappearing txes from mempool in-case of big gaps between blocks, etc. These changes aimed to improve the network stability, help to get rid of such gaps, and make txes propagation more reliable and stable.
37+
* Minor fixes and updates.
38+
* version bump
39+
40+
## v0.7.1 \[Hydra]
41+
42+
* general refactoring
43+
* general enhancements
44+
* update dns seed
45+
* rm dead chains
46+
* bump version
47+
48+
## v0.7.0 \[Medusa]
49+
50+
* disable vSolutions size > 1 after HF
51+
* fix -disablewallet arg on getblocktemplate caused daemon crash
52+
* add zHTLC functionality
53+
* update assetchains file
54+
* add S5 pubkeys and HF bits
55+
* update CI
56+
* bump version
57+
* general enhancements
6358

6459
Pools and miners please note:
65-
* we recommend running your KMD mining node with `-minrelaytxfee=0.000035 -opretmintxfee=0.004`
66-
67-
68-
## v0.6.1 [Draconic Serpent]
69-
70-
* CC improvements
71-
* Bump deprecation height
72-
* added asmap utility
73-
* remove inactive ACs
74-
* tar: unpack as current user
75-
* bump version
76-
77-
78-
## v0.6.0 [Draconic Serpent]
79-
80-
* fix initial sync
81-
* rm template matching and pseudo opcodes
82-
* fix notarization test segfault
83-
* update CI/CD
84-
* disable THROW_IF_SYNCING
85-
* added CBufferedFile fix (thx LarryRuane)
86-
* added unit test (streams_tests.cpp rewritten for Google C++ Testing Framework)
87-
* additional komodo_block_load test
88-
* remove invalid TXs (reward related) from mempool
89-
* update openssl
90-
* avoid duplicate getheaders requests
91-
* fix linearize tool
92-
* fix fingerprint encoding
93-
* remove time adjustment
94-
* add dPoW S4 array and activation height/timestamp
95-
* bump KMD version
60+
61+
* we recommend running your KMD mining node with `-minrelaytxfee=0.000035 -opretmintxfee=0.004`
62+
63+
## v0.6.1 \[Draconic Serpent]
64+
65+
* CC improvements
66+
* Bump deprecation height
67+
* added asmap utility
68+
* remove inactive ACs
69+
* tar: unpack as current user
70+
* bump version
71+
72+
## v0.6.0 \[Draconic Serpent]
73+
74+
* fix initial sync
75+
* rm template matching and pseudo opcodes
76+
* fix notarization test segfault
77+
* update CI/CD
78+
* disable THROW\_IF\_SYNCING
79+
* added CBufferedFile fix (thx LarryRuane)
80+
* added unit test (streams\_tests.cpp rewritten for Google C++ Testing Framework)
81+
* additional komodo\_block\_load test
82+
* remove invalid TXs (reward related) from mempool
83+
* update openssl
84+
* avoid duplicate getheaders requests
85+
* fix linearize tool
86+
* fix fingerprint encoding
87+
* remove time adjustment
88+
* add dPoW S4 array and activation height/timestamp
89+
* bump KMD version
9690

9791
Pools and miners please note:
98-
* we recommend running your KMD mining node with `-minrelaytxfee=0.000035 -opretmintxfee=0.004`
9992

93+
* we recommend running your KMD mining node with `-minrelaytxfee=0.000035 -opretmintxfee=0.004`
10094

101-
## v0.5.2 [Obsidian Dragon]
95+
## v0.5.2 \[Obsidian Dragon]
10296

103-
* Update boost
104-
* Update libcurl
105-
* Update ccache
106-
* Update proton
107-
* Update seeds
108-
* Bump min protocol version
109-
* Bump protocol version
110-
* Remove old seeds
111-
* Add tests and CI
112-
* Update univalue
113-
* Bump KMD version
114-
* Remove CEAL, CHAIN, COMMOD, DSEC, KMDICE, BNTN, EQL, DION, PRLPY
115-
* Add `opretmintxfee` parameter
97+
* Update boost
98+
* Update libcurl
99+
* Update ccache
100+
* Update proton
101+
* Update seeds
102+
* Bump min protocol version
103+
* Bump protocol version
104+
* Remove old seeds
105+
* Add tests and CI
106+
* Update univalue
107+
* Bump KMD version
108+
* Remove CEAL, CHAIN, COMMOD, DSEC, KMDICE, BNTN, EQL, DION, PRLPY
109+
* Add `opretmintxfee` parameter
116110

117111
Pools and miners please note:
118-
* we recommend restarting your KMD mining node with `-minrelaytxfee=0.000035 -opretmintxfee=0.004`
119112

120-
## v0.5.0 [Obsidian Dragon]
113+
* we recommend restarting your KMD mining node with `-minrelaytxfee=0.000035 -opretmintxfee=0.004`
114+
115+
## v0.5.0 \[Obsidian Dragon]
121116

122117
* zMempool fix
123118
* KMDnuke fix
@@ -126,4 +121,3 @@ Pools and miners please note:
126121
* CC fixes and additions
127122
* add season 3.5 pubkey array
128123
* protocol version bump
129-

utils/_fileData.json

+21-21
Original file line numberDiff line numberDiff line change
@@ -4362,16 +4362,16 @@
43624362
}
43634363
},
43644364
"/atomicdex/changelog": {
4365-
"dateModified": "2023-09-01T12:11:07.000Z",
4365+
"dateModified": "2024-02-09T09:25:22.000Z",
43664366
"contributors": [
4367-
{
4368-
"name": "\"gcharang\"",
4369-
"email": "[email protected]"
4370-
},
43714367
{
43724368
"name": "\"gaeacodes\"",
43734369
"email": "[email protected]"
43744370
},
4371+
{
4372+
"name": "\"gcharang\"",
4373+
"email": "[email protected]"
4374+
},
43754375
{
43764376
"name": "\"gcharang\"",
43774377
"email": "[email protected]"
@@ -4386,8 +4386,8 @@
43864386
}
43874387
],
43884388
"lastContributor": {
4389-
"name": "\"gcharang\"",
4390-
"email": "[email protected].com"
4389+
"name": "\"gaeacodes\"",
4390+
"email": "gaeacodes@gmail.com"
43914391
}
43924392
},
43934393
"/atomicdex": {
@@ -4674,8 +4674,12 @@
46744674
}
46754675
},
46764676
"/atomicdex/setup": {
4677-
"dateModified": "2023-10-04T06:26:45.000Z",
4677+
"dateModified": "2023-12-20T18:33:32.000Z",
46784678
"contributors": [
4679+
{
4680+
"name": "\"gaeacodes\"",
4681+
"email": "[email protected]"
4682+
},
46794683
{
46804684
"name": "\"gcharang\"",
46814685
"email": "[email protected]"
@@ -4684,10 +4688,6 @@
46844688
"name": "\"gcharang\"",
46854689
"email": "[email protected]"
46864690
},
4687-
{
4688-
"name": "\"gaeacodes\"",
4689-
"email": "[email protected]"
4690-
},
46914691
{
46924692
"name": "\"gcharang\"",
46934693
"email": "[email protected]"
@@ -4714,8 +4714,8 @@
47144714
}
47154715
],
47164716
"lastContributor": {
4717-
"name": "\"gcharang\"",
4718-
"email": "[email protected].com"
4717+
"name": "\"gaeacodes\"",
4718+
"email": "gaeacodes@gmail.com"
47194719
}
47204720
},
47214721
"/atomicdex/tutorials/additional-information-about-atomicdex": {
@@ -6940,16 +6940,16 @@
69406940
}
69416941
},
69426942
"/smart-chains/changelog": {
6943-
"dateModified": "2023-09-01T12:11:07.000Z",
6943+
"dateModified": "2024-02-07T08:59:55.000Z",
69446944
"contributors": [
6945-
{
6946-
"name": "\"gcharang\"",
6947-
"email": "[email protected]"
6948-
},
69496945
{
69506946
"name": "\"gaeacodes\"",
69516947
"email": "[email protected]"
69526948
},
6949+
{
6950+
"name": "\"gcharang\"",
6951+
"email": "[email protected]"
6952+
},
69536953
{
69546954
"name": "\"gcharang\"",
69556955
"email": "[email protected]"
@@ -6960,8 +6960,8 @@
69606960
}
69616961
],
69626962
"lastContributor": {
6963-
"name": "\"gcharang\"",
6964-
"email": "[email protected].com"
6963+
"name": "\"gaeacodes\"",
6964+
"email": "gaeacodes@gmail.com"
69656965
}
69666966
},
69676967
"/smart-chains": {

utils/js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
"unist-util-is": "^6.0.0",
2222
"unist-util-visit": "^5.0.0"
2323
}
24-
}
24+
}

0 commit comments

Comments
 (0)