Skip to content

Commit

Permalink
Use concrete signature types (#715)
Browse files Browse the repository at this point in the history
* Update crypto and stronghold

* Use strong typed ed25519 public key and signature

* clippy

* Chnagelog

* Fix tests

* Fix serialization

* changelog

* import nit

* Example imports and clippy

* Remove serde-big-array dep

* Update crypto again

* Update bindings

* Fix no_std

* shuffle features

* Fix python test and slip10 derive chain handling. Remove std feature

* Use stronghold release

* changelog

* Replace more instances of IBip32Chain

* Try to fix python serialization

* Fix nodejs stuff

* hopefully fix some serde stuff

* oh python....you so silly

* Default coint type

* delete wasm compatability CI

* fix python import

* Fix tests I broke

* Fix Bip44Def defaults

* Add migration and serde utils

* fix no_std again

* Fix test

* Use constants in test

* separate changelogs

* more changelog

* python changelog

* Fix rand feature import

* Add missing serde tag

* Update bindings/python/CHANGELOG.md

* Add Bip44 to python changelog

* Changelog nits

* PR suggestions

* organizing all my bikes

* 😾

* >:I

Co-authored-by: Thibault Martinez <[email protected]>

---------

Co-authored-by: Thibault Martinez <[email protected]>
  • Loading branch information
Alexandcoats and thibault-martinez authored Jul 14, 2023
1 parent b1cdd65 commit 1c2941d
Show file tree
Hide file tree
Showing 88 changed files with 1,149 additions and 811 deletions.
5 changes: 5 additions & 0 deletions .changes/bip44.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"wallet-nodejs-binding": patch
---

`Account::signSecp256k1Ecdsa` now accepts newly added Bip44 type.
46 changes: 0 additions & 46 deletions .github/workflows/wasm-compatibility.yml

This file was deleted.

Loading

0 comments on commit 1c2941d

Please sign in to comment.