Releases: XRPLF/xrpl-go
Releases · XRPLF/xrpl-go
v0.1.15
What's Changed
- chore(deps): bump mdast-util-to-hast from 13.2.0 to 13.2.1 in /docs by @dependabot[bot] in #176
- chore(deps): bump node-forge from 1.3.1 to 1.3.3 in /docs by @dependabot[bot] in #175
- chore: sync main branch with v0.1.x by @GuillemGarciaDev in #180
- add opts for maxRetries and retryDelay in rpc client by @UndeadDemidov in #183
- chore(deps): bump undici from 6.21.3 to 6.23.0 in /docs by @dependabot[bot] in #186
- AuthorizeChannel by @JordiParraCrespo in #185
- fix(rpc): rpc client timeout config by @GuillemGarciaDev in #187
- fix(binary-codec): ensure 100% compatibility with xrpl.js reference implementation by @LeJamon in #182
- feat(binary-codec): update definitions by @GuillemGarciaDev in #189
- feat(xrpl): add xls-66d support by @GuillemGarciaDev in #188
- MPTokenMetadata encoding, decoding, and validation utilities by @JordiParraCrespo in #184
New Contributors
- @UndeadDemidov made their first contribution in #183
- @JordiParraCrespo made their first contribution in #185
- @LeJamon made their first contribution in #182
Full Changelog: v0.1.14...v0.1.15
v0.1.14
What's Changed
- TokenEscrow Support (XLS-85) by @florent-uzio in #167
- [TA-5891]: improve transaction result metadata type by @GuillemGarciaDev in #173
- fix(websocket): remove redundant tests by @GuillemGarciaDev in #179
- [TA-6038]: fix waitForTransaction retries by @GuillemGarciaDev in #174
- chore: bump golang.org/x/crypto package to v0.45.0 by @GuillemGarciaDev in #178
Full Changelog: v0.1.13...v0.1.14
v0.1.13
What's Changed
- [TA-5118] Update Docs with Batch tx by @banasa44 in #152
- [TA-5099] Docs add changelog section by @banasa44 in #153
- [TA-5120] Add Separators & labels to sections by @banasa44 in #155
- chore(deps): bump brace-expansion from 1.1.11 to 1.1.12 in /docs by @dependabot[bot] in #157
- [TA-4307] Migrate golangci-lint to v2 by @banasa44 in #156
- [TA-5102] Unify errors in package dedicated errors file by @banasa44 in #158
- fix: remove README disclaimer by @GuillemGarciaDev in #159
- MPToken and MPTokenIssuance Entry Types by @florent-uzio in #165
- feat(xrpl): add permissioned dex support (xls-81d) by @GuillemGarciaDev in #166
- Fix OracleSet transaction by @florent-uzio in #168
- chore(bip32, bip39): remove "github.com/tyler-smith/go-bip32", "github.com/tyler-smith/go-bip39" with "github.com/bsv-blockchain/go-sdk" by @GuillemGarciaDev in #162
- release: v0.1.13 by @GuillemGarciaDev in #169
Full Changelog: v0.1.12...v0.1.13
v0.1.12
v0.1.11
What's Changed
- chore(deps): bump estree-util-value-to-estree from 3.3.2 to 3.3.3 in /docs by @dependabot[bot] in #136
- [TA-4073]: MPToken issuance transactions by @GuillemGarciaDev in #110
- [TA-4379]: XLS-73d by @GuillemGarciaDev in #135
- chore(deps): bump http-proxy-middleware from 2.0.7 to 2.0.9 in /docs by @dependabot[bot] in #138
- NFT fixes + NFTokenModify by @florent-uzio in #137
- chore(deps): bump undici from 6.21.1 to 6.21.3 in /docs by @dependabot[bot] in #139
- [TA-4914]: Update dependencies & fix vulnerabilities by @banasa44 in #141
- [TA-4885]: Add MPTCurrency Amount by @banasa44 in #140
- [TA-4884] Support NFTokenMintOffer by @banasa44 in #142
- [TA-4979] EncodeForSigningBatch support by @banasa44 in #145
- [TA-4976][TA-4977] Add Batch transaction type by @banasa44 in #146
- [TA-4974]: batch signer by @GuillemGarciaDev in #147
- [TA-4886] Add Account Permission Delegation (XLS-74d, XLS-75d) by @banasa44 in #144
- [TA-4975] Client Autofill for Batch Txn by @banasa44 in #148
- [TA-5091]: batch transaction integration tests by @GuillemGarciaDev in #150
- [TA-5090] Add Examples for Batch Transaction by @banasa44 in #149
Full Changelog: v0.1.10...v0.1.11
v0.1.10
What's Changed
- [TA-4082]: fix ledger index in v2 base ledger type by @GuillemGarciaDev in #106
- chore(deps): bump prismjs from 1.29.0 to 1.30.0 in /docs by @dependabot in #117
- chore(deps): bump @babel/runtime-corejs3 from 7.26.9 to 7.26.10 in /docs by @dependabot in #122
- chore(deps): bump @babel/helpers from 7.26.9 to 7.26.10 in /docs by @dependabot in #123
- chore(deps): bump @babel/runtime from 7.26.9 to 7.26.10 in /docs by @dependabot in #124
- [TA-4202] Add transaction result codes by @banasa44 in #125
- [TA-4324]: adjust big.Float precision by @GuillemGarciaDev in #127
- [TA-4326]: Uint8 codec type decodes zero value by @GuillemGarciaDev in #130
- [TA-4248] Enhance Submit & SubmitAndWait by @banasa44 in #131
- Adds fields related to Credentials to several transaction types by @florent-uzio in #120
- chore(deps): bump image-size from 1.2.0 to 1.2.1 in /docs by @dependabot in #133
- [TA-4072] Permissioned domain transactions by @banasa44 in #132
- release/v0.1.10 by @GuillemGarciaDev in #134
New Contributors
- @dependabot made their first contribution in #117
- @banasa44 made their first contribution in #125
Full Changelog: v0.1.9...v0.1.10
v0.1.9
What's Changed
- Add the Credential transaction types by @florent-uzio in #113
- [TA-4223]: Amounts transcoding fix by @GuillemGarciaDev in #119
Full Changelog: v0.1.8...v0.1.9
v0.1.8
What's Changed
- fix(docs): hide
address-codecandbinary-codecpages by @GuillemGarciaDev in #116 - [TA-4185]: Ledger response when Expand is false by @GuillemGarciaDev in #114
- [TA-4187]: Get balance changes by @GuillemGarciaDev in #115
Full Changelog: v0.1.7...v0.1.8
v0.1.7
What's Changed
- [TA-3577]: keypairs package documentation by @GuillemGarciaDev in #102
- [TA-3466]: xrpl package documentation by @GuillemGarciaDev in #103
- [TA-4070]: integration setup by @GuillemGarciaDev in #108
- [TA-4069]: Style documentation by @GuillemGarciaDev in #112
- [TA-4002]: subscription support for websocket client by @GuillemGarciaDev in #107
Full Changelog: v0.1.6...v0.1.7
v0.1.6
What's Changed
- [TA-4001]: Docusaurus base project by @GuillemGarciaDev in #99
- Allows some fields to be set to an empty string "" or 0 by @florent-uzio in #100
- fix(xrpl): account_tx transactions json field by @GuillemGarciaDev in #104
- Timeout RPC configurable + Deep Freeze examples by @florent-uzio in #105
Full Changelog: v0.1.5...v0.1.6