Releases: multiversx/mx-chain-proxy-go
Releases · multiversx/mx-chain-proxy-go
v1.1.7
-
#143 Implemented the address/{address}/keys endpoint that will return a map containing all keys and their values for an account. The value is represented in hexadecimal encoding.
-
#144 Fixed the situation when a node wouldn't have responded, a status 400 would have been returned
-
#147 Extend API route /transaction/simulate with an extra query parameter checkSignature in order to can simulate a transaction without the correct signature.
-
#155 Bug fix API /transaction/cost
v1.1.6
Fixes and additions. No breaking changes.
- Added github action for build #115
- Updated reference to Node, updated Go version #121, #122
- Updated some dependencies (via Dependabot) #119
- Added the new route
/network/total-staked
, which returns the total staked value from the validators system SC #125 - Added fields for sender, receiver usernames - both for requests (send transaction) and responses (get transaction) #128
v1.1.5 - Versioning, SCRs, ESDT, optimizations, logs, other updates
No breaking changes. Also see: https://github.com/ElrondNetwork/apidiff/pull/6.
- #99: Balancing optimization - re-arranged the all observers slice in order to reduce the load on a specific shard and spread the load uniformly across all shards.
- #100: Instrumentation improvements - use log files, log levels.
- #102: Transaction extensions (non-breaking changes).
- #104: Include SCRs in
GET transaction
(non-breaking changes). - #105: New endpoints, related to ESDT (non-breaking changes).
- #106: Rosetta updates.
- #107: Better end-to-end regression tests.
- #96: API versioning infrastructure.
v1.1.4 - Bug fix route /address/:addr/transactions
v1.1.3 - Beta Rosetta API, other new endpoints
Improvements and fixes
- wrapped VM Output for API responses: make vm-values/query responses well formatted
- added nonce and num instances fields on heartbeat
- added an API endpoint that will compute the shard ID for a given address (based on the current proxy's configuration).
Hyperblock-related features for Integrators
Merge pull request #88 from ElrondNetwork/development Merge development into master
Mainnet Proxy
Merge pull request #79 from ElrondNetwork/fix-config Disable external queries (by default)
New route for querying smart contract values
Added vm-values/query
route to query smart contract values.
Initial release
Initial release to be used in wallet (GetAccount and SendTransaction)