-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: ss enable mode #152
Merged
Merged
Conversation
This file contains 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
size-limit report 📦
|
joepegler
force-pushed
the
feat/ss_enable_mode
branch
from
December 19, 2024 14:49
e25d104
to
39f1f05
Compare
joepegler
force-pushed
the
feat/ss_enable_mode
branch
from
December 19, 2024 17:06
39f1f05
to
aa5983f
Compare
joepegler
force-pushed
the
feat/ss_enable_mode
branch
from
December 19, 2024 17:41
b1bb733
to
acc77b9
Compare
joepegler
force-pushed
the
feat/ss_enable_mode
branch
from
December 20, 2024 09:21
d590b48
to
a26231b
Compare
joepegler
force-pushed
the
feat/ss_enable_mode
branch
from
December 20, 2024 13:06
1668132
to
9fe0818
Compare
joepegler
force-pushed
the
feat/ss_enable_mode
branch
from
December 20, 2024 14:43
dda9d12
to
477bb1d
Compare
joepegler
force-pushed
the
feat/ss_enable_mode
branch
from
December 20, 2024 17:56
0e06cf7
to
cc59f52
Compare
joepegler
force-pushed
the
feat/ss_enable_mode
branch
from
December 20, 2024 18:54
794bed7
to
5228ebe
Compare
Co-authored-by: joepegler <[email protected]> Co-authored-by: VGabriel45 <[email protected]> Co-authored-by: VGabriel45 <[email protected]>
joepegler
force-pushed
the
feat/ss_enable_mode
branch
from
December 30, 2024 12:14
cb3af97
to
186e759
Compare
joepegler
force-pushed
the
feat/ss_enable_mode
branch
from
December 30, 2024 15:58
c4f458a
to
346c6e3
Compare
joepegler
force-pushed
the
feat/ss_enable_mode
branch
3 times, most recently
from
December 31, 2024 17:16
82e726a
to
bb8d60d
Compare
joepegler
force-pushed
the
feat/ss_enable_mode
branch
2 times, most recently
from
January 2, 2025 10:15
5271278
to
6d5a087
Compare
joepegler
force-pushed
the
feat/ss_enable_mode
branch
from
January 2, 2025 10:17
6d5a087
to
a0304d2
Compare
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.
PR-Codex overview
This PR focuses on transitioning from using the
NexusClient
to the newSmartAccountClient
, implementing smart sessions, and updating related utility functions and constants.Detailed summary
0.0.22
inpackage.json
.Constants.ts
andcreateNexusSessionClient.ts
.createSmartAccountClient
.CHANGELOG.md
with smart sessions feature.NEXUS_DOMAIN_VERSION
to1.0.1
.createNexusClient
references withcreateSmartAccountClient
.