Commit Graph

2253 Commits

Author SHA1 Message Date
darkfi
4ef00a37c0 wallet: add android build instructions and fix Cargo.toml paths 2024-06-06 14:41:01 +02:00
skoupidi
10a25005a7 darkfid: gracefully handle miner network dc 2024-06-06 15:30:02 +03:00
skoupidi
0892e3f58a darkfid: respect P2P configuration outbound connections timeout 2024-06-06 15:30:02 +03:00
darkfi
3b5ce35440 wallet: atrocious hackjob chatapp working on android with APKs 2024-06-06 13:38:38 +02:00
dasman
3bbbaa6308 make clippy happy again 2024-06-06 13:32:40 +03:00
parazyd
170654c423 darkirc: Use bcrypt-2b for server password encryption 2024-06-06 10:11:53 +02:00
dasman
897f495071 darkirc: fix duplicated name in config 2024-06-06 04:46:58 +03:00
dasman
94eac02ab8 darkirc: fix broken replay mode and datastore 2024-06-06 04:45:06 +03:00
dasman
16826b2db2 darkirc: add IRC connection password 2024-06-06 04:07:32 +03:00
skoupidi
a755c30b75 contract/dao: renamed all day references to blockwindow 2024-06-05 16:33:38 +03:00
skoupidi
b5cb5a55b7 contract/dao: use actual runtime block target time not hardcoded one in blockwindow() 2024-06-05 14:20:17 +03:00
skoupidi
43f9fc8aa1 runtime: get_block_target() fn added, to retrieve current block time target(seconds) 2024-06-05 13:25:48 +03:00
skoupidi
ec9a8f45fe drk: properly stop rpc client on termination 2024-06-04 16:29:44 +03:00
skoupidi
ac570e7353 darkfid: properly stop rpc client on termination 2024-06-04 16:12:37 +03:00
skoupidi
6b5ae99724 drk/transfer: added new --half-split to split output coin into two equal halves 2024-06-04 15:35:27 +03:00
skoupidi
8cac4690c6 drk/dao.sql: updated comments to reflect current commands/flows 2024-06-04 13:05:36 +03:00
parazyd
80d103a2ba chore: Update crate dependencies 2024-06-04 10:24:28 +02:00
parazyd
022e99ef03 chore: Force "ring" dependency for rustls 2024-06-03 18:27:56 +02:00
skoupidi
42745ca9be doc/testnet: updated everything with latest commands 2024-06-03 18:10:47 +03:00
darkfi
0a4a9645d8 wallet: fractional scaling of UI 2024-06-03 14:12:54 +02:00
darkfi
f623e4fda4 wallet: add chatapp.exe 2024-06-03 12:18:32 +02:00
dasman
baa7f416bb bin/darkirc: get history outside join command if needed 2024-06-03 04:58:23 +03:00
skoupidi
a0024ad508 drk: proposal exec functionalities added 2024-05-31 22:05:12 +03:00
darkfi
1b88b31950 wallet: make a ChatView widget 2024-05-31 20:57:26 +02:00
parazyd
f2f82804c6 taud: Update config P2P seed 2024-05-31 14:12:06 +02:00
skoupidi
99eeda9d60 drk: proposal output beautification 2024-05-31 12:49:55 +03:00
darkfi
3806ec302d wallet: editbox paste from clipboard and delete highlighted text 2024-05-31 11:30:35 +02:00
darkfi
288699f39c wallet: drag click select text 2024-05-31 10:00:30 +02:00
skoupidi
5e0b592603 drk: fixed dao votes 2024-05-30 22:21:00 +03:00
darkfi
69b9c2d2f6 wallet: editbox, set cursor pos by clicking with the mouse 2024-05-30 20:37:25 +02:00
darkfi
149859454c wallet: correctly handle repeating keys with smoothing 2024-05-30 20:04:45 +02:00
skoupidi
cbb53aa8ec drk: refactored DAO votes functionalities 2024-05-30 17:54:28 +03:00
darkfi
24cd6dba8f wallet: copy highlighted text to the clipboard 2024-05-30 16:38:46 +02:00
darkfi
a4322e4265 wallet: align cursor with LHS of next chars rather than RHS of prev chars 2024-05-30 16:18:07 +02:00
darkfi
d0303017a0 wallet: add Property wrapper types, and begin prelim selection code 2024-05-30 15:38:49 +02:00
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