Skip to content

Commit

Permalink
[V0.5.0] Release v0.5.0 (#185)
Browse files Browse the repository at this point in the history
### What changed? Why?


#### Qualified Impact
<!-- Please evaluate what components could be affected and what the
impact would be if there was an
error. How would this error be resolved, e.g. rollback a deploy, push a
new fix, disable a feature
flag, etc... -->

---------

Co-authored-by: rohan-agarwal-coinbase <[email protected]>
Co-authored-by: cb-howardatcb <[email protected]>
Co-authored-by: John Peterson <[email protected]>
  • Loading branch information
4 people authored Sep 12, 2024
1 parent c2180d8 commit 2c5f8e5
Show file tree
Hide file tree
Showing 173 changed files with 45,990 additions and 6,205 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.5.0] - 2024-09-11

### Added
- Add Arbitrum-Mainnet support for Native transfers.
- Add optional arguments to allow setting amount for payable contract method invocations

## [0.4.0] - Skipped

## [0.3.0] - 2024-09-05

### Added
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Make sure that your developer environment satisfies all of the requirements befo

### Ruby 2.7+

The Coinbase server-side SDK requires Ruby 2.7 or higher. To view your currently installed version of Ruby, run
The Coinbase server-side SDK requires Ruby 2.7 or higher (we recommend 2.7.5). To view your currently installed version of Ruby, run
the following from the command-line:

```bash
Expand All @@ -30,11 +30,11 @@ ruby -v
We recommend installing and managing Ruby versions with `rbenv`.
See [Using Package Managers](https://github.com/rbenv/rbenv?tab=readme-ov-file#homebrew) in the rbenv README for instructions on how to install `rbenv`.

Once `rbenv` has been installed, you can install and use Ruby 2.7 by running the following commands:
Once `rbenv` has been installed, you can install and use Ruby 2.7.5 by running the following commands:

```bash
rbenv install 2.7.0
rbenv global 2.7.0
rbenv install 2.7.5
rbenv global 2.7.5
```

### Rbsecp256k1 Gem
Expand Down
106 changes: 61 additions & 45 deletions docs/Coinbase.html

Large diffs are not rendered by default.

241 changes: 166 additions & 75 deletions docs/Coinbase/Address.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/Coinbase/Asset.html
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ <h3 class="signature first" id="initialize-instance_method">

&mdash;
<div class='inline'>
<p>(Optional) The Assets address ID, if one exists</p>
<p>(Optional) The Asset&#39;s address ID, if one exists</p>
</div>

</li>
Expand Down Expand Up @@ -1204,7 +1204,7 @@ <h3 class="signature " id="primary_denomination-instance_method">
</h3><div class="docstring">
<div class="discussion">

<p>Returns the primary denomination for the Asset. For gwei` and `wei` the primary denomination is `eth`. For all other assets, the primary denomination is the same asset ID.</p>
<p>Returns the primary denomination for the Asset. For `gwei` and `wei` the primary denomination is `eth`. For all other assets, the primary denomination is the same asset ID.</p>


</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/Coinbase/Authenticator.html
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ <h3 class="signature first" id="build_jwt-instance_method">
</h3><div class="docstring">
<div class="discussion">

<p>Builds the JWT for the given API endpoint URI. The JWT is signed with the API keys private key.</p>
<p>Builds the JWT for the given API endpoint URI. The JWT is signed with the API key&#39;s private key.</p>


</div>
Expand Down
26 changes: 14 additions & 12 deletions docs/Coinbase/Client.html

Large diffs are not rendered by default.

Loading

0 comments on commit 2c5f8e5

Please sign in to comment.