RichardAH
1454c1e1a2
Merge pull request #253 from Xahau/dev
...
Sync remit branch
2023-12-28 10:58:14 +01:00
RichardAH
4ad697069f
Fix xahau v1audit ( #250 )
2023-12-27 14:53:38 +01:00
Richard Holland
1c335cde2b
clang
2023-12-22 11:33:06 +00:00
RichardAH
228cbeca84
Merge pull request #249 from Xahau/remit-merge
...
Meger fixXahauV1 into remit branch for testnet use
2023-12-22 12:30:00 +01:00
RichardAH
a816fb862e
Merge branch 'remit' into remit-merge
2023-12-22 12:29:20 +01:00
Denis Angell
97acfe9f97
Fix: URIToken Test ( #247 )
2023-12-22 11:54:54 +01:00
Denis Angell
475b6f7347
Amendment: Fix Xahau v1 ( #231 )
...
* FXV1: Meta Amount (#225 )
* FXV1: Optional Offer Sequence (#224 )
* FXV1: Patch Hooks OwnerDir (#236 )
* FXV1: Fix `Import` Quorum (#235 )
* FXV1: Namespace Limit (#220 )
* FXV1: allow duplicate entries in genesis mint transactor (#239 )
* FXV1: Fix URIToken (#243 )
* lite fixes for tsh issues (#244 )
Co-authored-by: RichardAH <richard.holland@starstone.co.nz >
2023-12-21 16:21:17 +01:00
RichardAH
64a07e5539
move utf8 checking to header file ( #241 )
...
Co-authored-by: Denis Angell <dangell@transia.co >
2023-12-19 19:52:34 +01:00
Denis Angell
c49b7a2301
Fix: Verify Emitted Result on GenesisMint tests ( #242 )
2023-12-19 10:08:51 +01:00
Denis Angell
ac694c7c90
Add HookParameters fee calc to all txs ( #223 )
2023-12-07 14:30:30 +01:00
Denis Angell
3be6baded9
update definitions test ( #228 )
2023-12-07 13:40:18 +01:00
Denis Angell
9d2efb1498
Merge branch 'remit' of github.com:Xahau/xahaud into remit
2023-12-05 16:29:15 +01:00
Denis Angell
32b73c071f
Update Remit_test.cpp
2023-12-05 16:29:05 +01:00
Richard Holland
827dc07965
make server_definitions caching thread_local
2023-12-05 13:48:54 +00:00
Richard Holland
49798b1792
make server_definitions caching thread_local
2023-12-05 13:47:54 +00:00
Denis Angell
a13e3425dc
add remit test
2023-12-05 11:31:59 +01:00
Richard Holland
ff6293c955
bug
2023-12-04 16:31:12 +00:00
Richard Holland
215b7e8260
defensively program fees
2023-12-04 14:03:04 +00:00
Richard Holland
226574665b
bug
2023-12-04 13:18:57 +00:00
Richard Holland
9f650f4258
.
2023-12-04 11:34:45 +00:00
Richard Holland
ee33c97950
.
2023-12-04 11:13:14 +00:00
RichardAH
9d389b9cf0
Merge branch 'dev' into remit
2023-12-04 12:06:23 +01:00
Richard Holland
43d90e4905
bug fix + clang format
2023-12-04 10:58:51 +00:00
Denis Angell
27f43ba9ee
TSH Tests ( #222 )
2023-12-03 10:13:05 +01:00
Richard Holland
6854055f70
ensure uritokens are updated
2023-12-02 21:28:25 +00:00
Richard Holland
bba4281f52
issuer is src or dst fix
2023-12-02 21:05:24 +00:00
Richard Holland
af952a945f
fix crashbug
2023-12-02 19:31:29 +00:00
Richard Holland
16553b3778
remit compiling, not tested
2023-12-02 18:00:23 +00:00
Richard Holland
5168b2684a
revamp remit, untested
2023-12-01 16:28:39 +00:00
Wietse Wind
7881b7f69f
Build on most cores (nproc / 3 » nproc / 1.337) ( #226 )
...
Use those resources! 🎉 🚀
2023-12-01 12:47:50 +01:00
Richard Holland
489a47241d
mostly finished remit preflight + preclaim, wip
2023-11-29 18:52:24 +00:00
Denis Angell
d2c45bf560
Refactor Testcases ( #219 )
...
* Refactor Testcases (#216 )
* remove unused function
* add offer id tests
* add escrow id tests
* clang-format
* fix offer
* fix escrow
* fix offer test
2023-11-24 11:41:16 +01:00
RichardAH
c917977eb0
wildcard network (id=65535) ignores signature verification ( #201 )
...
* wildcard network (id=65535) ignores signature verification
* move isWildcardNetwork deeper to mimick normal signature checking in multisig
* again
* add wildcard test
* Update Transactor.cpp
* clang-format
* fix UNLReport
* move free pass
* update test for multisign
---------
Co-authored-by: Denis Angell <dangell@transia.co >
2023-11-21 18:47:08 +01:00
tequ
4cb93f943b
Update RELEASENOTES.XAHAUD.md ( #208 )
2023-11-17 12:10:35 +01:00
Denis Angell
5447c4010d
Add features to server_definitions ( #190 )
...
* add features to `server_definitions`
* clang-format
* Update RPCCall.cpp
* only return features without params
* clang-format
* include features in hashed value
* clang-format
* rework features addition to server_defintions to be cached at flag ledgers
* fix clang, duplicate hash key
---------
Co-authored-by: Richard Holland <richard.holland@starstone.co.nz >
2023-11-16 23:38:13 +01:00
Denis Angell
b77b0e70e3
Add Script to check for suspicious patterns ( #199 )
...
* Create check_keys.sh
* add to workflow
2023-11-16 16:23:55 +01:00
RichardAH
98833e4934
Fix server version ( #195 )
...
* modify the way server_version int is built to include build number
* clang
* Update BuildInfo_test.cpp
* clang-format
* Update BuildInfo_test.cpp
* clang-format
* Update BuildInfo_test.cpp
---------
Co-authored-by: Denis Angell <dangell@transia.co >
2023-11-16 16:20:32 +01:00
dorianlynn
b74697ff9a
Update settings.json ( #205 )
2023-11-16 12:47:57 +01:00
Denis Angell
ac1883bbf7
Update Documentation & README ( #192 )
...
* update md files
* Update RELEASENOTES.XAHAUD.md
* fixup
* Update README.md
* update readme
* Update README.md
* Update README.md
* update review
* misc fixup
* Update RELEASENOTES.XAHAUD.md
* Update README.md
2023-11-16 12:01:51 +01:00
Denis Angell
4ada3f85bb
fix: uritoken destination & amount preflight check ( #188 )
...
* fix: uritoken destination & amount
* Update URIToken.cpp
* add lsfBurnable flag
* make uritoken patch a fix amendment
* clang-format
2023-11-10 10:42:57 +01:00
Denis Angell
559b504c7d
Update build-in-docker.yml ( #196 )
2023-11-09 19:44:28 +01:00
Denis Angell
43cb255337
Update Workflow ( #193 )
2023-11-09 19:01:50 +01:00
Denis Angell
63bb1906ed
remove rippled release cmake ci/dpkg ( #183 )
...
Co-authored-by: RichardAH <richard.holland@starstone.co.nz >
2023-11-09 12:58:27 +01:00
Denis Angell
ac6c102876
add response message and remove unused response code ( #185 )
2023-11-09 12:31:15 +01:00
Denis Angell
195904574c
Change TER response codes from _XRP to _NATIVE. ( #184 )
...
* Change `_XRP` response codes to `_NATIVE`
* Update ServerDefinitions_test.cpp
2023-11-09 12:25:09 +01:00
Denis Angell
2a18ec563d
Fix HBB workflow ( #191 )
...
* Update build-in-docker.yml
* Update build-in-docker.yml
* Update build-in-docker.yml
* Update build-core.sh
* update workflow
* Update build-core.sh
* Update build-core.sh
* Update build-core.sh
* Update build-core.sh
* update workflow
* fix workflow
* Update xahaud.binary.dockerfile
* fixup
* fixup
* fixup
* fixup
* fixup
* fixup
* Update build-in-docker.yml
2023-11-09 12:20:51 +01:00
Denis Angell
91f9e424a3
Server Definitions Cleanup ( #174 )
...
* update server-definitions + test
* Update ServerDefinitions.cpp
* clang-format
2023-11-06 11:01:37 +01:00
RichardAH
c2e8bd2be1
add native currency to various rpc repsonses ( #179 )
2023-11-02 12:15:45 +01:00
RichardAH
4d2ec0004b
fix for ctid on tx rpc ( #177 )
...
* fix for ctid on tx rpc
* clang-format
---------
Co-authored-by: Denis Angell <dangell@transia.co >
2023-11-02 11:47:57 +01:00
RichardAH
b564fe3c92
fix for delivered_amount ( #178 )
2023-11-02 11:47:30 +01:00