Denis Angell
afde76bd11
update tests
2023-06-22 04:19:12 +00:00
Denis Angell
e07a99153a
seperate if statement
2023-06-22 04:03:18 +00:00
Denis Angell
b13e515698
fee must be 0
2023-06-18 21:00:10 +00:00
Denis Angell
ea02919a0c
fix test env autofill
2023-06-17 00:15:32 +00:00
Denis Angell
de03278927
cont tests..
2023-06-15 23:01:10 +00:00
Denis Angell
9d40dce759
add sequence/fee check
2023-06-15 23:01:10 +00:00
Denis Angell
0bec0515b6
import test cont...
2023-06-15 23:01:10 +00:00
Denis Angell
6baa95b190
swap function for header file
2023-06-15 23:01:10 +00:00
Denis Angell
df4891c4a7
update no autofill (change autosign)
2023-06-15 23:01:10 +00:00
Denis Angell
51e8a1b222
fixup signer sle
2023-06-15 23:01:09 +00:00
Denis Angell
f42d9124df
setup import test
2023-06-15 23:01:09 +00:00
Denis Angell
41461bdddc
patch: m1/llvm4
2023-06-15 23:01:09 +00:00
RichardAH
98df71a919
Network ID logic should not be applied to pseudos
2023-05-30 14:39:22 +02:00
Richard Holland
48c1c21542
ensure import vl seq number is recorded and checked
2023-05-25 11:50:34 +00:00
Richard Holland
724cb4494f
crash bug sfImportSequence
2023-05-23 10:15:36 +00:00
RichardAH
131bd9f4b3
ttImport ( #65 )
...
Add support for Burn2Mint and key import from original XRPL network in new txn type: ttIMPORT. Needs further testing.
2023-05-22 15:06:05 +02:00
Richard Holland
8b87cc291c
Merge branch 'dev' of github.com:Xahau/xahaud into dev
2023-04-13 09:41:50 +00:00
Richard Holland
025772a92b
add additional topic to gov hook (allow batch redemption for swaps)
2023-04-13 09:41:35 +00:00
Wietse Wind
dc29234ff5
Disable publisher: http://build.xahau.tech/
2023-04-12 15:28:57 +02:00
Richard Holland
b3d714260f
rework reward and govern hook for governance rewards, compiling untested
2023-04-11 12:40:09 +00:00
RichardAH
1e21d9f01d
Merge pull request #59 from Xahau/super-dev
...
Misc Features & Tests
2023-04-11 10:54:02 +02:00
RichardAH
551e86f22b
Merge pull request #63 from Xahau/denis-develop
...
conan removal patch
2023-04-11 10:35:16 +02:00
Denis Angell
49b7cd3138
add conan patch
2023-04-10 20:40:10 +00:00
Denis Angell
7a1011c193
add genesis config
2023-04-10 19:47:27 +00:00
Denis Angell
33f01147e3
(wip) add types
2023-04-10 19:42:06 +00:00
Denis Angell
8a10716a5c
add sf codes to hook source root
2023-04-10 19:41:49 +00:00
Denis Angell
9853ff3828
add tx types to macro
2023-04-10 19:41:36 +00:00
Denis Angell
fa31522d5c
fix ledger entry tests
2023-04-10 17:38:59 +00:00
Denis Angell
3b580c0d07
update ledger entry count
2023-04-10 17:34:57 +00:00
Denis Angell
cb259e83b0
fix: invariant bug (sync amendment)
2023-04-10 16:19:04 +00:00
Richard Holland
5e814a6da4
re-write of governance hook, compiling but untested
2023-04-07 13:02:15 +00:00
Denis Angell
056262d922
fix precision loss
2023-04-06 17:02:05 +00:00
Denis Angell
8d70bc4210
fix typo
2023-04-06 17:02:04 +00:00
Denis Angell
4e13e13c3a
add hook as delete blocker
2023-04-06 17:01:42 +00:00
Denis Angell
9915e5fafc
update ledger entry count
2023-04-06 17:01:28 +00:00
Denis Angell
0b32a1429e
fix uritoken jss
2023-04-06 17:01:28 +00:00
Denis Angell
669a0bc040
Sync IOUEscrow ( #51 )
2023-04-06 17:01:28 +00:00
Denis Angell
f0d0909eb2
Definitions Sync ( #61 )
2023-04-06 17:01:28 +00:00
Denis Angell
f9af9ac6c8
ledger and account rpc tests ( #62 )
2023-04-06 17:01:12 +00:00
Denis Angell
dfc95ec291
Sync CTID ( #53 )
...
* ctid tests
2023-04-06 17:01:12 +00:00
Denis Angell
81d795dcfc
add autofill + refactor ( #54 )
2023-04-06 17:00:31 +00:00
Denis Angell
e71137fe4a
cherry-ff ( #52 )
...
Co-authored-by: Richard Holland <richard.holland@starstone.co.nz >
2023-04-06 17:00:31 +00:00
Denis Angell
b7ccfaa7b1
delete test ( #56 )
2023-04-06 17:00:31 +00:00
Richard Holland
a56034b47c
Fix FeeUint64->XRPAmount mismatch after merge
2023-04-06 12:43:12 +00:00
Richard Holland
311d0b8bf1
Revert "Use the Conan package manager ( #4367 )"
...
This reverts commit c3a9f3dbf3 .
2023-04-06 09:46:00 +00:00
Richard Holland
a5ca117ff6
Merge remote-tracking branch 'ripple/develop' into dev
2023-04-06 09:36:24 +00:00
Richard Holland
0371795d78
updates to govern and reward hooks
2023-04-06 08:19:59 +00:00
RichardAH
f191c911d4
Add NFTokenPages to account_objects RPC: ( #4352 )
...
- Include NFTokenPages in account_objects to make it easier to
understand an account's Owner Reserve and simplify app development.
- Update related tests and documentation.
- Fix #4347 .
For info about the Owner Reserve, see https://xrpl.org/reserves.html
---------
Co-authored-by: Scott Schurr <scott@ripple.com >
Co-authored-by: Ed Hennis <ed@ripple.com >
2023-04-05 13:58:55 -07:00
Richard Holland
435c956ef7
improve reward hook fee (untested)
2023-04-03 10:39:11 +00:00
drlongle
e6f49040f5
Fix unit test app.LedgerData ( #4484 )
2023-03-31 11:18:42 -07:00