QRL Weekly, 2026-September-11
11th September 2026
Weekly Development Snapshot
Status / overview
- August 4th: Audit results published for go-qrllib
- April 3rd: Audit complete of 2 cryptographic libraries
- March 31st: QRL 2.0 Testnet V2 Released
- Audits: 55%
QRL 2.0 Testnet V3 is coming with a few things remaining before its release:
- Config parameters
- Upstream bug fixes
- Internal audit
QRL 2.0 (Project Zond)
Ledger app audit along with its remediation is complete.
qrysm
- Update several config parameters such as committee size, max committees per slot, TargetAggregatorsPerCommittee, EpochsPerExecutionVotingPeriod, TargetAggregatorsPerSyncSubcommittee, AttestationSubnetCount, SlotsPerArchivedPoint, WeakSubjectivityPeriod etc. based on realistic possibility in QRL network
- Re-baseline tests for the 32-validator committee bound and 4-attestation blocks
- Lower attestation SSZ bounds to MAX_VALIDATORS_PER_COMMITTEE=32 and MAX_ATTESTATIONS=4
- Add block-size gate test: worst-case block by SSZ bounds must fit GossipMaxSize and MaxChunkSize
- Raise MinDepositAmount to 2000 QRL and enforce it in the deposit contract
- Enforce active validator cap at genesis and activation, max 4096 for now
- To reduce the memory consumption when a beacon chain starts, Stategen: replay historical states changed to one block at a time by root
- Several bug fixes and added new tests
- Max block size in worst case ( assuming 20M gas is used, along with all attestations, deposit & withdrawal transactions) is 9,116,093 bytes (8.69 MB)
- Other parameters are still being reviewed and finalized
web3.js
- Align QRNS with web3.js ENS and keep VM64 contract fixtures
- Fix WebSocket integration tests with proxy middleware v4
- Several bug fixes and added new tests
- Match createAccessList expectations to checksummed QRL addresses
- Return typed receipts from sendFewSampleTxs
IDE
- VSCode extension created to support Hyperion, allowing developers to write the code on VSCode
11th September 2026