Denis Angell
ee21449757
float_sign should be int not bigint
2024-09-19 11:30:11 +02:00
Denis Angell
9e7bee5564
fix slot_float return
2024-09-19 11:26:33 +02:00
Wietse Wind
8cb2bbb693
Workaround CentOS7 EOL
2024-08-18 02:20:43 +02:00
Richard Holland
c240c1553b
rename HooksV1 feature to JSHooks feature
2024-08-04 10:11:11 +10:00
Denis Angell
a498ebeac4
update tests
2024-07-30 12:25:51 +02:00
Denis Angell
b13cab4ced
add proper error handling
2024-07-30 12:18:49 +02:00
Denis Angell
783bff75a0
add feature
2024-07-30 12:17:00 +02:00
Denis Angell
c1610a6dda
fix v1 errors
2024-07-29 11:27:21 +02:00
Richard Holland
f829a79d54
better exit handling accept/rollback/exception/instruction limit
2024-07-17 15:14:03 +10:00
Denis Angell
f35704c91f
add tests
2024-07-16 12:58:01 +02:00
Richard Holland
9db9ad2123
add error logging for qjs
2024-07-16 12:31:02 +10:00
Richard Holland
f96daa0014
TextEncoder/Decoder working in jshooks
2024-07-15 15:57:05 +10:00
Denis Angell
5c7ec5f36f
more testing
2024-07-12 22:51:35 +02:00
Denis Angell
c662a8b0d2
comment out debug
2024-07-12 22:47:38 +02:00
Denis Angell
a983120b5d
patch state_foreign_set delete
2024-07-12 22:36:44 +02:00
Richard Holland
f12b8cbb2d
qjs modules, compiling not tested
2024-07-11 11:31:29 +10:00
Richard Holland
f591290589
first iteration of adding an instruction limit to jshooks
2024-07-08 12:49:36 +10:00
Richard Holland
f2becaf140
remove promise, date and proxy from the jsvm
2024-07-04 11:50:54 +10:00
Richard Holland
e4c6add794
make accept/rollback actually exit the jsvm
2024-07-04 10:50:01 +10:00
Denis Angell
78280e4b8c
fix sto_subarray
2024-06-03 11:06:56 +02:00
Denis Angell
178fdbaff6
remove dummy arg causes INVALID_ARGUMENT for keylets without args
2024-05-31 12:05:10 +02:00
Denis Angell
34d7435ff3
cont. tests
2024-05-30 15:41:38 +02:00
Denis Angell
6429ec609d
cont. tests
2024-05-30 15:39:05 +02:00
Wietse Wind
bea1697baa
Fix JS float_int return JS instead of JSXFL
2024-05-30 12:06:15 +02:00
Wietse Wind
2b111b7f23
Fix account_tx sluggishness as per https://github.com/XRPLF/rippled/commit/2e9261cb ( #330 )
2024-05-30 11:47:05 +02:00
Denis Angell
5254595063
add tests
2024-05-30 09:30:19 +02:00
Wietse Wind
52456a2d51
CI Split jobs with prev job dependency & CI on jshooks ( #320 ) ( #328 )
...
* CI on `jshooks` branch
* CI Split jobs with prev job dependency
* No multi branch worker in parallel
---------
Co-authored-by: Denis Angell <dangell@transia.co >
2024-05-29 13:48:39 +02:00
Wietse Wind
b340824711
Merge pull request #326 from Xahau/dev
...
CI on `jshooks` branch (#317 )
2024-05-29 13:45:06 +02:00
Denis Angell
f5bb779f61
nit: reorder fields
2024-05-28 17:02:11 +02:00
Denis Angell
bf99a1b05d
fix sto_emplace
2024-05-28 15:34:09 +02:00
Denis Angell
d1e5eb87f5
Revert "dump"
...
This reverts commit b650d72f0b .
2024-05-28 15:32:44 +02:00
Denis Angell
b650d72f0b
dump
2024-05-28 15:30:07 +02:00
Denis Angell
7567277dd8
[fold] denis error
2024-05-25 16:28:31 +02:00
Denis Angell
13719a1357
fix_float
2024-05-25 13:52:15 +02:00
Denis Angell
033dedf979
fix float_set
2024-05-24 14:23:01 +02:00
Wietse Wind
247e9d98bf
CI on jshooks branch ( #317 )
2024-05-24 10:10:40 +10:00
Richard Holland
6973540d52
fix account type on js otxn_field
2024-05-24 10:07:05 +10:00
Richard Holland
c9dcff90fa
fix js otxn_id hook_account bugs
2024-05-24 10:07:05 +10:00
Richard Holland
71675c4fed
js slot_json sto_to_json sto_from_json meta_slot xpop_slot
2024-05-24 10:07:05 +10:00
Denis Angell
70bc2d3283
more js hook tests
2024-05-24 10:07:05 +10:00
Denis Angell
c4d0fc0e0f
[fold] tmp use hsov1
...
Will remove later just did this to avoid to many updates
2024-05-24 10:07:05 +10:00
Denis Angell
5d61eea709
clean up test code
2024-05-24 10:07:05 +10:00
Denis Angell
f4ffe4a3e0
add set js hook tests
2024-05-24 10:07:05 +10:00
Denis Angell
59ecbd9932
add hso w/ api version
2024-05-24 10:07:05 +10:00
Richard Holland
6c3da46a1b
js prepare/emit working
2024-05-24 10:07:05 +10:00
Richard Holland
46308e33b0
js prepare otxn_json, compiling not tested
2024-05-24 10:07:05 +10:00
Richard Holland
1f7355719d
js emit
2024-05-24 10:07:05 +10:00
Richard Holland
7cc395b284
js float_set float_multiply float_mulratio float_negate float_compare float_sum float_sto float_sto_set float_invert float_divide float_one float_mantissa float_sign float_int float_log float_root
2024-05-24 10:07:05 +10:00
Richard Holland
a634318e8d
js sto_validate sto_subfield sto_subarray sto_emplace sto_erase, compiling not tested
2024-05-24 10:07:05 +10:00
Denis Angell
82e754d180
Update quickjs.cmake
2024-05-24 10:07:05 +10:00