Alongside AWS, IBM, and IonQ: QRL Joins Industry Leaders at IQT’s Quantum + AI Event

Read More

Weekly Updates

QRL Weekly, 2025-October-14

Weekly Development Snapshot

qrypto.js

  • ML-DSA-87 implementation finished

wallet.js

  • ML-DSA-87 implementation is in progress

Chrome Extension Wallet

  • Implemented wallet_getCapabilities rpc method and updated docs for the same.
  • Bug fix

Explorer

  • Implemented Image URI for NFT from metadata
  • Fixed pagination issue
read more

QRL Weekly, 2025-October-07

Weekly Development Snapshot

Chrome Extension Wallet

  • Zond wallet lock functionality is completed

Go-qrllib

  • Fix: Address computation from the public key and descriptor

Qrysm

  • Fixed more unit tests

Go-Zond

  • Fixed more unit tests

qrypto.js

  • ML-DSA-87 implementation is in progress

wallet.js

  • ML-DSA-87 wallet implementation is in progress
read more

QRL Weekly, 2025-September-30

Weekly Development Snapshot

Chrome Extension Wallet

  • Replaced manual entry of mnemonic phrases with fetching the mnemonic phrases from the lock manager, in all component.
  • Added more tests.

Qrysm

  • ML-DSA-87 integration finished for qrysm along with new address format started with prefix Q.
  • Deposit Contract code updated to support ML-DSA-87
  • Unit tests updated

Go-Zond

  • Unit tests updated with the changes related to ML-DSA-87
read more

QRL Weekly, 2025-September-23

Weekly Development Snapshot

Chrome Extension Wallet

  • Wallet Lock/Unlock functionality in progress along with the multiple account support
  • Added wallet support in both popup mode and fullscreen mode
  • Bug fix with the locking system in first time installation of the extension

Qrysm

  • ML-DSA-87 integration is in progress for qrysm

Hyperion

  • Completed name related changes & address prefix change from Z to Q
read more

QRL Weekly, 2025-September-16

Weekly Development Snapshot

Go-qrllib

  • Added Add NewWalletFromHexSeed & NewWalletFromHexExtendedSeed function for both SPHINCS+ & ML-DSA-87

Chrome Extension Wallet

  • Wallet Lock/Unlock functionality in progress along with the multiple account support

Qrysm

  • Deposit contract binary updated to support ML-DSA-87 signature size
  • ML-DSA-87 integration is in progress for qrysm

Hyperion

  • Name related changes in progress
  • Address prefix being updated from Z to Q

Updated walletd-rest-proxy

  • Added support to JSON based REST response for public API
  • Updated to emit default values in the response, as the default behaviour of gRPC response removes the field when it has default value
read more

QRL Weekly, 2025-September-09

Weekly Development Snapshot

Go-qrllib

  • Updated address size to 20 bytes
  • Refactoring + Updated unit tests

Chrome Extension Wallet

  • Wallet encryption is in progress

Go-zond

  • ML-DSA-87 integrated in go-zond + Unit tests updated

Qrysm

  • ML-DSA-87 integration is in progress for qrysm
read more

QRL Weekly, 2025-September-02

Weekly Development Snapshot

Go-qrllib

  • Added new descriptor function FromBytes
  • Refactoring

Chrome Extension Wallet

  • Added storage util for QRC20 related screens and support for adding and hiding QRC20 tokens
  • Implemented wallet_watchAsset rpc method, along with test cases

Go-zond

  • ML-DSA-87 integration is in progress in Go-zond along with the new address format

Others

  • Name related changes done for zond-genesis-generator, zond-tx-spammer, qrysm & web3.js
  • Shor added as denomination along with Planck
read more

QRL Weekly: New address format completed, 2025-August-26

Highlight: New address format completed!

QRL

By shortening addresses through descriptor and public key integration, we achieve better crypto-agility, improved usability, and seamless application compatibility.

1
2
3
4
5
6
7
Old - QRL PoW
Before the descriptor was in the address format.
- Q010500b8601fb018af63f22b31854f649f32249ffd7c2e887d80694b458bd18ee6ca9f9806c016

New - QRL Project Zond
Now addresses are now the last 24 bytes of SHAKE256 hash of (descriptor+public key)
- Qc46f0bd621975bd2abd8dad468de1fb15c2dfc0fc923d173
read more

QRL Weekly, 2025-August-19

Weekly Development Snapshot

Go-qrllib

  • SPHINCS+-256s unit tests is in progress

Chrome Extension Wallet

  • UI changes required in the account request screen
  • Added new screens for editing the previously approved accounts and blockchain selections
  • Added wallet_getPermissions, wallet_requestPermissions and wallet_revokePermissions rpc methods and updated demo dApp with these new rpc methods
  • Updated more tests and new tests are being added

Block Explorer

  • QRL Zond Explorer basic backend and frontend integration finished, other required explorer data are being explored

Others

  • Name related changes finished for qrysm and web3.js, in progress for go-zond
read more

QRL Weekly, 2025-August-12

Weekly Development Snapshot

Go-qrllib

  • SPHINCS+-256s wallet implementation has been completed in go-qrllib. Unit and integration tests are in progress

Chrome Extension Wallet

  • Added wallet_getPermissions and wallet_revokePermissions and demo app is being updated to show the usage of same
  • Refactored storage util
  • Updated the demo dApp repo
  • Added more tests

Block Explorer

  • QRL Zond Explorer backend and frontend integration and changes are still in progress

Others

  • Name related changes still in progress for go-zond, qrysm and web3.js
read more
1 2 3 4 5