* add registerAllowedSigner to NativeOrdersFeature * fix PR reference in changelog * prettier * add cancel pair orders functions for signers * refactored cancelPairOrders logic, changed naming of signerRegistry to orderSigner registry everywhere, cleaned up tests * updated changelog for protocol-utils, made batchCancelPairOrders functions more efficient * clean up function documentation * added additional tests for batchCancelPairsWithSigner functions, added additional checks for events being emitted correctly * fix typos in function documentation * fix typo in function documentation * update docs * update comments on cancel functions, small tweaks to docs
Dependencies
pip3 install sphinx recommonmark sphinx-rtd-theme
Syntax
Documentation can be written in Markdown (.md) or Restructured Text (.rst).
Build and Test
cd docs
make html
open _build/html/index.html
Tips
- Generate RST tables here.
- Set your editor's wordwrap to
98
characters.