Commit Graph

5524 Commits

Author SHA1 Message Date
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
x
1f69a7a2d6 doc book: table of contents for testnet guide 2023-02-17 12:45:08 +01:00
x
9bac5037fb correct small typo 2023-02-17 12:36:29 +01:00
x
0b0158eae7 reorg book structure a lil 2023-02-17 12:35:46 +01:00
x
29cb529e98 doc contributing: add thing about ircd 2023-02-16 09:44:57 +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
parazyd
10df72e7c3 book: Add some recommended texts and books 2023-02-15 14:28:05 +01:00
parazyd
280bbd05b7 book: Fix footnotes in bridge.md 2023-02-15 14:00:51 +01:00
parazyd
853acdcf2c book: Format smart_contracts.md 2023-02-15 13:49:10 +01:00
parazyd
d904070335 book: Bridge draft 2023-02-15 13:43:25 +01:00
parazyd
92664bc1fa book: Placeholders for bridge and nft spec 2023-02-15 13:20:11 +01:00
aggstam
42d5b469a7 consensus: ignore future blocks/slots during sync 2023-02-14 13:24:20 +02:00
x
ec8426af88 doc: rename 'maintenance' to contributing 2023-02-14 10:55:21 +01:00
aggstam
798db8ae09 consensus: updated testnet timestamp 2023-02-13 18:38:31 +02:00
x
4bf185deaa py bind 2023-02-13 16:30:12 +01:00
x
0a9f0becc8 doc-book recommend reading: add 2 items 2023-02-13 10:29:43 +01:00
aggstam
5ce8c2cf89 script/research/nodes-tool: renamed to blockchain-explorer, args added, optimized export 2023-02-11 18:18:43 +02:00
aggstam
4f3105d71d blockchain/tx_store: use empty slice as value in erroneous_txs sled 2023-02-10 21:49:05 +02: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
bfc81aa946 dao contract: remove serial from proposals in sql 2023-02-10 12:25:26 +01:00
x
2beeed4395 revert wallet.db back to old revision 2023-02-10 12:24:30 +01: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
9ced92462f dao-test: remove serial from proposals, and fix exec to use user serial/coin_blind 2023-02-10 11:52:51 +01:00
aggstam
850a1a994e contrib/localnet/darkfid-single-node/tmux_sessions.sh: disable net target logging 2023-02-09 15:38:01 +02:00
x
02f6ede3bc Merge branch 'dao-fix' 2023-02-09 12:32:57 +01:00
aggstam
816f0adb5c consensus/state.rs: fixed calc_sigmas_test 2023-02-08 23:38:39 +02: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
aggstam
a9fe80715b consensus: fixed consensys state sync 2023-02-07 23:59:28 +02:00
aggstam
90f3a0fea7 consensus/task/consensus_sync: removed redundant check 2023-02-07 19:47:50 +02:00
parazyd
ddec8b5c95 research: TFHE demo. 2023-02-07 11:17:32 +01:00
aggstam
a9c7019e1a contract/dao/entrypoint.rs: fixed deserialization of deployed contract
NOTE: in future, when more trees are added the deserialization should be updated
2023-02-07 02:47:09 +02:00
aggstam
92e2457f2c consensus: fixed initial sync
Since protocol to receive finalized slots/blocks was already attached, when a node was syncing if a finalization occured, the block was stored and the node was thinking that it was synced.
2023-02-06 18:47:37 +02:00
Dastan-glitch
6486cff4c7 add ircd2 to gitignore 2023-02-05 01:45:04 +03: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
3e3f99cc13 doc book: move anon pay below 2023-02-04 15:32:20 +01:00
x
715ac5a078 testnet guide: add note for dao::vote 2023-02-03 17:19:04 +01:00
x
20ec071901 dao help text 2023-02-03 17:03:10 +01:00
x
a79922846f testnet guide: more minor changes 2023-02-03 17:00:53 +01:00