Denis Angell
e6b362c832
Merge branch 'dev' into strict-builds
2024-03-22 13:38:51 +01:00
RichardAH
7cd8f0a03a
ZeroB2M amendment ( #293 )
...
* ZeroB2M amendment
Co-authored-by: Denis Angell <dangell@transia.co >
2024-03-22 10:49:35 +11:00
Denis Angell
5b2b915955
clang-format
2024-03-18 14:57:35 +01:00
Denis Angell
e801ead39d
fix more headers
2024-03-18 14:52:00 +01:00
Denis Angell
78a96dd633
add missing headers
2024-03-18 13:17:10 +01:00
Denis Angell
b3984c166d
misc
2024-03-18 13:13:09 +01:00
Denis Angell
945f737706
Update ServerInfo.cpp
2024-03-18 13:09:01 +01:00
Denis Angell
8360ff8bc2
more linting
2024-03-18 13:03:05 +01:00
Denis Angell
c1274d2a12
Update ServerDefinitions_test.cpp
2024-03-18 13:02:03 +01:00
Denis Angell
4aa79b6100
Update ClaimReward_test.cpp
2024-03-18 12:59:05 +01:00
Denis Angell
6a4c563ced
fix
...
invalid operands to binary expression ('basic_ostream<char, std::char_traits<char>>' and 'Json::Value')
2024-03-18 12:38:25 +01:00
Denis Angell
d24c134612
add emitted order test ( #273 )
2024-03-11 11:46:03 +11:00
Denis Angell
cdac69a111
Fix: URIToken Test ( #254 )
...
* update tests for fixXahauV1
2024-03-11 10:06:15 +11:00
Denis Angell
1500522427
fix tsh on nftoken ( #269 )
2024-03-11 09:38:45 +11:00
Denis Angell
75aba531d6
Amendment: featureRemit ( #278 )
...
* Remit Amendment
Co-authored-by: Denis Angell <dangell@transia.co >
Co-authored-by: Richard Holland <richard.holland@starstone.co.nz >
2024-03-11 09:29:39 +11:00
RichardAH
780378c221
fix hook emission ordering ( #270 )
2024-01-24 19:55:28 +01:00
RichardAH
2dc5e670ac
fix buildinfo test ( #266 )
2024-01-22 12:34:13 +01:00
RichardAH
4dff5a5c8e
fix permisisons on inject ( #264 )
2024-01-22 10:48:01 +01:00
Denis Angell
f64e626a3f
Fix: TSH Updates & Emitted Txn ( #261 )
...
fixXahauV2
* refactor tsh
* add uritoken mint/cancel tsh
* add flags to hookexections meta and nonce to hookemissions meta
Co-authored-by: Richard Holland <richard.holland@starstone.co.nz >
2024-01-22 10:25:36 +01:00
Denis Angell
858055c811
clang-format
2024-01-19 11:07:22 +01:00
Denis Angell
5d66f17574
add test
2024-01-19 11:05:45 +01:00
Denis Angell
00328cb782
Merge branch 'dev' into emit_guard
2024-01-19 10:24:34 +01:00
Richard Holland
fdf7ea4174
dbg inject clang + permission check
2024-01-17 18:15:17 +00:00
Richard Holland
7877ed9704
debug txn injector
2024-01-17 18:07:05 +00:00
Richard Holland
17ccec9ac5
Add additional checks for emitted txns
2024-01-17 15:39:02 +00:00
RichardAH
4ad697069f
Fix xahau v1audit ( #250 )
2023-12-27 14:53:38 +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
Richard Holland
49798b1792
make server_definitions caching thread_local
2023-12-05 13:47:54 +00:00
Denis Angell
27f43ba9ee
TSH Tests ( #222 )
2023-12-03 10:13:05 +01: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
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
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
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
43cb255337
Update Workflow ( #193 )
2023-11-09 19:01:50 +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
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
Denis Angell
70bd7c2ce7
Reintroduce Clang-Format & Levelization ( #171 )
...
* clang-format
* levelization
* clang-format
* update workflow (#172 )
* update workflow
* Update build-in-docker.yml
* fix from `clang-format`
* Update Enum.h
2023-11-01 14:12:24 +01:00
Denis Angell
c3a0e1df44
add array xpop path
2023-10-30 15:53:01 +01:00
Richard Holland
c65ee9d7f9
final distributions
2023-10-30 11:09:23 +00:00
Richard Holland
090b64728e
fix for https://github.com/Xahau/xahaud/issues/161
2023-10-28 14:01:05 +00:00