Open joepegler opened 1 month ago
Path | Size |
---|---|
core (esm) | 55.9 KB (+0.22% 🔺) |
core (cjs) | 61.08 KB (+0.1% 🔺) |
account (tree-shaking) | 53.38 KB (-0.23% 🔽) |
bundler (tree-shaking) | 2.57 KB (+1.12% 🔺) |
paymaster (tree-shaking) | 2.21 KB (-1.06% 🔽) |
modules (tree-shaking) | 40.98 KB (+0.07% 🔺) |
PR-Codex overview
This PR focuses on version downgrades, bug fixes, and improvements in the
Biconomy
SDK. It introduces a new method for extracting chain IDs from URLs and updates theBundler
class to use a consistent polling interval.Detailed summary
version
inpackage.json
from4.6.2
to4.5.7
.4.5.7
with a bundler URL fix.isDebugging
function insrc/account/utils/Helpers.ts
.POLL_INTERVAL
constant insrc/bundler/Bundler.ts
.Bundler
class to usePOLL_INTERVAL
.Bundler
class.extractChainIdFromUrl
function insrc/bundler/utils/Utils.ts
.extractChainIdFromUrl
.extractChainIdFromUrl
intests/bundler/read.test.ts
.