add .js suffix
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Yesterday
add consts to address review; also factor out nextMintOutIdx
Fri, Mar 28
Sun, Mar 23
Sat, Mar 22
Sat, Mar 15
Fri, Mar 14
as discussed, rename alg.alg -> alg.oid
Thu, Mar 13
Tue, Mar 11
Some initial comments
Mon, Mar 10
fix it description
- add test for all root certs
- fix handling of NULL parameters in readAlgIdent
- err on invalid date instead of setting it to 0
Tue, Mar 4
rerun CI
Mon, Mar 3
In D17734#404016, @Fabien wrote:Is there any reason for not using an existing off-the-shelf lib for this task ?
change readString to return Uint8Array
change readCert to parseCert
rebase
fix types
Sun, Mar 2
Feb 27 2025
Feb 26 2025
Feb 21 2025
works on my machine
Feb 20 2025
Feb 16 2025
Feb 15 2025
bump ecash-lib version
Feb 11 2025
Feb 7 2025
Feb 6 2025
This has been made obsolete by D17639.
also update README.md in ecash-agora
address review
In D17639#401416, @bytesofman wrote:nice, huge step change for dev experience, and esp for apps that use ecash-lib and ecash-agora
improve README.md
remove package-lock.json
fix some more build errors
simplify usage
fix tests
Jan 31 2025
add diff url
include diff url
bump version using npm, add link to diff
Jan 30 2025
add =, rebase
In D17614#400801, @bytesofman wrote:Could you give a few sentences about the approach used here and how it differs from the legacy lib?
use more consts
In D17612#400790, @bytesofman wrote:very nice to have this in our own lib but we do lose the empirical validation of the bip39 lib, i.e. this has been used for years in wallets without any known issues in "truly random" seed generation.