This patch includes some performance enhancements, stability improvements, and other minor upgrades.
- Attempted to increase the soft-limit of file descriptors from the default size to up to 15k FDs on startup.
- Explicitly disabled networking naggle and lingering.
- Returned delegators nested inside the validators response in
platformvm.getCurrentValidators
. - Introduced a new SendMultiple API call that allows for sending to multiple addresses in the same atomic transaction.
- Reduced bandwidth usage during bootstrapping by disabling gossiping.
- Reduced the size of the accepted frontier to be manged in bootstrapping by utilizing a 1/N correctness assumption.
- Increased the keystore maximum user size for exporting + importing.
- Introduced automatic cross platform builds.