skoupidi
12ede95fde
doc/testnet/dao: link blockwindow on first reference
2026-01-09 15:37:52 +02:00
skoupidi
02f3816999
drk/dao: check proposal is not expired when voting and its duration has passed when executing
2026-01-09 15:22:47 +02:00
skoupidi
bc003375d3
drk/dao: check early exec quorum in proposals execution
2026-01-09 15:06:13 +02:00
jkds
f337456491
app/edit: make a pasta box open on overlay (currently commented out)
2026-01-09 10:41:40 +01:00
skoupidi
520c1560e1
rpc/common: minor httparse::Status handling cleanup
2026-01-09 11:31:45 +02:00
PBPatient
2eac07e276
rpc: handle partial httparse results
2026-01-09 11:27:35 +02:00
jkds
4e997b2f27
app/gfx: add new Overlay instruction to draw temp ui hints above everything else
2026-01-09 09:33:04 +01:00
jkds
8c42cc1bb3
app: add missing Dockerfile.windows
2026-01-09 08:43:11 +01:00
epiphany
d9df8e63d4
fud/settings: skip both RpcSettingsOpt
2026-01-08 17:31:14 +00:00
epiphany
45eab30b47
fud: add error message to ResourceStatus::Incomplete
2026-01-08 17:30:30 +00:00
jkds
92cbce6df9
app: put enable-plugins feature as default
2026-01-08 13:55:46 +01:00
skoupidi
5aeb0b168f
event_graph: guard rpc stuff behind rpc feature
2026-01-08 14:51:28 +02:00
jkds
a4ca4a22ac
app: fix missing reconnect scenegraph method in darkirc plugin
2026-01-08 12:47:14 +01:00
jkds
5bc736b243
app: echo.py show usage of link-local ipv6
2026-01-08 11:34:27 +01:00
jkds
037172617d
app: windows automated build script
2026-01-08 11:33:51 +01:00
jkds
54974eeada
app/vid: take in account the stride when decoding.
2026-01-08 11:27:35 +01:00
jkds
6b0ddc2e24
app: fix window sizing and re-enable android per device density scaling
2026-01-08 10:16:20 +01:00
skoupidi
ecdb64bef5
validator: log pow data type on confirmation
2026-01-07 15:47:18 +02:00
skoupidi
61f194f524
doc/testnet/merge-mining: updated commands to mm on actual monero testnet
2026-01-07 14:20:57 +02:00
jkds
4f4daa0d2b
app/ui: remove uneeded async from a few fns, add some warnings, do some cleanup
2026-01-07 11:13:48 +01:00
jkds
7fad8bcaf0
app: do not force window redraw when insets change. this should happen automatic
2026-01-07 10:52:01 +01:00
jkds
d7d37eed31
app: bugfix emoji_picker stop() missing clearing old textures when app closed on android.
2026-01-07 10:52:01 +01:00
x
e54c276514
zkas: Harden binary decoder to be safe when decoding untrusted bins
2026-01-07 09:35:22 +00:00
x
2b9e894214
serial: Add deserialization method with max_len enforcing
2026-01-07 09:22:55 +00:00
x
3aa0e3b722
zkas: Implement debug symbols in the compiled binary
2026-01-07 09:22:55 +00:00
x
43b9695884
zkas: Improve decoder readability
2026-01-07 09:22:55 +00:00
x
469d4354d8
zkas: Minor cleanups
2026-01-07 09:22:55 +00:00
x
589e40bc32
zkas: Implement a macro for opcode definition.
...
This lets us have a single source of truth.
2026-01-07 09:22:55 +00:00
x
366a485ac6
zkas: Deduplicate some code in the parser to make things readable
2026-01-07 09:22:55 +00:00
x
d275d78ce0
zkas: Support >1 nested calls
2026-01-07 09:22:55 +00:00
jkds
90fadca718
app: cargo update Cargo.lock
2026-01-07 10:12:24 +01:00
jkds
a62a809265
app: fix warnings
2026-01-07 08:43:26 +01:00
jkds
27b842fa97
app: fix android build errors due to recent changes
2026-01-07 07:31:47 +01:00
jkds
d516d63183
system: make set_thread_priority() linux branch also available for android.
2026-01-07 07:24:58 +01:00
jkds
04e0a80222
app: s/node.setup(|me| Button::new(me))/node.setup(Button::new)/
2026-01-07 05:46:53 +01:00
jkds
9f716a283c
app: make connect status indicator clickable- doing so will force a reconnect
2026-01-07 04:57:48 +01:00
epiphany
1f8445bbf4
fud: update default ports, move management rpc methods to another rpc server
2026-01-06 20:04:21 +00:00
darkfi
823038c327
app/expr: add native fn as an opcode
2026-01-06 17:02:38 +01:00
darkfi
e30bd5d36e
app: remove some uneeded async from fns
2026-01-06 16:32:49 +01:00
darkfi
0e20811752
app/edit: remove uneeded async qualifiers from fns now that TXT_CTX and self.editor is no longer behind AsyncMutexes
2026-01-06 16:20:43 +01:00
darkfi
38e5829196
app: various cleanups to Editor used by BaseEdit with main one being moving from async to purely sync. other changes:
...
* Removed `Option` wrapper from editor
* Removed `EditorHandle` wrapper
* Changed all editor locks to synchronous
* Made all Editor methods synchronous
* Created `ParleyDriverWrapper`. This makes using the driver much easier.
2026-01-06 15:31:55 +01:00
darkfi
68e73036af
app/editor: add ParleyDriverWrapper which hugely simplifies driver access pattern
2026-01-06 15:31:55 +01:00
jkds
5c2bd621df
app: remove old TEXT_CTX and replace with parley new pattern
2026-01-06 15:31:55 +01:00
x
c4ec4de713
blockchain/monero: Fix mismatches between async and sync serialization
2026-01-06 10:51:01 +00:00
jkds
9af3c403a7
app/chatview: fix multiline msgs
2026-01-06 07:43:05 +01:00
jkds
74b18df957
app: fix emoji picker due to recent changes
2026-01-06 05:56:33 +01:00
jkds
22f9597908
app: rename text2 => text
2026-01-05 18:20:29 +01:00
jkds
94a0db125e
app: delete freetype 🎉 🎉 🎉
2026-01-05 18:14:43 +01:00
jkds
cc53053ef2
app: migrate emoji_picker to the new text API
2026-01-05 17:38:47 +01:00
jkds
0a8be750d3
app: remove text1 refs from ChatView
2026-01-05 12:34:47 +01:00