-
Notifications
You must be signed in to change notification settings - Fork 88
Update LICENSE.md #430
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
Open
Newportgogogadit
wants to merge
333
commits into
coinbase:add_explicit_mode
Choose a base branch
from
Newportgogogadit:patch-1
base: add_explicit_mode
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update LICENSE.md #430
Newportgogogadit
wants to merge
333
commits into
coinbase:add_explicit_mode
from
Newportgogogadit:patch-1
Conversation
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
comments test and make constructor private add types for params npm run format
Pass address index when registering address
Cleanup staking operation + wallet address related code
This makes it so that we dynamically update networks as we update our OpenAPI spec. This does not add a whole network object like we have in ruby, because we probably want to play around with how people want to use the various objects in TS before doing that.
This should be moved to the backend similar to the ruby SDK, however that will require a bit of a refactor around the network objects.
…network-constants Support dynamic network constants
This removes the user concept in favor of directly creating, listing, importing, and fetching wallets.
This updates the docs, readmes, and changelog to reflect the removal of the user concept.
This adds a correlation context header that includes the version and language of the SDK. This will be used to track what versions of the SDK developers are using and to help reach out to upgrade versions.
Add correlation context to request headers
…ng_wallet_model Add wallet model support for Dedicated ETH Staking
* [hotfix] patch for page setting * add test case
Remove user concept
* feat: expose fee recipient and forwarded fee recipient addresses on validator and pending_claimable_balance from staking context api * add eurc & cbbtc to Coinbase assets * SmartWallet support (coinbase#376) * update changelog * Prepping v0.19.0 release (coinbase#387) --------- Co-authored-by: Rohit Durvasula <rohit.durvasula@coinbase.com> Co-authored-by: Rohit Durvasula <88731568+drohit-cb@users.noreply.github.com> Co-authored-by: Milan Saxena <milan.saxena@coinbase.com>
fix: add sleep for faucet and wait for transaction history
* Improve error message when uninitialized (coinbase#394) * feat: expose withdrawal credentials of ethereum validators * Preparing v0.21.0 release (coinbase#397) --------- Co-authored-by: Rohit Durvasula <rohit.durvasula@coinbase.com> Co-authored-by: Rohit Durvasula <88731568+drohit-cb@users.noreply.github.com>
feat: add execution layer withdrawal support for native eth unstaking
chore: Add hoodi support
chore: Prep for v0.22.0 release
Releasing v0.22.0
coinbase#409) * chore: fix how options are parsed when not doing native eth unstake v2 * rename function used to check for unstake operation
…nsensus-and-execution-based-unstaking feat: unify consensus and execution based withdrawals
…release chore: Prep for v0.23.0 release
…release chore: Prep for v0.23.0 release
Releasing v0.23.0
* Add support for execution layer validator consolidations * chore: Prep for v0.24.0 release * disable shared eth staking e2e test
* Remove support for Holesky (coinbase#425) * prep for v0.25.0 release (coinbase#426) * fix changelog date (coinbase#428)
🟡 Heimdall Review Status
|
Newportgogogadit
commented
Jul 4, 2025
Author
Newportgogogadit
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🥰
Newportgogogadit
commented
Jul 4, 2025
Author
Newportgogogadit
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
License needs to 2025
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.
What changed? Why?
Qualified Impact