What's new?
A changelog of new features, design improvements and enhancements lately
Changelog on GitHubTrustless Escrow & Automated Payouts
Launched an atomic incentive system that allows document senders to attach ERC20 rewards directly to signing requests.
Secured by a non-custodial escrow contract that automatically releases funds to all parties once the final signature is verified.
Perfect for freelance agreements, advisory roles, and 'Proof of Contribution' workflows where payment is contingent on signature.
End-to-End Gasless User Experience
Implemented server-sponsored meta-transactions to eliminate the need for users to hold native gas tokens.
Covers 99% of platform actions including key registration, document sending, and the entire signing workflow.
Dramatically reduces onboarding friction, allowing new users to participate in the web3 ecosystem with zero initial funding.
Mobile-First Design & Compliance Reporting
Complete architectural overhaul to ensure a flawless mobile-first experience within webviews.
New automated Compliance Report generation that produces human-readable PDFs with embedded cryptographic proofs of all on-chain actions.
Optimized WASM performance and reduced load times by 50% through improved edge deployment and library optimizations.
Post-quantum signature library
We've launched a comprehensive signature management system with support for multiple signature types: draw, type, or upload your own signature image.
All signatures are now secured with Dilithium post-quantum cryptography and anchored to FVM smart contracts, ensuring long-term verifiability even as quantum computing advances.
The signature library includes visual hash verification, allowing you to confirm document integrity at a glance before signing.
Enhanced document sharing with permission system
Our secure document sharing now includes a comprehensive approval workflow. Senders must request permission before sharing documents, ensuring you have full control over who can send you files.
The system uses ECDH key exchange for end-to-end encryption, guaranteeing that only approved recipients can decrypt shared documents.
We've also added network discovery features, making it easy to see who you can send to and who can send to you based on mutual approvals.
User profiles with decentralized identity
Introducing user profiles with unique usernames, display names, avatars, and rich metadata. Your profile is stored off-chain for privacy while maintaining decentralized identity principles.
Profile information makes it easier to identify collaborators in your document network, with real-time username availability checking and profile existence validation.
All profile data integrates seamlessly with our existing document sharing and acknowledgment system.
Filecoin storage migration and optimization
Documents now automatically migrate from temporary S3 storage to permanent Filecoin storage via FilCDN, ensuring long-term availability and immutability.
We've optimized the storage pipeline to reduce upload times while maintaining end-to-end encryption throughout the process.
All documents are now content-addressed using IPFS CIDs, making them verifiable and accessible through any IPFS gateway.
Dual-factor authentication improvements
Enhanced the PIN + wallet signature authentication flow with improved error handling and clearer feedback during the registration and login process.
Fixed an issue where Argon2id PIN hashing could timeout on slower devices. We've optimized the memory-hard function parameters for better performance across all devices.
Improved the master seed derivation process, ensuring consistent key generation across sessions.
React SDK with IndexedDB caching
Launched our comprehensive React SDK with type-safe hooks, automatic IndexedDB caching, and seamless integration with the FilosignProvider.
The SDK now includes automatic cache invalidation, offline support for cached data, and comprehensive error handling with detailed error types.
Developers can now build Filosign-powered applications with full TypeScript support and React Query integration for optimal performance.