[fix] Optimize access to sources by pubkey, using specific index
Compare changes
Files
4+ 3
− 1
@@ -53,7 +53,7 @@ const CONDITIONS =
@@ -53,7 +53,7 @@ const CONDITIONS =
const BMA_REGEXP = /^BASIC_MERKLED_API( ([a-z_][a-z0-9-_.]*))?( ([0-9.]+))?( ([0-9a-f:]+))?( ([0-9]+))$/;
const BMAS_REGEXP = /^BMAS( ([a-z_][a-z0-9-_.]*))?( ([0-9.]+))?( ([0-9a-f:]+))?( ([0-9]+))( (\/.+))?$/;
@@ -535,6 +535,8 @@ export const CommonConstants = {
@@ -535,6 +535,8 @@ export const CommonConstants = {