Skip to content

Releases: multiversx/mx-chain-proxy-go

v1.1.7

24 Feb 14:04
551567d
Compare
Choose a tag to compare
v1.1.7 Pre-release
Pre-release
  • #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

15 Jan 11:16
d9e4b22
Compare
Choose a tag to compare
v1.1.6 Pre-release
Pre-release

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

17 Dec 10:15
0f88dd9
Compare
Choose a tag to compare

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

09 Dec 16:51
271ab18
Compare
Choose a tag to compare
  • Fix api route /address/:addr/transaction #113
  • Updated the link to the elrond proxy documentation #110

v1.1.3 - Beta Rosetta API, other new endpoints

19 Oct 09:22
3212ac6
Compare
Choose a tag to compare
  • Beta implementation of Rosetta API: #92, #98
  • New economics metrics endpoint: #94

Improvements and fixes

01 Oct 13:58
8fbf423
Compare
Choose a tag to compare
  • 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

31 Aug 06:14
16a305f
Compare
Choose a tag to compare
Merge pull request #88 from ElrondNetwork/development

Merge development into master

Mainnet Proxy

30 Aug 11:17
54c951d
Compare
Choose a tag to compare
Merge pull request #79 from ElrondNetwork/fix-config

Disable external queries (by default)

New route for querying smart contract values

15 Jan 15:58
8fdbed8
Compare
Choose a tag to compare

Added vm-values/query route to query smart contract values.

Initial release

06 Jun 11:56
16eb46c
Compare
Choose a tag to compare

Initial release to be used in wallet (GetAccount and SendTransaction)