Commit Graph

10316 Commits

Author SHA1 Message Date
skoupidi
e1abdf37b4 example/wasm-hello-world: example client added to interact with contract onchain 2025-10-28 16:16:05 +02:00
skoupidi
02a6b76cfe drk/deploy: minor comment fix 2025-10-28 16:13:41 +02:00
skoupidi
855717c428 doc/testnet: use drk interactive instead of cli commands 2025-10-27 19:59:41 +02:00
skoupidi
f3cb431b86 drk/interactive: fixed minor parsing bugs in dao commands 2025-10-27 19:59:13 +02:00
skoupidi
bf28b41023 drk/interactive: handle zombie subscriptions 2025-10-27 16:26:14 +02:00
skoupidi
3d62bd6a2c drk: contract deployment history added 2025-10-27 13:46:26 +02:00
darkfi
f5037e7d0d app: use QOI files for video loading 2025-10-26 18:28:01 +01:00
darkfi
6c1941c49b app: make menu darker 2025-10-25 21:58:33 +02:00
oars
41f0a50de9 net/transport/tcp: handle peer address parsing error in tcp and tls listener 2025-10-25 19:50:59 +03:00
skoupidi
b419205e8c drk: use contract id as the key for deployment auths 2025-10-25 13:56:16 +03:00
skoupidi
699c942fb7 drk: updated contract deployment code to be fully functional 2025-10-24 15:47:52 +03:00
darkfi
f28e18f349 app: fix warnings 2025-10-24 14:41:20 +02:00
darkfi
149c3c7757 app: hide keyboard when opening emoji selector 2025-10-24 14:17:57 +02:00
skoupidi
d0c49d24d0 chore: updated sled-overlay to new version 2025-10-24 12:58:55 +03:00
skoupidi
b3dc33eacb sdk/monotree/utils: clippy chore 2025-10-23 19:23:01 +03:00
epiphany
f476cd5fac dnet: add direct session support 2025-10-23 19:14:30 +03:00
epiphany
0982c8ca72 net/direct_session: add dnet support 2025-10-23 19:14:30 +03:00
epiphany
b9dcad4072 net/direct_session: add channels_usage and cleanup_channel() 2025-10-23 19:14:30 +03:00
epiphany
3ca62d4bbb net: getaddrs_max is now Option<u32>, handle outbound_connections overflows, remove the u8::MAX limit 2025-10-23 19:14:30 +03:00
epiphany
3a3da283f0 net: add DirectSession 2025-10-23 19:14:30 +03:00
epiphany
6a4326bad9 net: handle try_register() errors 2025-10-23 19:14:30 +03:00
epiphany
6b7e1cf7ca net: add getaddrs_max setting 2025-10-23 19:14:30 +03:00
darkfi
aa8e53f500 app: raise outbound conns from 1 to 3 2025-10-23 16:47:29 +02:00
x
ab87f50fe2 sdk/monotree: Fix bug where root hash depended on insertion order for small numbers of key-value pairs 2025-10-23 16:04:07 +02:00
darkfi
677a2a2b08 app: fix broken android build due to fixing warnings in 6919ef8782 2025-10-23 11:09:20 +02:00
darkfi
e1ba7e251b app: fix Makefile to download video bg data 2025-10-23 11:01:24 +02:00
darkfi
5718248895 app/edit: move eval_rect() outside of redraw() so it can happen before behave.apply_cursor_scroll() when needed. 2025-10-23 10:52:22 +02:00
darkfi
6e120f5217 app: cargo update + switch parley to fork temporarily 2025-10-22 22:26:36 +02:00
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