Skip to content

Commit

Permalink
Merge pull request #127 from coinbase/v0.0.14
Browse files Browse the repository at this point in the history
V0.0.14
  • Loading branch information
marcin-cb authored Aug 5, 2024
2 parents dc2191c + d0e6369 commit 78aea4d
Show file tree
Hide file tree
Showing 285 changed files with 4,309 additions and 1,349 deletions.
35 changes: 35 additions & 0 deletions CAPABILITIES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Capabilities

The Coinbase SDK has different capabilities for different wallet types and networks. This page summarizes
those capabilities for the NodeJS SDK:

## Developer Wallets

| Concept | Base-Sepolia | Base-Mainnet | Ethereum-Holesky | Ethereum-Mainnet |
| ------------- | :----------: | :----------: | :--------------: | :--------------: |
| Addresses |||||
| Send |||||
| Trade |||||
| Faucet |||||
| Server-Signer |||||
| Stake [^1] |||||

[^1]: Currently only available for Shared ETH Staking.

## End-User Wallets

| Concept | Base-Sepolia | Base-Mainnet | Ethereum-Holesky | Ethereum-Mainnet |
| ------------------ | :----------: | :----------: | :--------------: | :--------------: |
| External Addresses |||||
| Stake [^2] |||||

[^2]: Dedicated ETH Staking is currently only available on Testnet (Ethereum-Holesky).

## Testnet vs. Mainnet

The Coinbase SDK supports both testnets and mainnets.

- Testnets are for building and testing applications. Funds are not real, and you can get test currencies from a faucet.
- Mainnet is where the funds, contracts and applications are real.

Wallets, assets, etc, cannot be moved from testnet to mainnet (or vice versa).
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Coinbase Node.js SDK Changelog

## Unreleased
## [0.0.14] - 2024-08-05

### Added

- Support for Shared ETH Staking for Wallet Addresses

### Changed

- `unsigned_payload`, `signed_payload`, `status`, and `transaction_hash` in-line fields on `Transfer` are deprecated in favor of those on `Transaction`

## [0.0.13] - 2024-07-30

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ npm install @coinbase/coinbase-sdk
or

```bash
yarn install @coinbase/coinbase-sdk
yarn add @coinbase/coinbase-sdk
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/navigation.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/assets/search.js

Large diffs are not rendered by default.

Loading

0 comments on commit 78aea4d

Please sign in to comment.