Fixed issue causing publishes to fail, and added announcement to home page.
This commit is contained in:
parent
f1d27a70f9
commit
e99929876f
@ -102,7 +102,7 @@ const objectToBase64 = async (obj) => {
|
||||
reader.onloadend = () => {
|
||||
if (typeof reader.result === 'string') {
|
||||
// Remove 'data:application/jsonbase64,' prefix
|
||||
const base64 = reader.result.replace('data:application/jsonbase64,', '')
|
||||
const base64 = reader.result.replace('data:application/json;base64,', '')
|
||||
console.log(`base64 resolution: ${base64}`)
|
||||
resolve(base64)
|
||||
} else {
|
||||
|
23
index.html
23
index.html
@ -68,7 +68,7 @@
|
||||
<img src="assets/images/again-edited-qortal-minting-icon-156x156.png" alt="">
|
||||
</a>
|
||||
</span>
|
||||
<span class="navbar-caption-wrap"><a class="navbar-caption text-primary display-4" href="index.html">Q-Mintership Alpha v0.63b<br></a></span>
|
||||
<span class="navbar-caption-wrap"><a class="navbar-caption text-primary display-4" href="index.html">Q-Mintership Alpha v0.64b<br></a></span>
|
||||
</div>
|
||||
<ul class="navbar-nav nav-dropdown" data-app-modern-menu="true"><li class="nav-item"><a class="nav-link link text-primary display-7" href="MINTERSHIP-FORUM"></a></li></ul>
|
||||
|
||||
@ -202,7 +202,24 @@
|
||||
<div class="col-12 col-lg-7 card">
|
||||
<div class="title-wrapper">
|
||||
<h2 class="mbr-section-title mbr-fonts-style display-2">
|
||||
Issues from QDN 12-27-2024</h2>
|
||||
publish fix+ Notes 12-28-2024</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-lg-5 card">
|
||||
<div class="text-wrapper">
|
||||
<p class="mbr-text mbr-fonts-style display-7">
|
||||
Fixed an issue causing publishes to fail, after cleaning up part of the code here. Also, a re-built db with the archive rebuild run on it, that should help significantly with 'missing data' on nodes, is now on the bootstrap cluster. Once a new bootstrap has been created an announcement will be made. Thank you!</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 col-lg-7 card">
|
||||
<div class="title-wrapper">
|
||||
<h2 class="mbr-section-title mbr-fonts-style display-2">
|
||||
Massive performance + Notes 12-27-2024</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-lg-5 card">
|
||||
@ -349,7 +366,7 @@
|
||||
</div>
|
||||
|
||||
<a class="link-wrap" href="#">
|
||||
<p class="mbr-link mbr-fonts-style display-4">Q-Mintership v0.63beta</p>
|
||||
<p class="mbr-link mbr-fonts-style display-4">Q-Mintership v0.64beta</p>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-12 col-lg-6">
|
||||
|
Loading…
Reference in New Issue
Block a user