Rosetta-Specifications V1.4.4 Support
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 openedmax_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 inNetworkOptionsResponse.Allow.HistoricalBalanceLookup
Removed Fields
disable_memory_limit
-> we no longer support running without a memory limit as new db optimizations have significantly improved performancehistorical_balance_disabled
-> see the newhistorical_balance_enabled
fieldtransaction_concurrency
-> this is now set automaticallysync_concurrency
-> this is now set dynamically, seemax_sync_concurrency
to set a limit