ertosns
6ef6f107fb
[src/crypto] crypto spec keypair, note
2023-10-19 18:27:49 +03:00
ertosns
bb56cd7439
[doc/architecture/payment] payment spec
2023-10-19 18:27:49 +03:00
aggstam
372b8f2234
script/research/gg: Genesis Generator cli util added
2023-10-19 18:24:15 +03:00
aggstam
71b8d8d71c
darkfid2/utils: moved genesis_txs_total function to src/validator/utils
2023-10-19 17:16:58 +03:00
parazyd
19c0e7af4d
mmproxy/stratum: Add more debug messages
2023-10-19 14:31:54 +02:00
parazyd
86657028d5
mmproxy: Worker login, notifications, and keepalive.
2023-10-19 14:18:51 +02:00
x
1d22ee44a0
doc/book: update outdated peer discovery algo desc
2023-10-19 11:23:39 +02:00
parazyd
5e14347fe7
mmproxy: Stratum submit stub
2023-10-18 15:37:51 +02:00
parazyd
ccafcdece6
mmproxy: Remove stratum job.
...
This is a pool-side notification.
2023-10-18 15:37:27 +02:00
parazyd
a8397e9871
mmproxy: Stratum keepalived
2023-10-18 15:36:06 +02:00
parazyd
4c10ee8d67
mmproxy: Stratum login WIP
2023-10-18 10:45:23 +02:00
aggstam
5f053ac265
darkfid2: proper producer tx usage
2023-10-17 16:56:50 +03:00
aggstam
7e40dd3633
contract/money/client/pow_reward: decoupled signer and recipient keys
2023-10-17 12:40:09 +03:00
parazyd
ab10b5145c
mmproxy: Add stub RPC methods for Stratum and Monero.
2023-10-17 10:15:35 +02:00
ertosns
850d5b9466
[doc/architecture] replace <> with () for ordered set, doesn't render
2023-10-16 16:41:24 +03:00
ertosns
8808455004
[src/architecture/crypto] add spec to vrf, signature, commitment
2023-10-16 16:27:01 +03:00
ertosns
dd757db0a2
[doc/architecture/consensus] add burn/mint spec, update proposal.md
2023-10-16 16:27:01 +03:00
ertosns
b6596ffcf6
[research/bulletproof-mpc] conclude dark-renegade
2023-10-16 16:27:01 +03:00
parazyd
fbe42f3f66
mmproxy: Skeleton impl
2023-10-16 13:37:51 +02:00
x
891c57aab9
doc/book: append extra info on mitigation strategies for p2p
2023-10-16 13:03:41 +02:00
x
7bec3182da
doc/book: add section on network security
2023-10-16 13:00:06 +02:00
parazyd
2e4b8c8167
rpc: Remove forgotten debug prints
2023-10-16 11:14:21 +02:00
parazyd
6be651c408
rpc: Support JsonRequest params as maps.
...
Internally we convert them to an array of len 1.
2023-10-16 10:55:59 +02:00
parazyd
76f9360b19
research: Add viewing key impl
2023-10-16 08:45:54 +02:00
lunar-mining
c1c808ddea
dnet: match on send/recv properly
2023-10-15 13:32:36 +02:00
lunar-mining
65dc17e04e
dnet: cleanup and add TODOs
2023-10-14 21:51:35 +02:00
aggstam
1d2212ae10
validator/consensus: generate proper slots on fork creation/rebuilding
2023-10-14 15:14:03 +03:00
aggstam
4043e09330
validator/consensus: handle same ranking forks
2023-10-14 14:23:05 +03:00
aggstam
893ea4a52f
validator/pow: store block difficulty info in sled
2023-10-13 19:40:18 +03:00
aggstam
594946044e
validator/pow: TODOs cleanup
2023-10-13 16:48:13 +03:00
aggstam
8cff15a9b8
validator: handle proposals based on their version
2023-10-11 21:41:08 +03:00
lunar-mining
736532f4f6
dnet: handle events and send data to debug output
2023-10-11 12:34:33 +02:00
lunar-mining
02346fdfd4
dnet: move to /bin
2023-10-11 12:34:33 +02:00
Dastan-glitch
2ee6dfbfc3
bin/tau: fix adding/removing tags and assigns
2023-10-10 16:25:06 +03:00
Dastan-glitch
7d3ab10c4d
bin/taud: fix double options of rank and due
2023-10-10 16:25:06 +03:00
Dastan-glitch
06c22f2b80
bin/tau-python: sleep a bit for modifications to reflect before showing the modified task
2023-10-10 16:25:06 +03:00
x
2fa6186d5c
remove unused ChangeLog
2023-10-10 10:11:41 +02:00
aggstam
1cdad996d3
validator/consensus: cache fork rank for better performance
2023-10-06 18:29:12 +03:00
aggstam
0331a02f53
validator/consensus: use blocks previous previous VRF for ranking
2023-10-06 18:15:17 +03:00
aggstam
c847febc51
validator/consensus: fork/block ranking implemented
2023-10-06 17:38:44 +03:00
aggstam
15adf6f9cb
contract/money/pow_reward: vrf proof added
2023-10-05 18:36:25 +03:00
aggstam
d61cf39649
chore: naming cleanup
2023-10-05 16:21:04 +03:00
Dastan-glitch
856ab6cf0a
bin/tau-python: [WIP] show task title on creation
2023-10-05 06:00:33 +03:00
Dastan-glitch
facc1a2f3a
bin/tau-python: [WIP] fix task events
2023-10-05 05:58:21 +03:00
y
0e9a9d5bc5
[WIP] Modify parser to support array syntax
...
Add support for square brackets to the parser to prepare to support
arrays.
Add a test .zk file with intended syntax for arrays. This can be used as
input to the zkas binary to check for errors while developing this
feature.
2023-10-04 10:20:23 -04:00
y
aba4d3b0f7
zkas: add square brackets to lexer (for arrays)
2023-10-04 10:20:23 -04:00
ertosns
6d7623b396
[research/bulletproof-mpc] add references
2023-10-04 15:44:47 +03:00
ertosns
899148871d
[research/bulletproof-mpc] dark renegade
2023-10-04 15:37:22 +03:00
Dastan-glitch
b3307c35b3
bin/tau-python: [WIP] fix RPC methods naming
2023-10-04 05:38:48 +03:00
Dastan-glitch
5ad745f1fd
bin/tau-python: [WIP] replace id with refid
2023-10-04 05:38:22 +03:00