- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Today
Yesterday
build lint
improve file organization as suggested
Tue, Dec 3
patch type def
add missed type fix
implement specific static constructors, make sure to and from methods have consistent names, implement in ecash-lib
Mon, Dec 2
Add more tests to show different conversion use cases
fix deps, add type conversion to toOutputScript
toOutputScript should optionally accept type param so we can convert outputScripts
remove ecashaddrjs from ecash-lib
Add methods to Address class and implement in script.ts
- Need a function to build legacy addresses from type and hash, not only convert from cashaddr
- Support testnet addresses
- Finish Address class and tests
- Implement throughout monorepo and remove ecashaddrjs from the monorepo in this diff. This proves we don't need it anymore and that the class has everything we need.
more passing tests, support methods
Sun, Dec 1
still need to get methods into the new class
Introduce new Address class
add decodeLegacyAddress function, clear TODOs
make all ecashaddrjs functions esm
add missing tests, revert debug removal of --forbid-only
Sat, Nov 30
lib looks good. ok approving it now but we should replace base58check in ecashaddrjs with this in another diff soon.
would be nice to drop this into ecashaddrjs as a replacement for bs58check, to show that it works the way we expect to use it (in our own modules to replace 3rd-party deps).
Fri, Nov 29
Please update the README.md in ecash-lib (just the changelog at the bottom to following the format of earlier updates is sufficient)
In D17240#391437, @emack wrote:In these situations I feel it may be more intuitive if you leave the toggle there but simply disable it (maybe greyed out to indicate lock status?) so that it's clear to the user this is SLP only. Otherwise they might be looking for the toggle they saw previously with no on screen hint as to why it's not there.