- merge token aliases query and token supply.
- update response type for uncomfirmed_txs
- update postman API collection
- update consensus stopped after 6 * average block time.
- add unconfirmed_txs query (wip).
- update interx status api
- add nodes cli configurations
- fix consensus_stopped logic
- add
addrbook
cli option - fix faucet amount handling (e.g. 18 decimal)
- add
faucet_amounts
,faucet_minimum_amounts
,fee_amounts
for interxd init cli configuration. - fix validators query (calculate consensus_stopped after sync finished).
- update consensus query responses.
- fix configuration init for mnemonics.
- fix privkey generation.
- fix proposals query to have description field.
- add consensus api
- fix proposal query
- fix votes/voters query
- update protos to latest release
- updated postman api collection to latest
- updated consensus stop logic with block times.
- add rosetta - account balance api
- update cors allow headers
- add rosetta - network status api
- updated validators query to have
top
field - sort validators bytop
field - update interx metadata - sync to latest
- add rosetta - network list api
- add rosetta - network options api
- Validators query to include mischance.
- Updated validators statistics
- Updated validators query to include zero values.
- Tokens alias/rate query.
- Voters/votes query.
- Added configuration for https/http
- Add proposals query
- Add proposal query by a given proposal_id
- Add query for validators + validator_signing_infos
- Add query blocks.
- Add query block by height or hash.
- Add query block tractions.
- Add query transaction by hash.
- Add cli configurations:
max_cache_size
,max_download_size
,cache_dir
,caching_duration
,faucet_time_limit
- Fix caching issues
- Fix mutex issues
- Update configuration to have mnemonic filename. And read mnemonic from the file.
- Update configuration to group cache related configurations.
- Update Readme.md
- Update Interx Status API
- Changed interx to interxd (cli command are available:
interxd init
,interxd start
)
- Add mnemonic validation step.
- Add query validators.
- Add query validator by address, valley, pubkey, moniker and status.
- Add query genesis, genesis-checksum.