Skip to content

v1.2.4

Compare
Choose a tag to compare
@yilunzhang yilunzhang released this 20 Apr 09:52
· 114 commits to master since this release

Rewrite RPC module and add RPC functions to clients:

  1. Client and Multiclient now have all RPC functions available, including the ones that needs to send transactions. Clients will try to use connected nodes as RPC address first, and fallback to seed node if failed.
  2. Transaction related function now accepts transaction config as last param, which includes fee, nonce and attributes.