Skip to content

Latest commit

 

History

History
72 lines (43 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

72 lines (43 loc) · 1.04 KB

0.4.8

  • Migrates to null safety

0.4.7

  • Handle any amount

0.4.6

  • More exports

0.4.5

  • Support adding timeout on http request

0.4.4

  • Support abi float32 and float64
  • Update dependencies

0.4.3

  • Add model for committed transaction
  • Reuse eos client instance with different private keys

0.4.2

  • Upgrade eosdart_ecc version to 0.4.0

0.4.1

support:

  • /v1/chain/get_table_rows

0.4.0

  • Initial version to support push transaction

0.3.3

  • Update README.md

0.3.2

  • Correct the async operation
  • Better error handling

0.3.1

Fix: Class name conflict with flutter - primes-network#12

0.3.0

Supports the following APIs:

  • /v1/chain/get_info
  • /v1/chain/get_block
  • /v1/chain/get_block_header_state
  • /v1/chain/get_account
  • /v1/chain/get_abi
  • /v1/chain/get_raw_abi
  • /v1/chain/get_raw_code_and_abi
  • /v1/chain/get_currency_balance
  • /v1/history/get_actions
  • /v1/history/get_transaction
  • /v1/history/get_key_accounts

0.0.1

  • Initial version, created by Stagehand