Open ws4charlie opened 6 days ago
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
@andresaiello @zeta-chain/fullstack please, review.
Added the Javascript files that showcase the Bitcoin memo encoding process.
This is a simplified implementation that enables the
revertAddress
option (bitSmiley
needs this option). @fadeev you can refine and formalize the code (my JS skills are limited) to ship the API in whatever style you deem appropriate. Thanks in advance!memo.js
to provide standard memo encoding functionEncodeToBytes
memo.test.js
to unit test the memo encoding. I used commandnode memo.test.js
to run the tests.Summary by CodeRabbit
New Features
Bug Fixes
Documentation
Chores