Releases: Peersyst/xrpl-go
Releases · Peersyst/xrpl-go
v0.1.0
What's Changed
- First Validations (BaseTx + Payment) by @florent-uzio in #16
- [TA-3385]: Refactor client module by @GuillemGarciaDev in #28
- [TA-3384]: Refactor project structure by @GuillemGarciaDev in #29
- [TA-3386]: NewWalletFromMnemonic by @GuillemGarciaDev in #30
- [TA-3440]: Refactor crypto algorithms by @GuillemGarciaDev in #31
- Validations for AccountSet, TrustSet, Clawback by @florent-uzio in #25
- [TA-3411]: Update json-rpc client calls by @GuillemGarciaDev in #33
- AMMCreate and AMM struct by @florent-uzio in #32
- [TA-3470]: Add coverage tooling for testing by @GuillemGarciaDev in #34
- [TA-3400]: XChainBridge type by @GuillemGarciaDev in #37
- [TA-3488]: Issue type by @GuillemGarciaDev in #38
- [TA-3489]: Add Bridge, XChainOwnedClaimID, XChainOwnedCreateAccountClaimID, DID and Oracle ledger entry types by @GuillemGarciaDev in #39
- AMMBid transaction by @florent-uzio in #35
- AMMDeposit by @florent-uzio in #41
- AMMVote by @florent-uzio in #42
- AMMWithdraw by @florent-uzio in #43
- OfferCreate and OfferCancel by @florent-uzio in #45
- AMMDelete + updates to AMMCreate by @florent-uzio in #40
- [TA-3399]: Update definitions by @GuillemGarciaDev in #36
- AMMBid test coverage fix by @florent-uzio in #48
- TicketCreate by @florent-uzio in #46
- [TA-3491]: Add serdes testing coverage by @GuillemGarciaDev in #54
- [TA-3468]: Add definitions testing coverage by @GuillemGarciaDev in #55
- [TA-3467]: Upgrade binary-codec/types test coverage by @GuillemGarciaDev in #51
- Time Conversion by @florent-uzio in #56
- Tx.go updates / simplify Validate func by @florent-uzio in #47
- EscrowCreate, EscrowFinish and EscrowCancel by @florent-uzio in #49
- SignerListSet and SetRegularKey by @florent-uzio in #50
- [TA-3555]: Upgrade linter rules by @GuillemGarciaDev in #52
- V1.x.x by @GuillemGarciaDev in #59
- [TA-3557]: int <> uint unsafe conversions by @GuillemGarciaDev in #53
- [TA-3401]: Refactor package export by @GuillemGarciaDev in #58
- [TA-3573]: Keypairs test coverage by @GuillemGarciaDev in #61
- [TA-3465]: Add package reference by @GuillemGarciaDev in #62
- NFT transaction types by @florent-uzio in #60
- [TA-3576]: address-codec testing coverage by @GuillemGarciaDev in #65
- [TA-3575]: add testing coverage for crypto package by @GuillemGarciaDev in #68
- Payment channel transaction types by @florent-uzio in #64
- Payment transaction updates by @florent-uzio in #67
- [TA-3405]: Add node address derivation by @GuillemGarciaDev in #66
- [TA-3473]: Add cross-chain transactions by @GuillemGarciaDev in #71
- [TA-3474]: Add DID transactions by @GuillemGarciaDev in #70
- [TA-3475]: Add Oracle transactions by @GuillemGarciaDev in #69
- [TA-3403][TA-3404]: Add X-Addresses codec support by @GuillemGarciaDev in #63
- [TA-3571]: Validate EscrowCreate fields combination by @GuillemGarciaDev in #74
- [TA-3558]: Update DirectoryNode ledger entry type fields by @GuillemGarciaDev in #73
- Check Transaction support by @florent-uzio in #75
- [TA-3638]: update ledger entry types by @GuillemGarciaDev in #72
- [TA-3637]: Add missing Flatten & Validate methods to transactions by @GuillemGarciaDev in #76
- Bump
golang.org/x/crypto
package version by @GuillemGarciaDev in #87 - [TA-3640]: xrpl/queries package by @GuillemGarciaDev in #77
- [TA-3645]: ws connection persistance by @GuillemGarciaDev in #78
- [TA-3647]: e2e examples by @GuillemGarciaDev in #79
- [TA-3784]: Refactor wallet package by @GuillemGarciaDev in #80
- [TA-3755]: Add SubmitAndWait method for ws client by @GuillemGarciaDev in #81
- [TA-3644]: add ws client queries by @GuillemGarciaDev in #83
- [TA-3788]: add xls-77d support by @GuillemGarciaDev in #82
- [TA-3643]: add rpc client queries by @GuillemGarciaDev in #84
- [TA-3821]: Project reference by @GuillemGarciaDev in #86
- [TA-3754][TA-3801][TA-3800][TA-3798]: v1 pre-release package by @GuillemGarciaDev in #85
Full Changelog: v0.0.1-beta.1...v0.1.0
v0.0.1-beta.1
What's Changed
- [TA-3247]: Flat memos by @GuillemGarciaDev in #14
- [TA-3248]: Flatten Signer and SignerData by @GuillemGarciaDev in #15
- Fix a conversion issue with the Flags by @florent-uzio in #21
- [TA-3251]: Add encoding support for Memos by @GuillemGarciaDev in #18
- docs: update readme by @GuillemGarciaDev in #19
- [TA-3254]: Token Issuance & Clawback examples by @GuillemGarciaDev in #23
- [TA-3221]: Implement secp256k1 algorithm by @GuillemGarciaDev in #22
- [TA-3221]: Implement secp256k1 algorithm (C) by @GuillemGarciaDev in #20
Full Changelog: v0.0.1-alpha.1...v0.0.1-beta.1
v0.0.1-alpha.1
What's Changed
- feat: project setup by @GuillemGarciaDev in #3
- Clawback transaction by @florent-uzio in #1
- Update Payment model by @florent-uzio in #2
- feat(xrpl): Wallet implementation by @GuillemGarciaDev in #4
- refactor(xrpl): transactions by @GuillemGarciaDev in #6
- [TA-3216]: Client Autofill method by @GuillemGarciaDev in #8
- [TA-3219]: xrp/drops conversion by @GuillemGarciaDev in #9
- [TA-3218]: Wallet funding support by @GuillemGarciaDev in #11
- SubmitTransactionBlob function by @florent-uzio in #5
- [TA-3224]: Refactor on FlatTransaction by @GuillemGarciaDev in #12
- [TA-3245]: Refactor LedgerObject on responses by @GuillemGarciaDev in #13
- Currency converters by @florent-uzio in #7
New Contributors
- @GuillemGarciaDev made their first contribution in #3
- @florent-uzio made their first contribution in #1
Full Changelog: https://github.com/Peersyst/xrpl-go/commits/v0.0.1-alpha.1