bnb-chain / javascript-sdk

Javascript SDK to communicate with BNB Beacon Chain.
Apache License 2.0
382 stars 240 forks source link

convertObjectToSignBytes should sort json keys #48

Closed notatestuser closed 5 years ago

notatestuser commented 5 years ago

The sign doc json should be sorted. This method could do this for convenience.

https://github.com/binance-chain/javascript-sdk/blob/f455d4aebe5d2b1dc8d494ae968a9589f35ddde8/src/encoder/index.js#L53

notatestuser commented 5 years ago

Done