Releases: WalterProof/pezos
Releases · WalterProof/pezos
Minimal Deps
This release aims to minimise dependencies :
- Removes the dependency to symfony
- Removes the symfony bundle
- Remove the provided HTTP client and integration test
Mumbai Client
- Regenerate clients for last proto
Pin dependency version
v0.1.5 pin dep version
Sf 6 compat
Update composer for Symfony 6 compat
Secp256k1 keys
v0.1.3 Update README.md
Symfony Bundle
Add friendly Symfony integration
RPC clients
- There are now RPC clients generated from open api v3 files
- A ClientFactory class makes them easy to instanciate (see tests folder)
Initial
EdDSA keys management
- import Ed25519 secret key
- sign hex with Ed25519 secret key
- verify signed hex with Ed25519 public key