Uses a python helper to get the version of the chia install and then converts it into proper npm format and puts that into package.json. We now set the version for the GUI when doing a manual install using the install-gui.sh script.Enabled querying AAAA records for DNS Introducer.Added an RPC for coin records by multiple coin names.Added a py.typed file that allows other projects that pip install chia-blockchain to type check using our functions with mypy.Added documentation for treehash params.Added new call for logging peer_host: get_peer_logging that will use the peer_host value, typically an IP address, when the peername cannot be retrieved.Improvements to sync full nodes faster by improving the concurrency for downloading and validating blocks.Added a change to config.yaml to tolerate fields that replace network constants in config.yaml that don't exist, but print warning.Enable the rust condition checker unconditionally in testnet.