Mayukha Vadari
bff4144fbf
fix: update door account for bridge snippet ( #2551 )
...
update door account
2023-10-26 14:06:39 -04:00
Mayukha Vadari
a11924b8fc
chore: fix sidechain networks ( #2548 )
...
* fix snippet
* clean up faucet code
* use correct bridge info
* remove unneeded console.log
2023-10-24 19:30:30 -04:00
Mayukha Vadari
e09d84f2a2
fix: switch snippet back to working bridge ( #2536 )
...
switch snippet back
2023-10-23 11:01:48 -05:00
Mayukha Vadari
8e929c5a57
chore: remove sidechain-devnet faucet ( #2518 )
...
Removes faucet support for the sidechain devnet since the bridge has been moved to Devnet, which already has a faucet.
2023-10-17 12:30:52 -05:00
Mayukha Vadari
91e7369f1b
feat: add support for current sidechain design ( #2039 )
...
* Update definitions.json
* add new st types
* add tests
* add XChainClaim tx
* add XChainCommit tx
* add XChainCreateBridge tx
* add XChainCreateClaimID tx
* update definitions.json
* rename Bridge -> XChainBridge in binary codec, fix tests
* rename Bridge -> XChainBridge in models
* add codec support for XChainAddAttestation
* add XChainAddAttestation model
* undo debugging change
* fix linting issues
* update definitions.json for new rippled code, add new tests/update old tests
* add/update models
* update history
* update binary-codec
* add XChainModifyBridge model
* update RPCs
* update to latest rippled
* more fixes
* fix definitions.json
* fix spacing
* update definitions.json to avoid conflict with amm
* update definitions.json to resolve amm conflicts
* audit code
* more updates
* update rpcs
* switch to beta version
* add destination tag to XChainClaim
* rename IssuedCurrency -> Issue to match rippled
* update Issue form
* fix account object filters
* fix issue from typing
* fix LedgerEntry types
* fix attestation destination type
* Update definitions.json
* rename XChainAddAttestation -> XChainAddAttestationBatch
* add XChainAddClaimAttestation
* add XChainAddAccountCreateAttestation
* remove XChainAddAttestationBatch
* update definitions
* fix attestation txns
* fix attestation object
* add validate for new txs
* add Bridge ledger object
* add XChainOwnedClaimID ledger object
* add XChainOwnedCreateAccountClaimID ledger object
* update account_objects
* update models to latest rippled
* fix minor issues
* fix bridge ledger_entry
* add XChainModifyBridge flag
* Update definitions.json
* add rbc tests for the new txs
* update validateXChainModifyBridge
* add validate methods to other xchain txs
* fix isXChainBridge
* fix isIssue typing
* fix model types
* update changelog
* switch prepare to prepublishOnly
* add docs
* fix AccountObjectsType filter
* export common types
* fix account_objects filter
* update LedgerEntry
* add sidechain faucet info
* add snippet
* improve snippet
* fix spacing issues
* update ledger_entry
* remove AMMDelete tests for now
* Update definitions.json
* fix unit tests
* convert createValidate script to JS
* remove unneeded linter ignores
* respond to comments
* more snippet fixes
* make validate functions more readable
* add getXChainClaimID method to parse metadata
* re-add linter rules
* clean up common
* fix getXChainClaimID test
* return undefined for failed tx
* test: add model tests for new sidechain transactions (#2059 )
* add XChainAddAttestation tests, fix model
* add XChainClaim model tests
* add XChainCommit model tests, fix typo
* add XChainCreateBridge model tests
* add XChainCreateClaimID model tests
* add XChainModifyBridge tests
* update to most recent version of code
* remove XChainAddAttestationBatch tests
* add more validation tests
* switch createValidateTests to JS
2023-09-26 10:01:21 -04:00
Jackson Mills
dc51e3a704
Update getNFTokenID to properly handle binary blob ( #2247 )
...
* Update NFTokenMint test
* Ensure the binary version works as well
* Remove meta being undefined in txResponse
* Remove error test
* Re-add test, error, and lint
* Add meta to test, and add string to allowed type
* Re-add meta being undefined with proper docs
2023-06-23 16:17:29 -07:00
Mayukha Vadari
6228f91c00
test: run snippets in CI ( #2345 )
...
* run snippets in CI
* add name, try to avoid building
* better printing
* refactors
* fix getTransaction test
2023-06-22 13:26:16 -04:00
jonathanlei
5726a6251d
add userAgent and usageContext to faucet transactions ( #2309 )
2023-06-13 10:56:40 -07:00
justinr1234
5fe480ece4
feat: Jest Test Runner ( #2170 )
2023-02-03 17:03:07 -06:00
pdp2121
bbc9bd9e4a
Add README.md in snippets folder to point to xrpl.org code samples ( #2189 )
...
Add README.md in snippets folder to point to xrpl.org code samples
Co-authored-by: Elliot Lee <github.public@intelliot.com >
2023-02-01 12:17:55 -05:00
pdp2121
f33e748a26
docs: code snippets for multisigning ( #2120 )
...
Add quality of life code snippets for multisigning.
Co-authored-by: Jackson Mills <aim4math@gmail.com >
2022-11-08 15:25:43 -05:00
Connor Chen
b20c05c368
fix: corrected snippet to show regular key works ( #2102 )
...
Fix test to show regular key works
2022-09-27 11:39:56 -04: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
Greg Weisbrod
2b42427634
convert existing xrpl library into a lerna monorepo
2021-11-04 23:18:23 -04:00