tequ
700a528a25
Merge remote-tracking branch 'upstream/develop' into sponsor
2026-04-10 03:38:07 +09:00
Gregory Tsipenyuk
dfcad69155
feat: Add MPT support to DEX ( #5285 )
2026-04-08 16:17:37 +00:00
tequ
3ea0067e6a
clang-format
2026-04-08 12:03:12 +09:00
tequ
d0d4f1d153
Merge remote-tracking branch 'upstream/develop' into sponsor
2026-03-30 17:25:14 +09:00
Ayaz Salikhov
dfed0481f7
docs: Rewrite conan docs for custom recipes ( #6647 )
2026-03-25 14:25:33 +00:00
tequ
f13945eff9
Merge remote-tracking branch 'upstream/develop' into sponsor
2026-03-19 11:10:44 +09:00
Jingchen
b1e5ba0518
feat: Add code generator for transactions and ledger entries ( #6443 )
...
Signed-off-by: JCW <a1q123456@users.noreply.github.com >
Co-authored-by: Bart <bthomee@users.noreply.github.com >
2026-03-18 21:11:51 +00:00
tequ
37c95ead69
Merge remote-tracking branch 'upstream/develop' into sponsor
2026-03-18 00:02:57 +09:00
Pratik Mankawde
5ae97fa8ae
refactor: Add no-ASAN macro for Throw statements ( #6373 )
...
Throwing exceptions from code sometime confuses ASAN, as it cannot keep track of stack frames. This change therefore adds a macro to skip instrumentation around the `Throw` function.
2026-03-17 13:10:32 +00:00
tequ
53f407e1bd
Merge remote-tracking branch 'upstream/develop' into sponsor
2026-03-17 17:22:54 +09:00
Pratik Mankawde
983816248a
fix: Switch to boost::coroutine2 ( #6372 )
...
ASAN wasn't able to keep track of `boost::coroutine` context switches, and would lead to many false positives being detected. By switching to `boost::coroutine2` and `ucontext`, ASAN is able to know about the context switches advertised by the `boost::fiber` class, which in turn leads to more cleaner ASAN analysis.
2026-03-16 15:34:15 +00:00
Alex Kremer
afc660a1b5
refactor: Fix clang-tidy bugprone-empty-catch check ( #6419 )
...
This change fixes or suppresses instances detected by the `bugprone-empty-catch` clang-tidy check.
2026-03-02 17:08:56 +00:00
Sergey Kuznetsov
0fd237d707
chore: Add nix development environment ( #6314 )
...
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-02-23 20:10:07 -05:00
tequ
062ece321b
Merge remote-tracking branch 'upstream/develop' into sponsor
2026-02-23 23:20:21 +09:00
Sergey Kuznetsov
31302877ab
ci: Add clang tidy workflow to ci ( #6369 )
2026-02-19 14:06:44 -05:00
tequ
446681dc3d
Merge remote-tracking branch 'upstream/develop' into sponsor
2026-02-18 13:39:57 +09:00
Mayukha Vadari
bf4674f42b
refactor: Fix spelling issues in tests ( #6199 )
...
This change removes the `src/tests` exception from the `cspell` config and fixes all the issues that arise as a result. No functionality/test change.
2026-02-06 20:30:22 +00:00