Skip to content

Releases: MinterTeam/minter-android-explorer

0.4.0

04 Apr 10:47
Compare
Choose a tag to compare

Release notes

  • BREAKING CHANGES:
    • This version is FULLY incompatible with previously
    • New explorer api, much methods moved to Gate repositories.
    • Updated tests

0.3.1

19 Feb 12:05
Compare
Choose a tag to compare

Release notes

  • Added temporary "Gate" repository to get min gas price directly from gate. Soon it will be separated sdk.
  • Repositories tests
  • Android-less code

0.2.9

29 Jan 10:42
Compare
Choose a tag to compare

Release notes

  • BREAKING:
    • BCExplorerResult instead of ExpResult for those methods what are getting balance

0.2.8

23 Jan 12:12
Compare
Choose a tag to compare

Release notes

  • BREAKING:
    • new code type in error result, was enum, now it's a integer
  • New transaction types
  • Updated SDK versions
  • Added additional fields to coin info result

0.2.7

23 Jan 12:13
Compare
Choose a tag to compare

Release notes

  • Updated blockchain SDK dependency with new fields

0.2.6

23 Jan 12:13
Compare
Choose a tag to compare

Release notes

  • Added error and code to base response object

0.2.5: Merge branch 'dev'

29 Nov 13:24
Compare
Choose a tag to compare

Release notes

  • Updated core and blockchain libraries

0.2.4

29 Nov 13:23
Compare
Choose a tag to compare

Release notes

  • added network id config
  • Reduced android dependencies usage
  • added ability to set custom explorer api url

0.2.3

02 Oct 10:54
Compare
Choose a tag to compare

Release notes

  • added proxy methods for blockchain node through the Explorer:
    • send transaction
    • calculate transaction fee by transaction hash
    • coin exchange currency (sell/buy)
    • counting transactions by address to get nonce

0.2.2

02 Oct 10:54
Compare
Choose a tag to compare

Release notes

  • package dependencies fix