Commit Graph

10288 Commits

Author SHA1 Message Date
darkfi
8f3242d29f app: minor bugfix edit with bottom border not respected 2025-10-22 15:26:23 +02:00
skoupidi
5fe4d84f2c validator/verification: transaction must contain a single fee call when verifying fees and fee call to exclude rest payload when executing 2025-10-20 20:32:32 +03:00
darkfi
d0875ec6bd app: reduce text latency by making text input and editbox resizing separate gfx ops 2025-10-20 13:51:05 +02:00
darkfi
b171a58212 app: fix chatview scrolling not updating correctly per update, by moving the atomic guard within the loop 2025-10-19 19:31:31 +02:00
darkfi
6919ef8782 app: fix warnings 2025-10-19 14:23:34 +02:00
darkfi
7fd6219ac0 app: update editor for latest parley version 2025-10-19 13:28:35 +02:00
darkfi
84d3a1c1fb app: bugfix edit select on android to have correct logic 2025-10-19 12:29:19 +02:00
darkfi
48be7e056c app: editor optimize selecting text and moving cursor on android. only update drawing on actual change 2025-10-17 18:06:27 +02:00
darkfi
e0c757546a app: android port new handle_select and scroll to android 2025-10-17 13:28:52 +02:00
skoupidi
42a634ab59 drk: made contract deploy serialized instruction optional 2025-10-16 23:01:08 +03:00
skoupidi
b20a093cc2 doc/spec/contract: deployooor contract spec added 2025-10-16 21:14:35 +03:00
skoupidi
2e60e3ca3b contract/deployooor/tests/integration: fully test all contract logic 2025-10-16 15:26:38 +03:00
skoupidi
ea24557db4 chore: clippy 2025-10-15 18:20:05 +03:00
oars
db1e4df3c9 tests/network_transports: fix failing test due to used port 2025-10-15 16:33:01 +03:00
oars
670e462c48 example/wasm-hello-world: fix dependency issue 2025-10-15 16:33:01 +03:00
oars
783ac96ca6 script/research/rlnd: fix clap panic due to duplicate rpc-listen field in private and public RpcSettingsOpt 2025-10-15 16:33:01 +03:00
oars
8bc97e265c script/research/generic-node: fix darkfi-serial dependency 2025-10-15 16:33:01 +03:00
oars
2d73148825 script/evgrd: fix compilation issue 2025-10-15 16:33:01 +03:00
oars
79d276ca32 net,dht,error: Include the endpoint address in connector error messages so upstream code can log it. In transport mixing scenarios, the mixed URL will appear in logs. 2025-10-15 15:41:39 +03:00
oars
404dc9d9f0 net,rpc,event_graph,dht: use channel display address for UI scenarios (e.g. logging, dnet) 2025-10-15 15:41:39 +03:00
oars
e9415643fb rpc/p2p_method: show the mixed url of transport mixed connections to aid in debugging in dnet and other tools 2025-10-15 15:41:39 +03:00
oars
298a89a01c net: identify transport mixed connections to make sure mixed addresses don't enter hostregistry 2025-10-15 15:41:39 +03:00
oars
ce95d31c4d net/hosts: move transport mixing logic to one place in HostContainer::mix_host function and perform transport mixing in Connector only 2025-10-15 15:41:39 +03:00
skoupidi
3469f2dd04 drk/rpc: checkpoint merkle trees before appending block 2025-10-15 14:55:50 +03:00
skoupidi
c990eb501e drk/dao: fixed dao confirmation query 2025-10-15 14:55:50 +03:00
skoupidi
9d5f399f5f drk/scanned_blocks: actually rewind trees don't be stupid 2025-10-15 14:55:50 +03:00
skoupidi
0d6045ad87 drk: use merkle tree checkpoints instead of sled-overlay diffs to manage them 2025-10-15 14:55:50 +03:00
skoupidi
9cf112f1e0 drk/rpc: removed duplicate log message 2025-10-15 14:55:50 +03:00
skoupidi
af83477b23 drk: simplyfied error logging format 2025-10-15 14:55:50 +03:00
skoupidi
ec682e19a9 drk/interactive: contract commands added 2025-10-15 14:55:49 +03:00
skoupidi
f910402fa0 drk/interactive: token commands added 2025-10-15 14:55:49 +03:00
skoupidi
9efb86333c drk/interactive: alias commands added 2025-10-15 14:55:49 +03:00
skoupidi
11805e8a3a drk/interactive: explorer commands added 2025-10-15 14:55:49 +03:00
skoupidi
bb06d7ae8e drk/txs_history: chore clippy 2025-10-15 14:55:49 +03:00
skoupidi
51cb2e9d17 drk/interactive: dao commands added 2025-10-15 14:55:49 +03:00
skoupidi
77087e8dd6 drk: restored scan ux by introducing print or insert functionality to output buffer 2025-10-15 14:55:49 +03:00
skoupidi
e6795bf36e drk/interactive: unix style input/output file definitions/handling added 2025-10-15 14:55:49 +03:00
skoupidi
5f889aae6f drk/interactive: previous command output as next command input 2025-10-15 14:55:49 +03:00
skoupidi
1af74b2e37 drk/interactive: completions and hints only for last command in the piped buffer 2025-10-15 14:55:49 +03:00
skoupidi
97d4d60a10 drk/interactive: multicommand support added via naive unix pipes style handling 2025-10-15 14:55:49 +03:00
skoupidi
5236c4516d drk: wallet command use subcommand structure instead of flags 2025-10-15 14:55:49 +03:00
skoupidi
590eec6f9c drk/interactive: changed the anotation to a more standar format and added commands spend, unspend, transfer, otc, attach-fee, inspect and broadcast 2025-10-15 14:55:49 +03:00
skoupidi
668220d47f drk/interactive: wallet command handling added 2025-10-15 14:55:49 +03:00
skoupidi
45176ddc9c drk: moved subscribe to interactive shell 2025-10-15 14:55:49 +03:00
skoupidi
bba4f31387 drk/cli_util: use Sink in kaching 2025-10-15 14:55:49 +03:00
skoupidi
6cae233f81 drk: scan cache message buffer added for allowing upstream to control message logging 2025-10-15 14:55:49 +03:00
skoupidi
1319947889 drk/interactive: added a Drk lock so we can perform atomic actions 2025-10-15 14:55:49 +03:00
skoupidi
30ccf4bf0a drk/interactive: snooze background task functionality added 2025-10-15 14:55:49 +03:00
skoupidi
3f033be9a7 drk/interactive: use a print queue instead of two way signal for background task 2025-10-15 14:55:49 +03:00
skoupidi
1de7bfec4a drk/interactive: scan and subscribe infra added 2025-10-15 14:55:49 +03:00