Releases: open-wallet-standard/core
Releases · open-wallet-standard/core
v1.3.1
What's Changed
- chore: bump version to 1.3.0 by @svc-sre in #205
- style: run cargo fmt on node and python SDK bindings by @dolepee in #200
- feat: publish npm adaptors package by @njdawn in #208
Full Changelog: v1.3.0...v1.3.1
What's Changed
- chore: bump version to 1.3.0 by @svc-sre in #205
- style: run cargo fmt on node and python SDK bindings by @dolepee in #200
- feat: publish npm adaptors package by @njdawn in #208
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- chore: bump version to 1.2.4 by @svc-sre in #180
- feat: add @open-wallet-standard/adapters (viem + solana) by @kevarifin14 in #139
- feat: add Nano (XNO) chain support by @cbrunnkvist in #109
- fix: printing mistake while executing x402 payments by @daiwikmh in #130
- feat: EIP-712 typed data signing via API key by @ggonzalez94 in #148
- feat: native wdk integration with ows by @njdawn in #199
- feat: add Tempo and Hyperliquid chain aliases by @franklad in #134
- feat: add signHash and signAuthorization by @ggonzalez94 in #156
New Contributors
- @cbrunnkvist made their first contribution in #109
Full Changelog: v1.2.4...v1.3.0
What's Changed
- chore: bump version to 1.2.4 by @svc-sre in #180
- feat: add @open-wallet-standard/adapters (viem + solana) by @kevarifin14 in #139
- feat: add Nano (XNO) chain support by @cbrunnkvist in #109
- fix: printing mistake while executing x402 payments by @daiwikmh in #130
- feat: EIP-712 typed data signing via API key by @ggonzalez94 in #148
- feat: native wdk integration with ows by @njdawn in #199
- feat: add Tempo and Hyperliquid chain aliases by @franklad in #134
- feat: add signHash and signAuthorization by @ggonzalez94 in #156
New Contributors
- @cbrunnkvist made their first contribution in #109
Full Changelog: v1.2.4...v1.3.0
v1.2.4
v1.2.3
CI for XRPL
What's Changed
- chore: bump version to 1.2.1 by @svc-sre in #173
- fix: improve --chain UX — bare chain IDs, deprecate 'evm', better errors by @njdawn in #174
- fix: ci to support xrpl crate by @njdawn in #175
Full Changelog: v1.2.1...v1.2.2
What's Changed
- chore: bump version to 1.2.1 by @svc-sre in #173
- fix: improve --chain UX — bare chain IDs, deprecate 'evm', better errors by @njdawn in #174
- fix: ci to support xrpl crate by @njdawn in #175
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- chore: bump version to 1.2.0 by @svc-sre in #161
- feat: Add XRPL signing and key derivation using elliptic curve secp256k1 by @Patel-Raj11 in #146
- fix: strip key material from InvalidPrivateKey error messages by @franklad in #159
- fix: correct broken Policy Engine Implementation Guide link in README by @Sertug17 in #167
- fix: parse timestamps before comparing in expiry checks by @franklad in #135
New Contributors
- @Patel-Raj11 made their first contribution in #146
- @Sertug17 made their first contribution in #167
Full Changelog: v1.2.0...v1.2.1
What's Changed
- chore: bump version to 1.2.0 by @svc-sre in #161
- feat: Add XRPL signing and key derivation using elliptic curve secp256k1 by @Patel-Raj11 in #146
- fix: strip key material from InvalidPrivateKey error messages by @franklad in #159
- fix: correct broken Policy Engine Implementation Guide link in README by @Sertug17 in #167
- fix: parse timestamps before comparing in expiry checks by @franklad in #135
New Contributors
- @Patel-Raj11 made their first contribution in #146
- @Sertug17 made their first contribution in #167
Full Changelog: v1.2.0...v1.2.1
API Key Private Key Import Fix
What's Changed
- chore: bump version to 1.1.2 by @svc-sre in #144
- feat: support BSC funding via MoonPay BNB alias by @santychuy in #105
- fix: add BIP-32/SLIP-10 spec test vectors and seed length validation by @franklad in #128
- feat: add Etherlink chain alias by @dolepee in #133
- fix API-key signing for imported wallets by @ggonzalez94 in #150
New Contributors
- @santychuy made their first contribution in #105
- @dolepee made their first contribution in #133
- @ggonzalez94 made their first contribution in #150
Full Changelog: v1.1.2...v1.2.0
x402 v2/v1 quality of life
x402 v2 support
What's Changed
- chore: bump version to 1.1.0 by @svc-sre in #121
- chore: update doc version by @njdawn in #122
- fix(x402): support x402 v2 header by @vihaanmoonpay in #140
New Contributors
- @vihaanmoonpay made their first contribution in #140
Full Changelog: v1.1.0...v1.1.1
Solana + Plasma Support + Misc Fixes
What's Changed
- chore: bump version to 1.0.0 by @svc-sre in #98
- chore: update security.md by @njdawn in #103
- feat: add Plasma chain alias and RPC default by @hwbehrens in #117
- fix: truncate respects UTF-8 char boundaries in discovery output by @octalmage in #110
- feat: add SIGQUIT and panic hook to signal handler by @franklad in #112
- fix: correct incorrect redirect causing 404 in docs by @daiwikmh in #120
- fix: Solana broadcast encoding, sign_transaction extraction, and compact-u16 parsing by @njdawn in #118
New Contributors
- @hwbehrens made their first contribution in #117
- @octalmage made their first contribution in #110
- @franklad made their first contribution in #112
- @daiwikmh made their first contribution in #120
Full Changelog: v1.0.0...v1.1.0
What's Changed
- chore: bump version to 1.0.0 by @svc-sre in #98
- chore: update security.md by @njdawn in #103
- feat: add Plasma chain alias and RPC default by @hwbehrens in #117
- fix: truncate respects UTF-8 char boundaries in discovery output by @octalmage in #110
- feat: add SIGQUIT and panic hook to signal handler by @franklad in #112
- fix: correct incorrect redirect causing 404 in docs by @daiwikmh in #120
- fix: Solana broadcast encoding, sign_transaction extraction, and compact-u16 parsing by @njdawn in #118
New Contributors
- @hwbehrens made their first contribution in #117
- @octalmage made their first contribution in #110
- @franklad made their first contribution in #112
- @daiwikmh made their first contribution in #120
Full Changelog: v1.0.0...v1.1.0