Skip to content

release 0.5.3

Compare
Choose a tag to compare
@DrunkenRandomWalker DrunkenRandomWalker released this 02 Dec 20:54
· 1210 commits to master since this release

0.5.3

Add `skip` and `limit` to trade request
Rename init_num_seq to async_init_num_seq
Add sync init_num_seq,
Add staging mainnet endpoint, update market metadata
Protobuf regen
Response parser improvements
Fix type hints

0.5.1

Add AsyncClient
Add MetaRPC API

0.4.8

Add tokyo as optional API node option for mainnet
Improve conversion utils, include gas estimation in simulation response
Update exchange client
Add display fields, update ini files, fix derv quantity conversion
Minor format fixes

0.4.5

Wrap exchange grpc client into Client class.
Add Single-threaded pending sequence management.

0.4.4

Allow to parse one or multiple exchange responses in simulation/tx response data.
Add simulation before broadcasting tx for gas estimation and error preview.
Add devnet to network options.