Denis Angell
|
a4c64c8b26
|
Merge branch 'transia-hooks' into iouescrow-tmp
|
2023-06-14 22:57:05 +00:00 |
|
Denis Angell
|
3e929eff56
|
lint
|
2023-06-14 22:56:35 +00:00 |
|
Denis Angell
|
145940c010
|
Merge branch 'transia-hooks' into iouescrow-tmp
|
2023-06-14 19:46:05 +00:00 |
|
Denis Angell
|
b8b6e91a96
|
sync definitions w/ hooks
|
2023-06-14 19:44:01 +00:00 |
|
Denis Angell
|
fa599162d2
|
fixup! reorder definitions
|
2023-06-14 19:40:28 +00:00 |
|
Denis Angell
|
0a0f5afb66
|
fixup! prepare for nth clash in definitions.json
|
2023-06-14 19:39:49 +00:00 |
|
Denis Angell
|
424a2533bc
|
fixup: definitions tecPRECISION_LOSS
|
2023-06-14 19:39:38 +00:00 |
|
Denis Angell
|
94cf02dbb7
|
reverse else order
|
2023-06-14 19:37:50 +00:00 |
|
Denis Angell
|
1ef14433b7
|
fix ClaimObject
|
2023-06-14 19:36:49 +00:00 |
|
Denis Angell
|
f85f35cb4d
|
update definitions.json
|
2023-05-29 23:14:51 +00:00 |
|
Denis Angell
|
c00e36bf50
|
rename packages
|
2023-05-17 06:35:54 +00:00 |
|
Denis Angell
|
678c5f5fda
|
update definitions
update definitions
update definitions
|
2023-03-28 20:24:22 +00:00 |
|
Denis Angell
|
f19466cabe
|
export transaction type map from definitions
|
2023-03-27 18:31:22 +00:00 |
|
Denis Angell
|
818d12d68c
|
update definitions
|
2023-03-27 17:45:08 +00:00 |
|
Denis Angell
|
6d6b5a5863
|
feature Hooks
update definitions
add network id to base transaction
add set hook
update required
update definitions
make network id required
|
2023-03-27 17:10:26 +00:00 |
|
Jackson Mills
|
0c6ea2afe2
|
feat: modifiable definitions.json values at runtime via encode/decode parameter (#2127)
|
2023-03-16 10:35:50 -07:00 |
|
Denis Angell
|
b7283c5841
|
refactor signingClaimData
|
2023-02-09 11:19:36 -05:00 |
|
Jackson Mills
|
bef2f79fee
|
Update linter peer dependencies (#2168)
|
2023-02-07 15:00:55 -08:00 |
|
Denis Angell
|
c8d24d65f5
|
Merge branch 'main' into iouescrow
|
2023-02-06 10:56:50 -05:00 |
|
dangell7
|
5541632b7f
|
amendment-xls34d
add transfer rate
Update definitions.json
update test error text
update validation error
fix undefined validation
switch claim signing order, update claim object
update workflow docker
tests (paychan + escrow)
add ic gateway (test)
add faucet
update sdk
fixup git-workflow
|
2023-02-06 09:19:49 -05:00 |
|
justinr1234
|
5fe480ece4
|
feat: Jest Test Runner (#2170)
|
2023-02-03 17:03:07 -06:00 |
|
pdp2121
|
c74ffddf59
|
fix: unset hash128 fields using AccountSet (#2156)
|
2023-02-01 12:27:02 -05:00 |
|
Mayukha Vadari
|
d7c3583a8f
|
refactor: use xrpl-codec-gen for definitions.json (#2037)
* Update definitions.json
* update CONTRIBUTING
* fix tests
* fix UNL
|
2022-07-19 21:01:19 +01:00 |
|
Jackson Mills
|
89240eae62
|
Handle edge cases for standard currency code signing (#2009)
* Allow decoding symbols + lowercase standard codes
* Standardize the treatment of standard codes and hex codes for verifying transaction equivalence
|
2022-06-17 14:27:47 -07:00 |
|
Jackson Mills
|
c994ac7b65
|
Add better error for trying to encode invalid transactions (#2001)
|
2022-05-24 15:57:08 -07:00 |
|
Omar Khan
|
9d94f4a8ab
|
rename XLS-20 fields (#1966)
* rename TokenTaxon -> NFTokenTaxon
* rename MintedTokens -> MintedNFTokens
* rename BurnedTokens -> BurnedNFTokens
* update binary for NFTokenID rename
* rename TokenID -> NFTokenID
* rename TokenOffers -> NFTokenOffers
* rename BrokerFee -> NFTokenBrokerFee
* rename Minter -> NFTokenMinter
* rename NonFungibleToken -> NFToken
* rename NonFungibleTokens -> NFTokens
* rename BuyOffer -> NFTokenBuyOffer
* rename SellOffer -> NFTokenSellOffer
* rename OfferNode -> NFTokenOfferNode
* fix binary for serialize tests
* Add missing MintedNFTokens def + fix tests
* nftokenid -> nft_id
* asfAuthorizedMinter -> asfAuthorizedNFTokenMinter
* Update tec/tem error codes
* Add new definitions
* Update HISTORY.md
* Change to 1.4.0 for binary-codec
* Docgen
* Update HISTORY.md
Co-authored-by: Jackson Mills <jmills@ripple.com>
|
2022-04-19 10:02:18 -07:00 |
|
Jackson Mills
|
b0e0f9f329
|
Remove exception from decoding issued currencies which evaluate to 'XRP' (#1920)
* Remove throw and revise tests
* Update chai dependency
* Disabling linter error about extraneous import
* Fix typo in test description
* Revert unnecessary test changes
* Remove unnecessary comments
* Revert chai change
* Add HISTORY.md
* Revert chai change in package-lock as well
* Fix typo
* Check the result of the decoding
* Update tests with correct expected behavior.
* Fix tests and update currency.js
* Update currency.ts
|
2022-02-02 18:05:42 -05:00 |
|
Omar Khan
|
8f79c51c7c
|
[ripple-binary-codec] fix ISO when parsing currency code (#1921)
|
2022-02-02 17:52:08 -05:00 |
|
ledhed2222
|
46a8adcac9
|
feat: NFT support (#1829)
* add NFTokenBurn and NFTokenMint
* add NFTokenCreateOffer
* add NFTokenCancelOffer
* add NFTokenAcceptOffer
* add requests and responses
* make a beta 2.1.0
* rename TokenIDs to TokenOffers
* add validations and fixup docs
* add tests
* add missing error codes to binary codec
* adds history changes
|
2021-12-17 18:26:47 -05:00 |
|
Mayukha Vadari
|
fe845de884
|
fix: encoding issue with encoding non-traditional currency codes (#1857)
* add test
* fix decoding issue
|
2021-12-02 14:43:26 -05:00 |
|
Mayukha Vadari
|
fc101c6733
|
fix: add workaround for rippled UNLModify encoding bug (#1830)
* initial patch
* clean up
* make ts happy
* fix typing
* respond to comments
* Revert "respond to comments"
This reverts commit 689768bbf1.
* Publish
- ripple-address-codec@4.2.1-beta.0
- ripple-binary-codec@1.2.1-beta.0
- ripple-keypairs@1.1.1-beta.0
- xrpl@2.0.3-beta.0
* add helper comments
Co-authored-by: Nathan Nichols <natenichols@cox.net>
|
2021-11-30 17:16:03 -05:00 |
|
ledhed2222
|
ff9bdbdc4c
|
initial pass at linting ripple-address-codec (#1798)
* initial pass at linting ripple-address-codec
* refix doc changes autofixed by eslint
|
2021-11-30 04:18:35 -05:00 |
|
ledhed2222
|
7cb38591ac
|
add support for nfts in binary codec (#1797)
|
2021-11-15 17:08:37 -05:00 |
|
Greg Weisbrod
|
afd6aadaf1
|
run prettier on all packages
|
2021-11-12 02:41:28 -05:00 |
|
Greg Weisbrod
|
43b55ab598
|
run 'npx lerna link convert' to hoist common devDependencies to top
|
2021-11-08 18:19:45 -05:00 |
|
Greg Weisbrod
|
99c817ca8a
|
fix all errors resulting from running 'npx lerna bootstrap', hoist github actions to top, hoist vscode config to top
|
2021-11-08 18:19:44 -05:00 |
|
Mayukha Vadari
|
332102a523
|
use null instead of undefined
|
2021-06-30 14:43:13 -04:00 |
|
Mayukha Vadari
|
7448142ee4
|
only first byte is 0
|
2021-06-30 14:41:48 -04:00 |
|
Mayukha Vadari
|
a23ba65322
|
fix code to pass tests
|
2021-06-25 11:22:26 -04:00 |
|
Mayukha Vadari
|
5520b81038
|
attempted test fix
|
2021-06-25 10:59:47 -04:00 |
|
Mayukha Vadari
|
8cc6f40c6f
|
fix typo
|
2021-06-25 10:27:13 -04:00 |
|
Mayukha Vadari
|
32dcd3070a
|
clean up code
|
2021-06-24 17:36:19 -04:00 |
|
Mayukha Vadari
|
f25aecd853
|
fix encoding problems
|
2021-06-24 17:35:49 -04:00 |
|
Nathan Nichols
|
c149ec87ea
|
fix: allow lowercase hex in Uint64 (#135)
|
2021-06-11 10:58:15 -07:00 |
|
Nathan Nichols
|
7e7f47cc20
|
fix: change sfValidatorToReEnable to field code 21 (#130)
|
2021-06-08 16:41:01 -07:00 |
|
Nathan Nichols
|
c63c235a05
|
fix: Encode hex strings length <16 to match rippled (#133)
|
2021-06-08 16:40:48 -07:00 |
|
Nathan Nichols
|
761121eba2
|
fix: Order HopObject (#122)
* fix: orders HopObject fields correctly
|
2021-03-10 16:53:27 -06:00 |
|
Nathan Nichols
|
53c72b7045
|
fix: edge case constructing from string '0' (#121)
* fix: edge case constructing from string '0'
|
2021-03-10 11:36:01 -06:00 |
|
Nathan Nichols
|
6c537c0dc3
|
X-Address Encoding in Issued Currencies (#113)
* feat(account): allow issued currency to use x-address
|
2021-02-04 14:24:34 -06:00 |
|
golobitch
|
b1f78b7bea
|
fix(path-set): do not return undefined values in toJSON function (#118)
|
2021-01-28 18:41:23 +01:00 |
|