muzam1l
59d9c5356c
Run format again on new changes.
2022-08-17 22:07:36 +05:30
muzam1l
2a10d525fb
Merge branch 'main' into feat/prettier
2022-08-17 22:05:50 +05:30
muzam1l
1fab69ef9b
Minor changes based on feedback.
2022-08-17 12:11:36 +05:30
muzam1l
6418094b0f
Run prettier through everything.
2022-08-17 11:50:49 +05:30
muzam1l
dbbbfdb2f0
Increase C files priority in sorting.
2022-08-16 13:42:38 +05:30
muzam1l
052be354d1
Fix sorting logic
2022-08-12 23:06:58 +05:30
muzam1l
737523fe8d
Log full error on console in fetchFiles.
2022-08-12 16:31:25 +05:30
muzam1l
b23b0066bb
Change carbon and starter templates to forked.
2022-08-12 15:43:00 +05:30
muzam1l
380b6b1afd
Fix linting error
2022-08-12 15:40:15 +05:30
muzam1l
aa62251780
Fix gist name.
2022-08-12 15:32:53 +05:30
muzam1l
4b2b4b25c0
Give md extension higher priority for sorting!
2022-08-12 15:22:57 +05:30
muzam1l
6dd5712573
Refactor fetchFiles.ts
2022-08-12 15:21:59 +05:30
muzam1l
2086291d4d
Revert "Linkify engine error codes and some refactor."
...
This reverts commit 5505f0ac87 .
2022-08-09 01:55:42 +05:30
muzam1l
5505f0ac87
Linkify engine error codes and some refactor.
2022-08-09 01:50:29 +05:30
muzam1l
7f6b989f15
Update tx state accounts on delete account.
2022-08-02 15:23:11 +05:30
muzam1l
a6c4db1951
Invoke options defaults.
2022-07-26 17:05:33 +05:30
muzamil
66be0efbbd
Merge pull request #255 from XRPLF/feat/tab-renames
...
Implement file renaming.
2022-07-22 16:35:47 +05:30
muzamil
9ab64ec062
Merge pull request #256 from XRPLF/fix/compile-result
...
Fix incorrect compilation result.
2022-07-22 14:43:55 +05:30
muzam1l
b2b7059774
Remove account import limit.
2022-07-21 15:31:06 +05:30
muzam1l
8b72086c04
Differentiate between netwrok error and invalid binary error
2022-07-21 15:18:28 +05:30
muzam1l
895b34cc68
Fix compile result message on invalid wasm
2022-07-21 15:03:16 +05:30
muzam1l
6a3ff3e1d7
Implement tab renaming.
2022-07-20 16:56:55 +05:30
muzam1l
adb6a78549
update active compiled file based on active editor file.
2022-07-20 14:05:02 +05:30
muzam1l
8cc27f20c3
Migrate File navigation to tabs component.
2022-07-20 14:05:02 +05:30
muzam1l
3179757469
Fix TxFields type.
2022-07-19 17:46:13 +05:30
muzam1l
637a066f69
Fix tx reset state button
2022-07-19 17:36:09 +05:30
muzam1l
307a5407eb
Fix handling of Destination field in transactions.
2022-07-19 16:01:21 +05:30
muzam1l
168d11d48e
Remove editorSavedValue from tx state
2022-07-18 19:10:33 +05:30
muzam1l
d05180d148
Fix array fields.
2022-07-15 14:49:54 +05:30
muzam1l
25eec6980f
Fix TrustSet transaction example.
2022-07-14 20:05:32 +05:30
muzam1l
a3d094e873
Fix some more spelling errors.
2022-07-13 20:11:21 +05:30
muzam1l
c26c7c13d1
Improve compile error handling.
2022-07-13 16:50:47 +05:30
muzam1l
fc461ddd0d
Content changed warning on deploy page.
2022-07-13 16:17:31 +05:30
muzam1l
243cbfec08
Upgrade hooks editor to comp.
2022-07-13 15:09:45 +05:30
muzamil
e2acb48e03
Merge pull request #236 from XRPLF/feat/jsdoc-to-ui
...
User declaration of input fields via JSDOC in script files.
2022-07-12 16:53:27 +05:30
muzam1l
cfb791092a
Update template files of some examples to forked versions.
2022-07-11 14:44:35 +05:30
muzam1l
31ff7c0e28
Name field in import account dialog.
2022-07-01 16:43:15 +05:30
muzam1l
f163b052e1
Allow passing desired name while creating account.
2022-07-01 14:33:28 +05:30
Valtteri Karesto
5478f43609
persist deploy values in memory
2022-06-29 11:32:15 +03:00
Valtteri Karesto
dcb7e94e86
New gists provided by XRPL ( #223 )
...
* Prepare logic for new gists
* Remove unused imports
* updated gist IDs for xrplfgists
* Add macro.h to apiheaderfiles
* Update headers
Co-authored-by: Vaclav Barta <vbarta@mangrove.cz >
2022-06-27 08:25:25 +02:00
Valtteri Karesto
3ccc1c16ac
Fixed deploy
2022-06-22 11:32:07 +03:00
Valtteri Karesto
810eb4ca27
Add new default to compileCode as well
2022-06-22 09:52:47 +03:00
Valtteri Karesto
e6574f9f12
fixes #214 change default optimization
2022-06-22 09:47:30 +03:00
Valtteri Karesto
9216cc6bf7
When downloading zip, include wasm if it exists
2022-06-20 11:01:13 +03:00
Valtteri Karesto
fa13f7e282
Add logic for scripts
2022-06-15 15:15:08 +03:00
Vaclav Barta
4217813fd7
take default header names from /api/header-files JSON ( #210 )
...
This is a client-side upgrade for the server-side XRPLF/xrpl-hooks-compiler#17 - not hard-coding expected header names but taking them from the compilation backend.
2022-06-13 08:22:55 +02:00
Valtteri Karesto
0ee599a2b6
Update sort
2022-06-03 16:50:31 +03:00
Valtteri Karesto
02c59f8d79
Update sorting function
2022-06-03 16:34:46 +03:00
Valtteri Karesto
bd1226fe90
Remove log
2022-06-02 16:35:18 +03:00
Valtteri Karesto
57403e42dd
Adjustments to sorting
2022-06-02 16:34:53 +03:00