ci: update build script and add npm publish workflow#67
Closed
Annatar3 wants to merge 1 commit into
Closed
Conversation
AlonzoRicardo
added a commit
that referenced
this pull request
Apr 22, 2026
…nces - Cache _getEvmReadOnlyAccount — eliminates redundant eth_chainId on every method call (same fix recommended by EVM team after PR #67) - Cache _isAccountDeployed — once deployed, skip eth_getCode on subsequent ops - Cache Erc7677Paymaster instances by URL — bundler and paymaster share the same instance when URLs match (Pimlico). Candide benefits from AK's internal pm_supportedERC20Tokens cache across calls. - Convert _fetchBundlerGasPrice and _applyPaymasterToUserOp from static to instance methods so they can access the paymaster cache. Saves 3-5 RPC calls per full quote+send flow.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Applies the same changes as tetherto/wdk-wallet-spark#69:
build.ymlto usetetherto/oss-actions/node-base@v1public-publish.ymlfor gated npm releases with required approvalspublish.yml