Commit Graph

2218 Commits

Author SHA1 Message Date
darkfi
cb81b93e65 wallet: cursor scrolls editbox 2024-05-30 10:29:06 +02:00
skoupidi
c6382e8d12 drk: refactored DAO proposals functionalities 2024-05-29 16:36:41 +03:00
darkfi
ed85b9a955 wallet: editing text, support backspace/delete 2024-05-29 11:11:17 +02:00
darkfi
7c6b98e43f wallet: create editbox widget and textshaper tool 2024-05-28 21:53:30 +02:00
skoupidi
0f158ce8a2 darkfid/task/garbage_collect: minor fix 2024-05-28 16:55:09 +03:00
parazyd
2e37330d0d chore: Update crate dependencies 2024-05-27 15:29:58 +02:00
dasman
d8fe390e6d bin/darkirc: configurable dag sync attempt and retries 2024-05-27 16:02:58 +03:00
draoi
15b7bc4bd8 settings: set inbound/ outbound default to 8, white_connect_percent to 70
Also propgagate this change as the default to various configs.
2024-05-27 11:19:16 +02:00
skoupidi
490084b26d blockchain: updated to sled-overlay 0.1.2 2024-05-27 12:15:26 +03:00
parazyd
d2e705b8cc darkirc: Add "no-autojoin" CAP 2024-05-26 16:56:23 +02:00
parazyd
f8543f4143 darkirc/meetbot: Rework code to work over a single connection 2024-05-26 14:00:14 +02:00
dasman
defc1af9cf bin/darkirc: bots send CAP END to complete regestiration 2024-05-26 04:40:01 +03:00
dasman
349ec7413e bin/tau: fix archive monthes and indexing stopped tasks 2024-05-26 04:39:19 +03:00
skoupidi
96a8068ec3 drk: refactor to support SMT
Additionaly, some cleanup was done, minor bugz fixed and updated DAO Propose call with the new setup and added its fee call.
2024-05-25 18:29:40 +03:00
draoi
3e0ddde295 darkirc: fix update line in android.Dockerfile 2024-05-24 17:21:09 +02:00
skoupidi
68d6c77c13 drk: fixed money coin insert due to nullifier column removal 2024-05-24 12:00:10 +03:00
dasman
b93ea66864 darkirc: info log flushed bytes on termination 2024-05-24 04:51:24 +03:00
dasman
d1c2af5244 bin/deg: replace leftover bytes for cleaner event_details 2024-05-24 04:49:58 +03:00
darkfi
60858f36d6 wallet: add font fallbacks 2024-05-23 12:09:01 +02:00
skoupidi
0bea8f5697 drk: removed nullifier column from money coin table 2024-05-23 12:46:12 +03:00
skoupidi
d12e49d6d6 drk: fixed fee not using the correct output pubkey 2024-05-23 12:33:31 +03:00
skoupidi
fb5865fce4 drk: provide liquidity to dao with transfer and token mint 2024-05-22 20:49:22 +03:00
skoupidi
10ea889e31 drk: dao records sympliefied and dao mint call fee added
Removed dao_id and use the dao name as the identifier. Cleaned up all dao record structures. Fixed dao mint call and added its fee.
2024-05-22 16:43:17 +03:00
skoupidi
1cbddfdf93 drk: simplyfied some naming schemes 2024-05-22 16:43:17 +03:00
darkfi
d4810afe29 wallet: partially working emoji display 2024-05-22 15:24:54 +02:00
darkfi
444a2b3e14 wallet: delete old unused code and cleanup 2024-05-22 14:23:59 +02:00
darkfi
fa9dc5c3f9 wallet: working OTF fancy text rendering 2024-05-22 13:42:58 +02:00
skoupidi
b89c4196a4 drk: updated basic dao handling 2024-05-22 13:44:28 +03:00
dasman
e093c5ed57 bin/deg: update README 2024-05-21 01:34:49 +03:00
darkfi
aa6cff4f2e wallet: add a z_index property to control draw ordering of objs 2024-05-19 09:52:20 +02:00
dasman
8c455abd0a bin/deg: drop deg config, and use args instead 2024-05-19 01:59:37 +03:00
rsx
28aaec3bba wallet: add stubs for plugin subsystem 2024-05-18 10:30:37 +02:00
rsx
1369300ba2 wallet: add PropertyStatus.EXPR 2024-05-18 10:30:37 +02:00
dasman
b83e2a782f bin/deg: fix multiple args 2024-05-18 04:01:57 +03:00
skoupidi
0243560e1f drk: added fee call to deployoOor calls 2024-05-17 20:18:04 +03:00
skoupidi
4661d797cd drk: attach-fee added and fixed otc swap 2024-05-17 20:04:42 +03:00
rsx
62994d050b wallet: deprecate pyo2, replace with rustpython 2024-05-17 17:02:33 +02:00
rsx
633aeb447a wallet: instantly show the window as priority 2024-05-17 17:02:01 +02:00
rsx
76d1ec7a04 wallet: add an expr engine for fast evaluation of exprs inside render loops 2024-05-17 14:35:18 +02:00
skoupidi
c3433efe2e drk: cleanup on swap aisle 2024-05-16 22:07:20 +03:00
rsx
199485d071 wallet: impl properties with PY_EXPR subtype which are dynamically evaluated every frame. 2024-05-16 20:37:30 +02:00
skoupidi
c37618f354 drk: fixed token freezing and added its fee call 2024-05-16 14:14:14 +03:00
skoupidi
f52b4573e9 contract/money: switched auth_token_mint and token_mint execution order 2024-05-16 12:10:04 +03:00
dasman
840d3e745e bin/deg: fix graphing intertwined merges and forks 2024-05-16 03:28:09 +03:00
skoupidi
8280857a00 contract/money: renamed TokenFreeze to AuthTokenFreeze and removed redundant proof 2024-05-15 20:48:48 +03:00
dasman
b13e3b81ac bin/deg: update requirements 2024-05-15 04:42:40 +03:00
dasman
96a16b0de1 bin/deg: remove forgotten unnecessary prints 2024-05-14 03:09:34 +03:00
dasman
4186860fe5 bin/darkirc: RPC method to recreate DAG from replay log upon request from DEG 2024-05-14 00:57:37 +03:00
skoupidi
9e71055a9d drk: fixed token minting and added its fee call 2024-05-13 15:42:46 +03:00
dasman
fae90c18f7 bin/deg: increase RPC buffer limit 2024-05-13 00:39:16 +03:00