Skip to content

Commit

Permalink
QRL Weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
jackalyst committed Jan 16, 2024
1 parent bd4823c commit 8302a43
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
29 changes: 29 additions & 0 deletions content/weekly/2024/2024-W02/index.md
@@ -0,0 +1,29 @@
---
layout: weekly-update
date: 2024-01-09
author: "The QRL Core Contributors"
title: "QRL Weekly, 2024-January-09"
slug: "2024-January-09"
---

## Weekly Development Snapshot

- Pre-compiled deposit root contract has been created.
- Deposit contract has been updated to use the pre-compiled deposit root contract to reduce the gas cost required for the calculation of deposit root.
- Implementation of CLI tool that allows broadcasting deposit data file having multiple deposit transactions is in progress.
- CI/CD configurations in progress.
- Unit tests for the beacon-client still in progress.

## Zond Testnet Explorer

- Front and backend architecture & scaffolding
- Latest block data
- Address balance
- Interactive metadata navigation
- Configurable API endpoint

<!--more-->

## Quantum News

{{% qnews start="2024-01-02" end="2024-01-11" %}}
22 changes: 22 additions & 0 deletions content/weekly/2024/2024-W03/index.md
@@ -0,0 +1,22 @@
---
layout: weekly-update
date: 2024-01-16
author: "The QRL Core Contributors"
title: "QRL Weekly, 2024-January-16"
slug: "2024-January-16"
---

## Weekly Development Snapshot

- CI/CD pipeline completed for the Go-zond & Qrysm.
- Deposit command added to the CLI tool, to broadcast the staking deposit transaction.
- Tested deposit command as well as stake validator activation in a private network.
- Updated some of the parameters to reduce the time required for the new stake validator activation.
- Updated genesis & config files for public testnet release.
- Docs, scripts & utilities to support Beta-Testnet launch

<!--more-->

## Quantum News

{{% qnews start="2024-01-09" end="2024-01-16" %}}

0 comments on commit 8302a43

Please sign in to comment.