parazyd
|
97de8cc2b6
|
drk: Implement token mint authority import.
|
2023-02-25 14:20:30 +01:00 |
|
parazyd
|
23b3f9f59a
|
drk: New Swap API
|
2023-02-25 14:20:30 +01:00 |
|
aggstam
|
33dc5a8959
|
faucetd: updated to only airdrop native token
|
2023-02-25 14:20:30 +01:00 |
|
parazyd
|
a9a9146b7c
|
drk: Update transfer API
|
2023-02-25 14:20:30 +01:00 |
|
Dastan-glitch
|
fcab6f6c2b
|
bin/genev: add missing license header
|
2023-02-23 16:41:46 +03:00 |
|
Dastan-glitch
|
2dbbf119d7
|
bin/genev: actually run cli commands in the script
|
2023-02-23 03:32:52 +03:00 |
|
Dastan-glitch
|
5f89f4f0bb
|
bin/genev: added tmux sessions script
|
2023-02-23 03:23:00 +03:00 |
|
Dastan-glitch
|
5a4ca9bcdc
|
bin/ircd2: refactor locking a mutex
|
2023-02-23 03:17:46 +03:00 |
|
Dastan-glitch
|
b5acec7e82
|
bin/genev: testing some generic event utilization of event_graph
|
2023-02-23 03:16:13 +03:00 |
|
Dastan-glitch
|
3e032170f0
|
set prefered/default transports for outbound to tls
|
2023-02-21 04:41:39 +03:00 |
|
Dastan-glitch
|
723e774af8
|
event_graph abstraction, making the event action generic
|
2023-02-21 04:31:18 +03:00 |
|
aggstam
|
6f0bcf99a5
|
drk: base58 encoding for spend_hook and user_data in wallet --coins
|
2023-02-20 14:09:12 +02:00 |
|
aggstam
|
c34ef03178
|
drk: show spend_hook and user_data on wallet --coins
|
2023-02-20 14:02:01 +02:00 |
|
Dastan-glitch
|
e972d3cfb4
|
bin/drk: shell tab completions added
|
2023-02-19 05:55:45 +03:00 |
|
Dastan-glitch
|
cd5dfbed0e
|
[WIP] event_graph added to src/ and ircd2 utilize it from there
|
2023-02-19 05:24:52 +03:00 |
|
aggstam
|
4292006959
|
drk: use aliases for actions
|
2023-02-18 21:28:26 +02:00 |
|
aggstam
|
cd8c619503
|
drk: restrict aliases to 5 characters
|
2023-02-18 21:01:43 +02:00 |
|
parazyd
|
42109793b3
|
darkfid: Fix seed URI typo in the config file
|
2023-02-18 17:51:23 +01:00 |
|
aggstam
|
e052633c94
|
drk: display aliases in all tables
|
2023-02-18 18:26:09 +02:00 |
|
x
|
f76f33ad72
|
drk/darkfid make json-rpc get-tx protocol safe.
|
2023-02-18 17:17:00 +01:00 |
|
aggstam
|
9aa8374c10
|
drk: token aliases impl added
wallet.db must be reinitialized with ./drk wallet --initialize to create the new tables
|
2023-02-18 17:48:57 +02:00 |
|
x
|
defece9c00
|
drk get-tx: assert tx hash matches
|
2023-02-18 15:34:13 +01:00 |
|
x
|
89736f3f86
|
add command to simulate tx and show erroneous state for fetch-tx
|
2023-02-18 15:23:54 +01:00 |
|
x
|
5751c08cd8
|
add subcommand to simulate/validate txs
|
2023-02-18 13:04:09 +01:00 |
|
x
|
c35365619d
|
add drk subcommand to fetch blockchain txs by hash
|
2023-02-18 12:21:29 +01:00 |
|
parazyd
|
ef86063e59
|
faucetd: Remove ctrlc and introduce signal-hook.
|
2023-02-17 12:54:13 +01:00 |
|
Dastan-glitch
|
bf26da1709
|
bin/ircd2: return orphan to orphans pool if not re-linked
|
2023-02-16 05:04:19 +03:00 |
|
Dastan-glitch
|
aae1ec434b
|
bin/ircd2: remove [skip_serialize] caused read_confirms to reset to zero
|
2023-02-16 04:05:05 +03:00 |
|
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 |
|