Typescript Library and Monorepo#11
Open
reednaa wants to merge 127 commits into
Open
Conversation
* Implement Reednaa's Stowaway * fmt * Remove embedded calls and replace by storage config.
…owngrade (#28) * Zero old ownership slots when relevant * Optimise code
* Change factaory salting behavior to maintain a single standard flow, avoiding non-obvious reuse behaviour * Test for tooManyOwners * Remove incorrect command and also used custom salt for upgradable version * Implement salt changes in Tron
…#22) * Fix signature length cutoff below 32 bytes * Double iszero instead of not iszero
* Use balanceOf function that raises reverts when they happen instead of silently returning 0. * Update balance of logic in allowance handle
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
* forge fmt * Fix tests * Set foundry stable
Co-authored-by: aikido-pr-checks[bot] <169896070+aikido-pr-checks[bot]@users.noreply.github.com>
Co-authored-by: aikido-pr-checks[bot] <169896070+aikido-pr-checks[bot]@users.noreply.github.com>
Co-authored-by: aikido-pr-checks[bot] <169896070+aikido-pr-checks[bot]@users.noreply.github.com>
Co-authored-by: aikido-pr-checks[bot] <169896070+aikido-pr-checks[bot]@users.noreply.github.com>
Use path.resolve and add a distDir boundary check to guard against any path escaping the dist/ tree, per aikido security scanner finding. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Member
Author
|
@codex review |
…ntentExecutor (#32) * Create Tron version of CATValidator and IntentExecutor * Update namings and add failure check for non-tron contracts. * forge fmt * Scope test to make coverage pass * Use overwrites for Tron contracts instead of re-impleentation. * Update solidity pragma version * Set Tron pragma * chore: Add audit report for pr
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.
Fixes: https://linear.app/lifi-linear/issue/API-174/create-catapultar-library-with-webauth-and-viem-support
Implements:
CALLS_TYPE_HASH#7New Features
Adds support for new key types:
Along with supporting an additionally SHA256 hash of the payload before signature validation.
Set Signatures & execution payloads as pre-validated. This allows the ability to schedule calls where one calls execution allows a follow up call to be executed along with other composability features.
Multichain actions without the chainId set in signed domain separators using: Solady's
_hashTypedDataSansChainId.Mono Repo
This repository now uses a mono-repo for both the smart account and a companion typescript library.
Summary by CodeRabbit
New Features
Documentation
Tests