-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Verifiable Credentials #759
base: main
Are you sure you want to change the base?
Commits on Oct 15, 2024
-
Update definitions.json -- generated from the tip of rippled codebase…
… at commit ea8e77ffec065cf1a8d1cd4517f9cebdab27cc17 Explicity specify featureCredentials inside the conf file. This enables the features inside the genesis ledger
Configuration menu - View commit details
-
Copy full SHA for c7e1a15 - Browse repository at this point
Copy the full SHA c7e1a15View commit details
Commits on Oct 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9d549c1 - Browse repository at this point
Copy the full SHA 9d549c1View commit details
Commits on Oct 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8375c42 - Browse repository at this point
Copy the full SHA 8375c42View commit details -
Files pertaining to the CredentialDelete transaction
Refactor common elements within Credential-related transactions
Configuration menu - View commit details
-
Copy full SHA for 8d810fc - Browse repository at this point
Copy the full SHA 8d810fcView commit details
Commits on Oct 18, 2024
-
Files pertaining to DepositPreauth transaction are included in this c…
…ommit Deposit_preauth: array length checks on the authcreds and unauthcreds fields
Configuration menu - View commit details
-
Copy full SHA for 0a33121 - Browse repository at this point
Copy the full SHA 0a33121View commit details -
FIX: Update deposit_preauth integration tests to validate the transac…
…tion result code
Configuration menu - View commit details
-
Copy full SHA for fd8157d - Browse repository at this point
Copy the full SHA fd8157dView commit details
Commits on Oct 21, 2024
-
Include account_objects RPC call to verify that cred ledger-object is…
… successfully deleted Updates to Payment transaction model Update AccountDelete transaction model with Credential ID array Update EscrowFinish txn model with CredentialIDs Updates to the PaymentChannelClaim txn model -- Include new unit test file
Configuration menu - View commit details
-
Copy full SHA for 1d85bbb - Browse repository at this point
Copy the full SHA 1d85bbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ea12c4 - Browse repository at this point
Copy the full SHA 8ea12c4View commit details -
Co-authored-by: Mayukha Vadari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e4293be - Browse repository at this point
Copy the full SHA e4293beView commit details
Commits on Oct 22, 2024
-
FIX: Use sum() method for error validation in DepositPreauth transact…
…ion model; Revert this file to an older version
Configuration menu - View commit details
-
Copy full SHA for 60b7663 - Browse repository at this point
Copy the full SHA 60b7663View commit details -
Configuration menu - View commit details
-
Copy full SHA for 509ecd1 - Browse repository at this point
Copy the full SHA 509ecd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0151c2 - Browse repository at this point
Copy the full SHA c0151c2View commit details
Commits on Oct 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 48b8abc - Browse repository at this point
Copy the full SHA 48b8abcView commit details -
Configuration menu - View commit details
-
Copy full SHA for f476a51 - Browse repository at this point
Copy the full SHA f476a51View commit details
Commits on Oct 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8b82c3d - Browse repository at this point
Copy the full SHA 8b82c3dView commit details
Commits on Oct 30, 2024
-
Update tests/unit/models/transactions/test_account_delete.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a24ca5b - Browse repository at this point
Copy the full SHA a24ca5bView commit details -
Update tests/unit/models/transactions/test_credential_accept.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4402f6d - Browse repository at this point
Copy the full SHA 4402f6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22de7a3 - Browse repository at this point
Copy the full SHA 22de7a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f848bbd - Browse repository at this point
Copy the full SHA f848bbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb63c6d - Browse repository at this point
Copy the full SHA cb63c6dView commit details
Commits on Oct 31, 2024
-
Update xrpl/models/transactions/deposit_preauth.py
Co-authored-by: Mayukha Vadari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ffcf1bd - Browse repository at this point
Copy the full SHA ffcf1bdView commit details -
Update xrpl/models/transactions/payment_channel_claim.py
Co-authored-by: Mayukha Vadari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e498721 - Browse repository at this point
Copy the full SHA e498721View commit details -
Update xrpl/models/transactions/payment_channel_claim.py
Co-authored-by: Mayukha Vadari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e5a0779 - Browse repository at this point
Copy the full SHA e5a0779View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad4331a - Browse repository at this point
Copy the full SHA ad4331aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a974fb - Browse repository at this point
Copy the full SHA 1a974fbView commit details -
Update xrpl/models/transactions/credential_accept.py
Co-authored-by: Mayukha Vadari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 880a670 - Browse repository at this point
Copy the full SHA 880a670View commit details -
Update xrpl/models/transactions/credential_accept.py
Co-authored-by: Mayukha Vadari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for af67d78 - Browse repository at this point
Copy the full SHA af67d78View commit details -
Update xrpl/models/transactions/credential_accept.py
Co-authored-by: Mayukha Vadari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c50d611 - Browse repository at this point
Copy the full SHA c50d611View commit details -
Update xrpl/models/transactions/credential_create.py
Co-authored-by: Mayukha Vadari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2c887aa - Browse repository at this point
Copy the full SHA 2c887aaView commit details -
Update xrpl/models/transactions/credential_create.py
Co-authored-by: Mayukha Vadari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8468fcd - Browse repository at this point
Copy the full SHA 8468fcdView commit details -
Update xrpl/models/transactions/credential_create.py
Co-authored-by: Mayukha Vadari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bba054d - Browse repository at this point
Copy the full SHA bba054dView commit details -
Update xrpl/models/transactions/credential_create.py
Co-authored-by: Mayukha Vadari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6c0b958 - Browse repository at this point
Copy the full SHA 6c0b958View commit details -
Update xrpl/models/transactions/credential_create.py
Co-authored-by: Mayukha Vadari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7f68440 - Browse repository at this point
Copy the full SHA 7f68440View commit details -
Update xrpl/models/transactions/credential_create.py
Co-authored-by: Mayukha Vadari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1485ae9 - Browse repository at this point
Copy the full SHA 1485ae9View commit details -
Update xrpl/models/transactions/credential_accept.py
Co-authored-by: Mayukha Vadari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 27f8719 - Browse repository at this point
Copy the full SHA 27f8719View commit details -
Configuration menu - View commit details
-
Copy full SHA for 485d392 - Browse repository at this point
Copy the full SHA 485d392View commit details -
Configuration menu - View commit details
-
Copy full SHA for 562aa49 - Browse repository at this point
Copy the full SHA 562aa49View commit details -
Configuration menu - View commit details
-
Copy full SHA for d83f0d7 - Browse repository at this point
Copy the full SHA d83f0d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a188c1a - Browse repository at this point
Copy the full SHA a188c1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b97d6f3 - Browse repository at this point
Copy the full SHA b97d6f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 379620a - Browse repository at this point
Copy the full SHA 379620aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e63b49d - Browse repository at this point
Copy the full SHA e63b49dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5425b37 - Browse repository at this point
Copy the full SHA 5425b37View commit details
Commits on Nov 1, 2024
-
Update xrpl/models/transactions/account_delete.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3e8b825 - Browse repository at this point
Copy the full SHA 3e8b825View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4106236 - Browse repository at this point
Copy the full SHA 4106236View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e42798 - Browse repository at this point
Copy the full SHA 6e42798View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0719107 - Browse repository at this point
Copy the full SHA 0719107View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1d2b4e - Browse repository at this point
Copy the full SHA f1d2b4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf5114a - Browse repository at this point
Copy the full SHA bf5114aView commit details
Commits on Nov 4, 2024
-
Update xrpl/models/transactions/escrow_finish.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6d8f1be - Browse repository at this point
Copy the full SHA 6d8f1beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e496e1 - Browse repository at this point
Copy the full SHA 8e496e1View commit details -
Update tests/integration/transactions/test_credential.py
Co-authored-by: Mayukha Vadari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5656080 - Browse repository at this point
Copy the full SHA 5656080View commit details -
Co-authored-by: Mayukha Vadari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b43aa12 - Browse repository at this point
Copy the full SHA b43aa12View commit details -
Update xrpl/models/transactions/credential_create.py
Co-authored-by: Mayukha Vadari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6392351 - Browse repository at this point
Copy the full SHA 6392351View commit details -
Update xrpl/models/transactions/credential_delete.py
Co-authored-by: Mayukha Vadari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4ad028b - Browse repository at this point
Copy the full SHA 4ad028bView commit details -
Update xrpl/models/transactions/deposit_preauth.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1f25b01 - Browse repository at this point
Copy the full SHA 1f25b01View commit details -
Configuration menu - View commit details
-
Copy full SHA for a870f2d - Browse repository at this point
Copy the full SHA a870f2dView commit details
Commits on Nov 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a6ac0f4 - Browse repository at this point
Copy the full SHA a6ac0f4View commit details -
Update xrpl/models/transactions/credential_create.py
Co-authored-by: Mayukha Vadari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 111e12a - Browse repository at this point
Copy the full SHA 111e12aView commit details -
Update xrpl/models/transactions/credential_delete.py
Co-authored-by: Mayukha Vadari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8593111 - Browse repository at this point
Copy the full SHA 8593111View commit details -
Update xrpl/models/transactions/credential_create.py
Co-authored-by: Mayukha Vadari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7fa47e1 - Browse repository at this point
Copy the full SHA 7fa47e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d66a36 - Browse repository at this point
Copy the full SHA 3d66a36View commit details
Commits on Nov 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2d86ea2 - Browse repository at this point
Copy the full SHA 2d86ea2View commit details
Commits on Nov 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f58dc2c - Browse repository at this point
Copy the full SHA f58dc2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f7f745 - Browse repository at this point
Copy the full SHA 0f7f745View commit details
Commits on Nov 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b02f902 - Browse repository at this point
Copy the full SHA b02f902View commit details -
Configuration menu - View commit details
-
Copy full SHA for b70ac84 - Browse repository at this point
Copy the full SHA b70ac84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f79596 - Browse repository at this point
Copy the full SHA 7f79596View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3814a94 - Browse repository at this point
Copy the full SHA 3814a94View commit details -
Configuration menu - View commit details
-
Copy full SHA for c721a87 - Browse repository at this point
Copy the full SHA c721a87View commit details -
Configuration menu - View commit details
-
Copy full SHA for c76b755 - Browse repository at this point
Copy the full SHA c76b755View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b7d17c - Browse repository at this point
Copy the full SHA 9b7d17cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5068266 - Browse repository at this point
Copy the full SHA 5068266View commit details
Commits on Nov 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c7a6e2e - Browse repository at this point
Copy the full SHA c7a6e2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 344bb49 - Browse repository at this point
Copy the full SHA 344bb49View commit details -
[WIP] Revert some changes to the CICD integration tests
update contributing instructions
Configuration menu - View commit details
-
Copy full SHA for ee01fc9 - Browse repository at this point
Copy the full SHA ee01fc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09b7d18 - Browse repository at this point
Copy the full SHA 09b7d18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87d2af7 - Browse repository at this point
Copy the full SHA 87d2af7View commit details