Skip to content

Tags: vdappdev2/vtimestamp

Tags

v0.5.0

Toggle v0.5.0's commit message
Add mainnet VDXF keys for vtimestamp.vrsc:: namespace

Populate MAINNET_VDXF with all 6 mainnet i-addresses
(vtimestamp.vrsc::proof.basic and label keys), enabling
mainnet deployment via PUBLIC_VERUS_NETWORK env var.

v0.4.0

Toggle v0.4.0's commit message
Migrate VDXF keys to testidx.vrsctest:: namespace

Switch from testidx.vrsc::timestamp.proof.* to testidx.vrsctest::proof.basic.*
so keys resolve correctly through the VRSCTEST namespace. Rename proofBasic
property to match the new schema hierarchy. Bump to v0.4.0.

v0.3.0

Toggle v0.3.0's commit message
Add configurable network with testnet/mainnet switch link

Read network from PUBLIC_VERUS_NETWORK env var instead of hardcoding.
Add network badge in header and switch link in footer for
dual-deployment support (separate Vercel projects per network).

v0.2.0

Toggle v0.2.0's commit message
GenericRequest migration for identity updates

v0.1.1

Toggle v0.1.1's commit message
Fix Cancel button hover styling in VerusID login flow

Use nav-btn class for consistent hover highlight effect matching
other navigation buttons (Verify, Create, Dashboard).

v0.1.0

Toggle v0.1.0's commit message
Initial commit: vtimestamp MVP

Verus blockchain timestamp verification app built with SvelteKit.