Ayaz Salikhov
9c92a2b51b
style: Use pre-commit tool and add simple config ( #2029 )
...
I started with really simple pre-commit hooks and will add more on top.
Important files:
- `.pre-commit-config.yaml` - the config for pre-commit
- `.github/workflows/pre-commit.yml` - runs pre-commit hooks in branches
and `develop`
- `.github/workflows/pre-commit-autoupdate.yml` - autoupdates pre-commit
hooks once in a month
2025-04-24 17:59:43 +01:00
Alex Kremer
8ac1ff7699
feat: Implement and use LedgerCacheInterface ( #1955 )
...
For #1200
2025-03-12 13:48:33 +00:00
Sergey Kuznetsov
89af8fe500
feat: Permissioned domains ( #1841 )
...
Fixes #1833 .
2025-01-31 15:30:34 +00:00
Alex Kremer
820b32c6d7
chore: No ALL_CAPS ( #1760 )
...
Fixes #1680
2025-01-02 11:39:31 +00:00
Alex Kremer
475e309f25
chore: Add clang-tidy 19 checks ( #1774 )
...
Fix #1664
2024-12-09 16:27:53 +00:00
github-actions[bot]
66691c45a0
style: clang-tidy auto fixes ( #1766 )
...
Fixes #1765 .
2024-12-02 11:06:21 +00:00
Peter Chen
f62fadc9f9
refactor: setRange in tests ( #1763 )
...
There are a few files that cannot move the setRange into constructor of
the test because either the place that calls setRange matters or tests
checks range doesn't exist
2024-11-29 09:27:45 -05:00
Peter Chen
9dc322fc7b
fix: authorized_credential elements in array not objects bug ( #1744 )
2024-11-21 10:28:23 -05:00
Peter Chen
229ba69b5d
fix: Credential error message ( #1738 )
...
fixes #1737
2024-11-18 16:08:20 +00:00
Peter Chen
67d99457f2
feat: Add Support Credentials for Clio ( #1712 )
...
Rippled PR: [here](https://github.com/XRPLF/rippled/pull/5103 )
2024-11-14 19:52:03 +00:00
Shawn Xie
6b61984e0e
feat: Implement MPT changes ( #1147 )
...
Implements https://github.com/XRPLF/XRPL-Standards/tree/master/XLS-0033d-multi-purpose-tokens
2024-11-11 16:02:02 +00:00
Sergey Kuznetsov
a21011799b
style: Fix include ( #1687 )
...
Fixes #1686
2024-10-16 11:39:23 +01:00
github-actions[bot]
02a75356fb
style: clang-tidy auto fixes ( #1685 )
...
Fixes #1684 . Please review and commit clang-tidy fixes.
Co-authored-by: kuznetsss <15742918+kuznetsss@users.noreply.github.com >
2024-10-15 10:05:03 +01:00
Sergey Kuznetsov
fb90fb27ae
style: Fix clang-tidy issue ( #1571 )
...
Fixes #1569 . Fixes #1573 .
2024-07-31 11:06:42 +01:00
cyan317
8d0e904ecb
fix: LedgerEntryNotExist unittest failure ( #1564 )
2024-07-29 16:41:10 +01:00
cyan317
895f3c0059
fix: nftData unique bug ( #1550 )
...
Fix: failed to unique the NFT data in one ledger as we wish.
2024-07-25 11:05:28 +01:00
Zhiyuan Wang
e16a9510f1
fix: Support deleted object in ledger_entry ( #1483 )
...
Fixes #1306
2024-07-15 18:07:09 +01:00
yinyiqian1
54c9a6e7c0
refactor: separate fixtures ( #1495 )
...
refactor #945
2024-06-28 13:25:52 -04:00
cyan317
b2eacf9868
build: Upgrade to libxrpl 2.3.0-b1 ( #1489 )
...
Update libxrpl and change include path
2024-06-25 15:05:01 +01:00
cyan317
49b80c7ad8
Support string type integer for oracle_document_id ( #1448 )
...
Fix #1420
2024-06-12 10:31:32 +01:00
Peter Chen
967b85ca33
Change ledgerInfo and replace with ledgerHeader ( #1426 )
...
Fixes [#1396 ](https://github.com/XRPLF/clio/issues/1396 )
2024-06-03 13:11:31 -04:00
Peter Chen
067dd72aed
Move NameGenerator to util ( #1428 )
...
Fixes for #876
2024-05-29 09:08:27 -04:00
Alex Kremer
cbc856b190
Separate unit tests and integration tests ( #1393 )
...
Fixes #1391
2024-05-07 15:12:48 +01:00