@bonfida/spl-name-service@2.3.2
dr497
released this
17 Jan 03:23
·
106 commits
to main
since this release
Fix
This PR optimizes the findSubdomains
function to handle scenarios where a parent domain has a large number of subdomains. The update significantly reduces the number of RPC calls, enhancing performance and efficiency. This is particularly beneficial in situations where the parent domain has an extensive list of subdomains (e.g thesagadao.sol
), as it prevents the system from making an excessive number of RPC calls.