Skip to content

Commit 78aea4d

Browse files
authored
Merge pull request coinbase#127 from coinbase/v0.0.14
V0.0.14
2 parents dc2191c + d0e6369 commit 78aea4d

File tree

285 files changed

+4309
-1349
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

285 files changed

+4309
-1349
lines changed

CAPABILITIES.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Capabilities
2+
3+
The Coinbase SDK has different capabilities for different wallet types and networks. This page summarizes
4+
those capabilities for the NodeJS SDK:
5+
6+
## Developer Wallets
7+
8+
| Concept | Base-Sepolia | Base-Mainnet | Ethereum-Holesky | Ethereum-Mainnet |
9+
| ------------- | :----------: | :----------: | :--------------: | :--------------: |
10+
| Addresses |||||
11+
| Send |||||
12+
| Trade |||||
13+
| Faucet |||||
14+
| Server-Signer |||||
15+
| Stake [^1] |||||
16+
17+
[^1]: Currently only available for Shared ETH Staking.
18+
19+
## End-User Wallets
20+
21+
| Concept | Base-Sepolia | Base-Mainnet | Ethereum-Holesky | Ethereum-Mainnet |
22+
| ------------------ | :----------: | :----------: | :--------------: | :--------------: |
23+
| External Addresses |||||
24+
| Stake [^2] |||||
25+
26+
[^2]: Dedicated ETH Staking is currently only available on Testnet (Ethereum-Holesky).
27+
28+
## Testnet vs. Mainnet
29+
30+
The Coinbase SDK supports both testnets and mainnets.
31+
32+
- Testnets are for building and testing applications. Funds are not real, and you can get test currencies from a faucet.
33+
- Mainnet is where the funds, contracts and applications are real.
34+
35+
Wallets, assets, etc, cannot be moved from testnet to mainnet (or vice versa).

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Coinbase Node.js SDK Changelog
22

3-
## Unreleased
3+
## [0.0.14] - 2024-08-05
4+
5+
### Added
6+
7+
- Support for Shared ETH Staking for Wallet Addresses
8+
9+
### Changed
10+
11+
- `unsigned_payload`, `signed_payload`, `status`, and `transaction_hash` in-line fields on `Transfer` are deprecated in favor of those on `Transaction`
412

513
## [0.0.13] - 2024-07-30
614

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ npm install @coinbase/coinbase-sdk
5656
or
5757

5858
```bash
59-
yarn install @coinbase/coinbase-sdk
59+
yarn add @coinbase/coinbase-sdk
6060
```
6161

6262
## Usage

docs/assets/navigation.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)