Skip to content

Commit

Permalink
Merge pull request #58 from casper-ecosystem/fix/secp256k1-support-in…
Browse files Browse the repository at this point in the history
…-browser

1.3.3 - SECP256K1 fix for browser
  • Loading branch information
hoffmannjan authored May 24, 2021
2 parents 7415cff + 8d9a80f commit 59bc427
Show file tree
Hide file tree
Showing 6 changed files with 277 additions and 12 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,18 @@ All notable changes to casper-client-sdk.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 1.3.3

## Fixed

- `Keys.SECP256K1.new()` and other SECP256K1 releated methods now can work in a browser environment.

## 1.3.2

## Added

- `DeployUtil.deployToBytes(deploy)` returns an `Uint8Array`, which is a byte representation of a deploy.

## 1.3.1

### Changed
Expand Down
257 changes: 257 additions & 0 deletions package-lock.json

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

Loading

0 comments on commit 59bc427

Please sign in to comment.