Releases: MinterTeam/minter-android-explorer
Releases · MinterTeam/minter-android-explorer
0.4.0
0.3.1
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
Release notes
- BREAKING:
BCExplorerResult
instead ofExpResult
for those methods what are getting balance
0.2.8
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
Release notes
- Updated blockchain SDK dependency with new fields
0.2.6
Release notes
- Added error and code to base response object
0.2.5: Merge branch 'dev'
Release notes
- Updated core and blockchain libraries
0.2.4
Release notes
- added network id config
- Reduced android dependencies usage
- added ability to set custom explorer api url
0.2.3
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
Release notes
- package dependencies fix