Description
- Fix: Use recovery byte 31-34 (compressed format) to match dsteem and C++ implementation
- Fix: Support both old format (27-30) and new format (31-34) for backward compatibility
- Fix: Resolve 'recovery should have value between -1 and 4' server-side validation error
- Feat: Migrate rpc-auth tests from @steemit/rpc-auth to steem-js
- Feat: Add comprehensive TypeScript type definitions for Api class dynamic methods
- Feat: Export signRequest and validateRequest from main package
- Feat: Add signature recovery unit tests
- Docs: Move documentation to docs directory
Related Links