Commit Graph

1317 Commits

Author SHA1 Message Date
Dastan-glitch
b0d2117fd6 bin/ircd2: store synced (missed) msgs in a buffer to read on joining a channel 2023-02-16 03:58:31 +03:00
Dastan-glitch
7102491197 bin/ircd2: add get_head_hash() and get_offspring() functions in model + some fixups 2023-02-16 03:54:44 +03:00
aggstam
b0d24ef776 darkfid: erroneous txs handling
Darkfid will not apply erroneous txs state transitions and keep them in a separate sled tree. drk to filtre these txs to report correct balances/coins
2023-02-10 20:59:03 +02:00
x
4ebf1777aa drk: remove proposal serial column 2023-02-10 12:23:03 +01:00
x
4631a3a006 fix drk for dao changes 2023-02-10 12:17:29 +01:00
x
c89860c9f7 dao-exec fix: approval ratio/quotient are reversed 2023-02-08 02:19:00 +01:00
x
27ff837dbc dao-exec: temporary workaround, but serial and blind should be that used in coin 0 2023-02-08 02:18:33 +01:00
x
5b90347d46 dao-exec: input value blind should be the sum of blinds used for input value commits 2023-02-08 02:17:34 +01:00
Dastan-glitch
274ddafb97 bin/ircd2: fix an issue that caused unread be received multiple times when first connect to client 2023-02-05 01:40:18 +03:00
Dastan-glitch
61f8b04422 bin/ircd2: cleanup comments and unused code 2023-02-04 19:47:07 +03:00
Dastan-glitch
26faec00cc bin/ircd2: ircd with event system 2023-02-04 19:07:00 +03:00
x
294d36bff8 remove spammy double drk logo in help 2023-02-03 16:19:00 +01:00
parazyd
192345659a Release v0.4.0 2023-02-01 23:04:02 +01:00
parazyd
95591a70c2 Various fixups. 2023-02-01 22:38:04 +01:00
parazyd
75bcaa1f0d drk: DAO voting and execution 2023-02-01 22:38:04 +01:00
aggstam
7044bd2049 drk: minor fix 2023-02-01 17:08:56 +02:00
parazyd
8c1d3fe524 Remove openssl dependency throughout the project. 2023-02-01 13:03:23 +01:00
parazyd
9afb9da4c9 dao: Update wallet schema to link tables together. 2023-01-31 15:59:28 +01:00
parazyd
6cd46d0adc bin: Delete ircd2 2023-01-31 14:08:27 +01:00
parazyd
b0bd9036a3 Remove obsolete dao bins. 2023-01-31 14:06:18 +01:00
parazyd
454eacf616 Update project dependencies. 2023-01-31 12:46:19 +01:00
parazyd
a56047ffc1 drk: Only Linux gets the fun. 2023-01-24 18:30:24 +01:00
parazyd
cd8cde536b drk: Write DAO Merkle trees to the wallet after scanning. 2023-01-24 18:00:07 +01:00
parazyd
b2dea1a2c6 drk: Properly add DAO coins to the wallet when scanning. 2023-01-24 17:22:03 +01:00
parazyd
333a73643b drk: Reset DAO parts of the wallet when initiating a chain rescan. 2023-01-24 17:22:03 +01:00
parazyd
54dbfa08e4 drk: Implement DAO balances, and ability to unconfirm a DAO for rescanning. 2023-01-24 17:22:03 +01:00
parazyd
d2891f1863 drk: Simplify balance fetching. 2023-01-24 17:09:33 +01:00
parazyd
83a069110c darkfid: Add Options to SQL methods. 2023-01-24 16:42:30 +01:00
aggstam
dc9c6c377f consensus: created single-node mode for local testing 2023-01-23 20:40:34 +02:00
Dastan-glitch
e6339b2627 bin/zktool: fix clap issue 2023-01-22 00:39:38 +03:00
x
1bcf620d01 (broken) zktool 2023-01-21 21:52:59 +01:00
aggstam
1645f3f27d blockchain: renamed stores 2023-01-18 19:26:16 +02:00
parazyd
fe11151ba9 rustdoc lints 2023-01-18 12:54:32 +01:00
aggstam
4dadf292ec fmt, fixed broken imports, general cleanup 2023-01-12 13:52:26 +02:00
mohab metwally
bc8d7886da clean unused imports, commented code 2023-01-12 02:45:47 +02:00
mohab metwally
65648e55cb [consensus] pid k2 bug in sign fixed; miscel changes 2023-01-12 02:41:53 +02:00
parazyd
00e5ae4721 drk: DAO Vote. 2023-01-12 01:05:22 +01:00
parazyd
73de64d138 drk: Proposal metadata listings. 2023-01-11 23:39:43 +01:00
parazyd
f4367dbf49 drk: Move Money scanning into wallet_money.rs 2023-01-11 23:26:25 +01:00
parazyd
0090d092e9 drk: Blockchain DAO proposal scans. 2023-01-11 23:08:00 +01:00
parazyd
6c0c7ffa1a drk: Refactor. 2023-01-11 22:38:07 +01:00
parazyd
a480d4d61f drk: Create DAO propose transaction. 2023-01-11 18:38:39 +01:00
parazyd
8be7625b18 drk: DAO Propose stub. 2023-01-11 17:49:03 +01:00
parazyd
fd79349982 contract/money: Client spend-hook support. 2023-01-11 17:14:46 +01:00
parazyd
ee93088dae drk: Write minted DAO updates to wallet when scanning blocks. 2023-01-10 19:31:49 +01:00
parazyd
17170e4f2e drk: Add API for fetching all DAOs from the wallet and prefer that. 2023-01-10 19:16:18 +01:00
parazyd
f83270f175 drk: DAO Mint 2023-01-10 17:44:47 +01:00
parazyd
faf649cff8 drk: Initial block scans for DAO 2023-01-10 16:32:26 +01:00
parazyd
f642524e81 drk: DAO list. 2023-01-10 15:08:58 +01:00
parazyd
48206a0eaa drk: DAO import. 2023-01-10 14:13:45 +01:00