Apricot Phase 2 - Patch 12
StephenButtolph
released this
30 Jul 01:03
·
4195 commits
to master
since this release
This update is backwards compatible. It is optional, but encouraged.
X-Chain
- Added formatting argument
"json"
to API methodGetTx
, which returns the JSON representation of the queried transaction - Added interface type assertions
API
- Added method
GetNodeVersion
to Info API client
Prometheus Metrics
- Fixed and renamed metrics for bytes not sent due to compression
- Added metrics for bytes not received due to compression
- Added helper struct
noAverager
tometrics
package
Database
- Updated/added benchmarks
Shared Memory
- Replaced
Put
andRemove
withApply
to allow for future atomic transaction optimization