wharfkit / signing-request

Library to assist in creating and digesting Signing Requests (ESR)
https://github.com/eosio-eps/EEPs/blob/master/EEPS/eep-7.md
Other
33 stars 20 forks source link

Resolves issue with UInt16 values from block #28

Closed aaroncox closed 1 year ago

aaroncox commented 1 year ago

Published as 2.5.2 and tagged as next on npm.

Once this PR is approved, we can publish as 2.5.2 on the release tag.

aaroncox commented 1 year ago

Thanks!

RE: the unit test, what I originally had was a modification of an existing test - rather than a new one. I didn't want to commit it and modify one of the old tests. I'll duplicate the test though and push it into a commit on this PR, so we at least have a test running that ensures this still works.

Then I'll get it merged/released.