Commit Graph

  • d9df8e63d4 fud/settings: skip both RpcSettingsOpt master epiphany 2026-01-08 17:26:30 +00:00
  • 45eab30b47 fud: add error message to ResourceStatus::Incomplete epiphany 2026-01-08 17:29:32 +00:00
  • 92cbce6df9 app: put enable-plugins feature as default jkds 2026-01-08 13:55:46 +01:00
  • 5aeb0b168f event_graph: guard rpc stuff behind rpc feature skoupidi 2026-01-08 14:50:59 +02:00
  • a4ca4a22ac app: fix missing reconnect scenegraph method in darkirc plugin jkds 2026-01-08 12:47:14 +01:00
  • 5bc736b243 app: echo.py show usage of link-local ipv6 jkds 2026-01-08 11:34:27 +01:00
  • 037172617d app: windows automated build script win jkds 2026-01-08 11:33:51 +01:00
  • 54974eeada app/vid: take in account the stride when decoding. jkds 2026-01-08 11:27:35 +01:00
  • 6b0ddc2e24 app: fix window sizing and re-enable android per device density scaling jkds 2026-01-08 10:15:47 +01:00
  • ecdb64bef5 validator: log pow data type on confirmation skoupidi 2026-01-07 15:47:18 +02:00
  • 61f194f524 doc/testnet/merge-mining: updated commands to mm on actual monero testnet skoupidi 2026-01-07 14:20:57 +02:00
  • 4f4daa0d2b app/ui: remove uneeded async from a few fns, add some warnings, do some cleanup jkds 2026-01-07 11:13:48 +01:00
  • 7fad8bcaf0 app: do not force window redraw when insets change. this should happen automatic jkds 2026-01-07 10:51:18 +01:00
  • d7d37eed31 app: bugfix emoji_picker stop() missing clearing old textures when app closed on android. jkds 2026-01-07 10:38:38 +01:00
  • e54c276514 zkas: Harden binary decoder to be safe when decoding untrusted bins x 2026-01-06 22:20:30 +00:00
  • 2b9e894214 serial: Add deserialization method with max_len enforcing x 2026-01-06 18:15:55 +00:00
  • 3aa0e3b722 zkas: Implement debug symbols in the compiled binary x 2026-01-06 17:21:44 +00:00
  • 43b9695884 zkas: Improve decoder readability x 2026-01-06 15:36:12 +00:00
  • 469d4354d8 zkas: Minor cleanups x 2026-01-06 15:12:26 +00:00
  • 589e40bc32 zkas: Implement a macro for opcode definition. x 2026-01-06 13:44:15 +00:00
  • 366a485ac6 zkas: Deduplicate some code in the parser to make things readable x 2026-01-06 12:50:11 +00:00
  • d275d78ce0 zkas: Support >1 nested calls x 2026-01-06 12:37:03 +00:00
  • 90fadca718 app: cargo update Cargo.lock jkds 2026-01-07 10:12:24 +01:00
  • a62a809265 app: fix warnings jkds 2026-01-07 08:43:26 +01:00
  • 27b842fa97 app: fix android build errors due to recent changes jkds 2026-01-07 07:31:47 +01:00
  • d516d63183 system: make set_thread_priority() linux branch also available for android. jkds 2026-01-07 07:24:58 +01:00
  • 04e0a80222 app: s/node.setup(|me| Button::new(me))/node.setup(Button::new)/ jkds 2026-01-07 05:46:53 +01:00
  • 9f716a283c app: make connect status indicator clickable- doing so will force a reconnect jkds 2026-01-07 04:56:46 +01:00
  • 1f8445bbf4 fud: update default ports, move management rpc methods to another rpc server epiphany 2026-01-06 20:03:53 +00:00
  • 823038c327 app/expr: add native fn as an opcode darkfi 2026-01-06 17:02:38 +01:00
  • e30bd5d36e app: remove some uneeded async from fns darkfi 2026-01-06 16:32:49 +01:00
  • 0e20811752 app/edit: remove uneeded async qualifiers from fns now that TXT_CTX and self.editor is no longer behind AsyncMutexes darkfi 2026-01-06 16:20:43 +01:00
  • 38e5829196 app: various cleanups to Editor used by BaseEdit with main one being moving from async to purely sync. other changes: darkfi 2026-01-06 15:27:39 +01:00
  • 68e73036af app/editor: add ParleyDriverWrapper which hugely simplifies driver access pattern darkfi 2026-01-06 13:21:33 +01:00
  • 5c2bd621df app: remove old TEXT_CTX and replace with parley new pattern jkds 2026-01-06 09:56:34 +01:00
  • c4ec4de713 blockchain/monero: Fix mismatches between async and sync serialization x 2026-01-05 18:37:37 +00:00
  • 51dc733170 app: remove old TEXT_CTX and replace with parley new pattern text1-rm jkds 2026-01-06 09:56:34 +01:00
  • 9af3c403a7 app/chatview: fix multiline msgs jkds 2026-01-06 07:43:05 +01:00
  • 74b18df957 app: fix emoji picker due to recent changes jkds 2026-01-06 05:56:33 +01:00
  • 22f9597908 app: rename text2 => text jkds 2026-01-05 18:20:29 +01:00
  • 94a0db125e app: delete freetype 🎉🎉🎉 jkds 2026-01-05 18:14:43 +01:00
  • cc53053ef2 app: migrate emoji_picker to the new text API jkds 2026-01-05 17:38:47 +01:00
  • 0a8be750d3 app: remove text1 refs from ChatView jkds 2026-01-05 12:34:47 +01:00
  • 2caeba1c5f app/chatview: cleanup unused fn params and remove unused stuff jkds 2026-01-05 12:16:35 +01:00
  • 9d15053bee app/chatview: migrate FileMessage to text2 API jkds 2026-01-05 10:37:21 +01:00
  • 1e185188e9 doc/nodes: Add default daemon ports x 2026-01-05 09:20:12 +00:00
  • 3ab39ece15 doc/tor-guide: Clean up and formatting x 2026-01-05 09:13:53 +00:00
  • a9e1f04a9f app: do proper JVM thread mgmt. previously we call AttachThread() everywhere which is wrong, it should be called once per thread and then DetachThread() to cleanup. use thread local storage + Drop to make a thread guard for this. jkds 2026-01-05 06:16:41 +01:00
  • 6e23e98d26 app: replace androidx with just normal android classes so we dont need to bundle androidx jar jkds 2026-01-05 06:15:13 +01:00
  • a46fc2963b app/chatview: migrate PrivMessage to text2 API jkds 2026-01-04 19:42:27 +01:00
  • b7935765fb app: Cargo.lock update jkds 2026-01-04 18:45:57 +01:00
  • 3564bd1f84 app/chatview: migrate DateMessage to text2 API jkds 2026-01-04 18:44:58 +01:00
  • d43a456f7b script/research/tx-replayer: add wasm, zkp and sig command line flags inorder to verify either wasm runtime, zkp or signature part of the transaction inorder to see resources usage for each parts of a tx verification oars 2026-01-04 15:03:12 +03:00
  • ff477eb2f0 script/research/tx-replayer: a tool to replay a transaction by resetting the blockchain database to a height before the transaction was added at oars 2025-12-15 12:00:32 +03:00
  • 12a18503a2 contract/test-harness: fix issue with benchmark_wasm_calls and let it silently fail when given an invalid tx oars 2025-12-11 12:58:07 +03:00
  • f974da8409 script/research/zkvm-metering: add CircuitCost measurements oars 2026-01-03 15:38:43 +03:00
  • 7c42e3020d zk: add Debug trait to ZkCircuit and fill configure trait oars 2026-01-03 15:37:38 +03:00
  • f7db85c0a9 script/research/zkvm-metering: generate and verify Native contracts' proofs oars 2026-01-03 15:36:42 +03:00
  • 8d7d33b812 script/research/zkvm-metering: organize oars 2026-01-03 15:24:40 +03:00
  • 574695f034 script/research/zkvm-metering: fix merkle_root opcode zk proof, k = 11 can be used and this changes the proof size and verifying key size oars 2025-12-18 17:59:39 +03:00
  • f644d8cae0 net/hosts: moved file doc comments before items skoupidi 2026-01-04 14:31:01 +02:00
  • e641ac09f4 chore: fix rustdoc broken doc links and warnings oars 2026-01-02 22:22:38 +03:00
  • 6c0dafbceb app/text2: modify text rendering so we build a single atlas for an entire parley Layout. this is handy if a layout does not change (text/styles) just the wrapping. then we can reuse the atlas. jkds 2026-01-04 12:53:53 +01:00
  • 6b9ef3aff2 app: fix potential bug on exit due to already dropped anim when draw() is called after window quit request. see below for more detailed info. jkds 2026-01-04 07:14:18 +01:00
  • 8028ea9b10 app: use cargo features to enable switching between schema layouts jkds 2026-01-04 05:35:06 +01:00
  • 4378ea4845 update copyright dates on new files from 2025 to 2026 jkds 2026-01-04 05:25:56 +01:00
  • 1a4247ea7a Merge codeberg-tor:darkrenaissance/darkfi jkds 2026-01-04 05:19:15 +01:00
  • 633d7f21ce Merge branch 'gameinput' jkds 2026-01-04 05:13:35 +01:00
  • af086abc61 app/edit: fix bug where android sends us spurious compose changes. Just drop them. jkds 2026-01-04 05:11:38 +01:00
  • 0692bf9ce7 Cargo.toml: reverted zk feature back to asyn-sdk skoupidi 2026-01-03 17:40:03 +02:00
  • d131828285 app: reduce JNI overhead when adjusting a selection by creating a special setSelection() fn so we dont have to pass the entire state over the bridge. jkds 2026-01-03 11:22:03 +01:00
  • 7d589fd2ac app/edit: improve perf of editing selection. only recalc rect when editing text itself (not select changes) jkds 2026-01-03 06:36:44 +01:00
  • 737ba095f9 app: android event handler improve editor logic jkds 2026-01-03 02:40:47 +01:00
  • b182fa7fa9 app: improve android editor perf and eliminate a deadlock in android text input jkds 2026-01-03 02:04:52 +01:00
  • dfe15b173f contrib/localnet/darkfid*: added missing management rpc in all scripts skoupidi 2026-01-02 20:01:07 +02:00
  • fcf4aded0e darkfid: split managemtn rpc methods into its own rpc server and standarized all ports skoupidi 2026-01-02 19:41:20 +02:00
  • 4f30aae91d doc: Update book links x 2026-01-02 17:28:09 +00:00
  • 514c494582 doc: DEP0007 accepted x 2026-01-02 17:20:31 +00:00
  • 29501efe04 doc/testnet/contract: py rpc example x 2026-01-02 16:54:06 +00:00
  • e579f5a6ab example/wasm-hello-world: rmrfed skoupidi 2026-01-02 18:17:20 +02:00
  • 28659e261f doc/testnet/contract: use the smart contract template repository for examples skoupidi 2026-01-02 18:15:07 +02:00
  • 375da0047b doc/README: added mdbook mermaid plugin name in its install command skoupidi 2026-01-02 18:14:26 +02:00
  • 82139d9c0c net/direct_session: remove ChannelBuilder reference and fix typo in comment epiphany 2026-01-02 16:16:15 +00:00
  • 1bae1ae30b doc: Temporarily remove custom theme x 2026-01-02 15:34:06 +00:00
  • e9280a2e42 doc: Add mdbook-tabs x 2026-01-02 13:56:33 +00:00
  • 09bf42ef01 sdk/python: Add pasta curve serialization x 2026-01-02 13:45:15 +00:00
  • 02530cc0f4 app: make editor support multiline jkds 2026-01-02 12:33:24 +01:00
  • ad677b0fd9 zkas: Add TryFrom trait for VarType in parser dekizk 2026-01-02 10:53:58 +00:00
  • 501a2d5b82 doc/start-here: minor grammatical edits glaucomazoning 2026-01-02 10:41:40 +00:00
  • bcb10050df app: fix race condition in handling android IME events in BaseEdit jkds 2026-01-02 10:38:29 +01:00
  • 6835e16ff2 app: do a big cleanup of java GameTextInput code and make everything have a sane API. jkds 2026-01-02 10:00:55 +01:00
  • 64e38580b2 app: copy GameTextInput java code into app jkds 2026-01-02 05:15:49 +01:00
  • c00a551db4 fud: clippy epiphany 2026-01-01 21:49:37 +00:00
  • fdbc1fb19c fud: fix Fud::get() comment epiphany 2026-01-01 18:03:51 +00:00
  • f42d7a7e35 fud: merge file selections in fetch_resource() epiphany 2026-01-01 17:47:17 +00:00
  • 91124e4d24 fud: add get_progress() epiphany 2026-01-01 17:45:43 +00:00
  • dc38cfb104 fud: add chunked_storages cache epiphany 2026-01-01 17:40:35 +00:00
  • 8f40ba9b77 fu: add file selection to list_resources() epiphany 2026-01-01 17:38:37 +00:00
  • 0a29562a3d fud/download: better error when metadata is not found epiphany 2026-01-01 17:37:30 +00:00
  • f386645ce4 fud/resource: add file selections to json epiphany 2026-01-01 17:36:16 +00:00