Commit Graph

  • 513842b23f Address compiler warnings John Freeman 2024-03-29 19:03:46 -05:00
  • 985c80fbc6 Add markers around source lists John Freeman 2024-03-25 15:37:13 -05:00
  • 35fe957020 Fix source lists John Freeman 2024-03-25 15:37:01 -05:00
  • 0eebe6a5f4 Rewrite includes Pretty Printer 2024-03-23 13:58:11 -05:00
  • 760f16f568 Format formerly .hpp files Pretty Printer 2024-03-23 13:51:59 -05:00
  • 241b9ddde9 Rename .hpp to .h Pretty Printer 2024-03-23 13:51:38 -05:00
  • 3fcfb5cd49 Simplify protobuf generation John Freeman 2024-03-22 09:15:08 -05:00
  • e2384885f5 Consolidate external libraries Pretty Printer 2024-03-21 21:29:31 -05:00
  • dd312c3cc5 Remove packaging scripts John Freeman 2024-03-23 10:01:30 -05:00
  • 80379927e8 Remove unused files John Freeman 2024-03-22 09:20:06 -05:00
  • 676aae2755 Set version to 2.2.0-b3 2.2.0-b3 Ed Hennis 2024-04-18 16:57:07 -04:00
  • f20e66e6f9 fix: Remove redundant STAmount conversion in test (#4996) Ed Hennis 2024-04-18 21:09:25 -04:00
  • cd737ad7d3 fix: resolve database deadlock: (#4989) Scott Determan 2024-04-18 16:44:59 -04:00
  • df3aa84523 test: verify the rounding behavior of equal-asset AMM deposits (#4982) Chenna Keshava B S 2024-04-18 13:15:31 -07:00
  • 24a275ba25 test: Add tests to raise coverage of AMM (#4971) John Freeman 2024-04-18 14:25:22 -05:00
  • aae438315f chore: Improve codecov coverage reporting (#4977) Bronek Kozicki 2024-04-19 02:21:33 +09:00
  • 8b0d049b9f test: Unit test for AMM offer overflow (#4986) Bronek Kozicki 2024-04-19 01:30:18 +09:00
  • 659bd99a67 fix amendment to add PreviousTxnID/PreviousTxnLgrSequence (#4751) Mayukha Vadari 2024-04-18 10:41:25 -04:00
  • c88166e055 Set version to 2.2.0-b2 2.2.0-b2 Ed Hennis 2024-04-04 10:48:24 -04:00
  • 099c0bcd34 fix Conan component reference typo Michael Legleux 2024-04-04 11:53:54 -07:00
  • d992e63075 Remove unused lambdas from MultiApiJson_test Bronek Kozicki 2024-04-04 17:24:35 +01:00
  • c187f750fe chore: Default validator-keys-tool to master branch: (#4943) Ed Hennis 2024-04-04 10:40:35 -04:00
  • bcbf6c1973 Merge pull request #4968 from XRPLF/master Ed Hennis 2024-03-28 13:51:17 -04:00
  • 4bcbf70cae chore: change Github Action triggers for build/test jobs (#4956) Ed Hennis 2024-03-28 13:29:23 -04:00
  • 2d1854f354 Set version to 2.1.1 2.1.1 seelabs 2024-03-26 18:13:57 -04:00
  • a7c4a47723 fix: improper handling of large synthetic AMM offers: Gregory Tsipenyuk 2024-03-24 13:00:43 -04:00
  • 61672ad3ff fixXChainRewardRounding: round reward shares down: (#4933) Scott Determan 2024-03-22 17:02:17 -04:00
  • cea43099d2 Don't reach consensus as quickly if no other proposals seen: (#4763) Mark Travis 2024-03-22 13:22:29 -07:00
  • 6edf03c152 Write improved forAllApiVersions used in NetworkOPs (#4833) Bronek Kozicki 2024-03-23 04:28:16 +09:00
  • 47c8cc24f4 Remove zaphod.alloy.ee hub from default server list: (#4903) Alloy Networks 2024-03-22 20:52:45 +02:00
  • 64e46878e0 Enforce no duplicate slots from incoming connections: (#4944) Bronek Kozicki 2024-03-23 03:08:16 +09:00
  • ea9b1e3503 fixEmptyDID: fix amendment to handle empty DID edge case: (#4950) Mayukha Vadari 2024-03-22 11:09:54 -04:00
  • 2e9261cb26 perf: improve account_tx SQL query: (#4955) Olek 2024-03-21 18:42:29 -04:00
  • 69143d71f8 Fix workflows (#4951) John Freeman 2024-03-20 09:19:48 -05:00
  • 0c32fc5f2a test: Env unit test RPC errors return a unique result: (#4877) Ed Hennis 2024-03-19 12:13:52 -04:00
  • af9cabe100 Install more public headers (#4940) Michael Legleux 2024-03-13 19:14:43 -07:00
  • 2ecb851926 Update remaining actions (#4949) John Freeman 2024-03-13 17:42:41 -05:00
  • 2ffead76c1 Upgrade to xxhash 0.8.2 as a Conan requirement, enable SIMD hashing (#4893) Bronek Kozicki 2024-03-13 21:12:22 +00:00
  • 5cc377751a Fix workflows (#4948) John Freeman 2024-03-13 13:23:43 -05:00
  • ad8e9764e6 fix: order book update variable swap: (#4890) Scott Determan 2024-03-12 17:52:07 -04:00
  • 4ce426d8f6 Embed patched recipe for RocksDB 6.29.5 (#4947) John Freeman 2024-03-12 16:01:15 -05:00
  • c28e005087 build: add STCurrency.h to xrpl_core to fix clio build (#4939) Gregory Tsipenyuk 2024-03-06 16:24:07 -05:00
  • 22b751834f feat: add user version of feature RPC (#4781) Mayukha Vadari 2024-03-05 16:43:31 -05:00
  • cce09b717e Fast base58 codec: (#4327) Scott Determan 2024-03-05 15:23:27 -05:00
  • 62dae3c6c6 Remove default ctors from SecretKey and PublicKey: (#4607) Chenna Keshava B S 2024-03-05 09:02:53 -08:00
  • 97863e0b62 Set version to 2.2.0-b1 2.2.0-b1 seelabs 2024-02-29 11:07:24 -05:00
  • 8a2f6bec33 fix compile error on gcc 13: (#4932) Gregory Tsipenyuk 2024-02-28 09:34:22 -05:00
  • e718378bdb Price Oracle (XLS-47d): (#4789) (#4789) Gregory Tsipenyuk 2024-02-26 06:28:26 -05:00
  • df8d8796f5 Introduce in-development Hooks amendment (#4225) RichardAH 2024-02-23 03:47:59 +11:00
  • d7d15a922a Set version to 2.1.0 2.1.0 seelabs 2024-02-16 16:42:08 -05:00
  • e74cb35aa4 test: guarantee proper lifetime for temporary Rules object: (#4917) Ed Hennis 2024-02-16 16:31:03 -05:00
  • da68651f61 Set version to 2.1.0-rc1 2.1.0-rc1 Elliot Lee 2024-02-07 13:59:44 -08:00
  • be12136b8a fixInnerObjTemplate: set inner object template (#4906) Gregory Tsipenyuk 2024-02-07 16:58:12 -05:00
  • 6d3c21e369 feat: allow port_grpc to be specified in [server] stanza (#4728) Chenna Keshava B S 2024-02-06 20:14:40 -08:00
  • 1e96a1d6eb build: add headers needed in Conan package for libxrpl (#4885) Michael Legleux 2024-02-05 08:17:32 -08:00
  • 828bb64ebc fixNFTokenReserve: ensure NFT tx fails when reserve is not met (#4767) Shawn Xie 2024-02-02 17:27:21 -05:00
  • 6f00d32f7e fix(libxrpl): change library names in Conan recipe (#4831) John Freeman 2024-02-01 18:57:29 -06:00
  • f9e365828a test: check for success/failure of Windows CI unit tests (#4871) Ed Hennis 2024-02-01 01:29:29 -05:00
  • 90d463b925 test: add unit test for redundant payment (#4860) Bronek Kozicki 2024-01-31 06:14:57 +00:00
  • 22cdb5728b Set version to 2.0.1 2.0.1 Elliot Lee 2024-01-29 08:36:10 -08:00
  • 901152bd93 chore: retry codecov upload (#4896) Bronek Kozicki 2024-01-25 00:46:24 +00:00
  • d9a5bca625 docs: fix broken links in docs/build/conan.md (#4699) John Freeman 2024-01-23 22:35:22 -06:00
  • 1676e9fe21 Set version to 2.0.1-rc1 2.0.1-rc1 Elliot Lee 2024-01-22 14:48:05 -08:00
  • fad9d639bf test: improve code coverage reporting (#4849) Bronek Kozicki 2024-01-22 21:09:18 +00:00
  • efe6722bf8 docs: update help message about unit test-suite pattern matching (#4846) Chenna Keshava B S 2024-01-19 21:55:57 -08:00
  • a41f38547b Revert "Asynchronously write batches to NuDB. (#4503)" (#4882) Mark Travis 2024-01-19 13:26:26 -08:00
  • 87ee7868ea Set version to 2.0.1-b1 2.0.1-b1 Elliot Lee 2024-01-17 16:40:20 -08:00
  • 861bd1a96e docs: add Performance type to PR template (#4875) Elliot Lee 2024-01-17 16:37:28 -08:00
  • 6ac2b705dd test: add DeliverMax to more JSONRPC tests (#4826) Bronek Kozicki 2024-01-17 04:38:35 +00:00
  • fe4d6c68b5 fix: change default send_queue_limit to 500 (#4867) John Freeman 2024-01-16 13:06:46 -06:00
  • 5a7af5bb77 fix: clang warning about deprecated sprintf usage (#4747) Chenna Keshava B S 2024-01-15 22:32:52 -08:00
  • d9f90c84c0 Improve lifetime management of ledger objects (SLEs) to prevent runaway memory usage: (#4822) Ed Hennis 2024-01-12 12:42:33 -05:00
  • 4308407dc1 WebSocket should only call async_close once (#4848) Ed Hennis 2024-01-11 20:11:09 -05:00
  • 2b0313d60c Set version to 2.0.0 2.0.0 Elliot Lee 2024-01-08 13:13:37 -08:00
  • 350d213ee8 Set version to 2.0.0-rc7 2.0.0-rc7 Michael Legleux 2024-01-05 12:55:45 -08:00
  • ca3198164c Set version to 2.0.0-rc6 2.0.0-rc6 Elliot Lee 2023-12-20 09:33:33 -08:00
  • c53a5e7a72 Revert "Apply transaction batches in periodic intervals (#4504)" (#4852) Scott Schurr 2023-12-20 09:30:12 -08:00
  • ffb53f2085 Revert "Add ProtocolStart and GracefulClose P2P protocol messages (#3839)" (#4850) Bronek Kozicki 2023-12-19 20:52:25 +00:00
  • 3b191a3097 docs(API-CHANGELOG): clarify changes for V2 (#4773) Elliot Lee 2023-12-06 14:27:33 -08:00
  • 656948cd0f fix typo: 'of' instead of 'on' (#4821) Hussein Badakhchani 2023-12-06 22:26:18 +00:00
  • 46f3d3ef61 Set version to 2.0.0-rc5 2.0.0-rc5 Elliot Lee 2023-11-30 21:03:27 -08:00
  • 06251aa76f Workarounds for gcc-13 compatibility (#4817) Bronek Kozicki 2023-12-01 05:46:06 +00:00
  • 5aef102f4f Revert #4505, #4760 (#4842) Sophia Xie 2023-11-30 21:00:50 -08:00
  • 431646437e Set version to 2.0.0-rc4 2.0.0-rc4 Elliot Lee 2023-11-29 12:20:43 -08:00
  • fe8621b00f APIv2: show DeliverMax in submit, submit_multisigned (#4827) Bronek Kozicki 2023-11-29 20:19:32 +00:00
  • c045060560 APIv2: consistently return ledger_index as integer (#4820) Bronek Kozicki 2023-11-29 20:12:38 +00:00
  • 8ec475b1fd Set version to 2.0.0-rc3 2.0.0-rc3 Manoj Doshi 2023-11-27 15:24:18 -08:00
  • e33a6d5c2b docs(API-CHANGELOG): add extra bullet about DeliverMax (#4784) Elliot Lee 2023-11-27 13:29:47 -08:00
  • 923e1cef99 Update API-CHANGELOG.md for release 2.0 (#4828) Bronek Kozicki 2023-11-27 21:28:34 +00:00
  • 2e93dd57eb Add Debian 12 Bookworm; ignore core-utils in almalinux (#4836) Michael Legleux 2023-11-27 15:26:41 -06:00
  • 92957d685d Merge pull request #4823 from XRPLF/release Elliot Lee 2023-11-27 13:16:34 -08:00
  • f05acbd782 Merge pull request #4824 from manojsdoshi/develop Elliot Lee 2023-11-27 13:12:18 -08:00
  • 44a9266c9e Set version to 2.0.0-rc2 Manoj Doshi 2023-11-20 16:29:57 -08:00
  • c1710900b4 Optimize calculation of close time to avoid impasse and minimize gratuitous proposal changes (#4760) Mark Travis 2023-11-16 20:37:53 -08:00
  • d5059b11b9 Fix 2.0 regression in tx method with binary output (#4812) Bronek Kozicki 2023-11-16 00:40:10 +00:00
  • f95fa338c9 Update Linux smoketest distros (#4813) Michael Legleux 2023-11-14 16:56:48 -08:00
  • 96c926c71e Promote API version 2 to supported (#4803) Bronek Kozicki 2023-11-13 23:04:27 +00:00
  • 4dff203787 Support for the mold linker (#4807) Scott Determan 2023-11-13 15:28:25 -05:00
  • 4977a5d43c Proposed 2.0.0-rc2 (#4818) manoj 2023-11-20 13:34:59 -08:00
  • 8ce85a9750 Optimize calculation of close time to avoid impasse and minimize gratuitous proposal changes (#4760) Mark Travis 2023-11-16 20:37:53 -08:00