Skip to content

Rosetta-Specifications V1.4.4 Support

Compare
Choose a tag to compare
@patrick-ogrady patrick-ogrady released this 14 Sep 18:40
· 448 commits to master since this release
63d5966

This release includes rosetta-sdk-go updates that enable [email protected] support and "dry runs" during transaction construction (to get an estimate of the "suggested fee").

Configuration File Changes

New Fields

  • max_online_connections / max_offline_connections
    -> it is now possible to limit the total number of connections opened
  • max_sync_concurrency
    -> sync concurrency is now handled automatically (based on block size and available connections)
  • historical_balance_enabled
    -> If left nil, we now auto-populate this using the value in NetworkOptionsResponse.Allow.HistoricalBalanceLookup

Removed Fields

  • disable_memory_limit
    -> we no longer support running without a memory limit as new db optimizations have significantly improved performance
  • historical_balance_disabled
    -> see the new historical_balance_enabled field
  • transaction_concurrency
    -> this is now set automatically
  • sync_concurrency
    -> this is now set dynamically, see max_sync_concurrency to set a limit

Changelog

  • Update to v0.4.2 of rosetta-sdk-go #133
  • Infer Historical Balance Lookup #131
  • improved error handling and test coverage #130
  • [rosetta-sdk-go] Update to v0.4.1 #129
  • Update readme to remove install from source #126
  • Binary Install Script #125