Commit Graph

3090 Commits

Author SHA1 Message Date
parazyd
256bfdee4c zk/gadget: Add test for 253-bit less_than gadget. 2023-07-14 17:54:12 +02:00
aggstam
7f9bed8e50 WIP: contract/consensus/client/proposal: verify coin value is less than slot target before creating proof 2023-07-14 14:01:20 +03:00
parazyd
865a75a0de net/tls: Avoid using deprecated method for client auth. 2023-07-13 19:22:33 +02:00
parazyd
feed040f70 contract/money: Return more useful metadata in TransferV1 debris. 2023-07-13 19:22:32 +02:00
parazyd
c359b02dd7 contract/dao: Rewrite integration test using the test harness. 2023-07-13 19:22:32 +02:00
parazyd
21d6978739 contract/test-harness: Implement functionality for the DAO contract. 2023-07-13 19:22:32 +02:00
aggstam
361e53af0c darkfid2/tests: use genesis stake and mint in genesis block 2023-07-12 22:03:29 +03:00
aggstam
dce1fb929d darkfid2: calculate genesis txs total and use that for genesis block validation 2023-07-12 20:23:31 +03:00
aggstam
5c5a6a2aca validator/verification: proper genesis block validation 2023-07-12 15:30:41 +03:00
parazyd
42b3cfd8c7 contract/dao: Fix tests 2023-07-12 12:30:12 +02:00
parazyd
bcd98952a7 contract/money: Implement support for dummy inputs. 2023-07-12 11:39:28 +02:00
parazyd
9ec42c941a walletdb: WIP abstraction 2023-07-11 14:41:06 +02:00
parazyd
3f7031eca2 wallet: Reintroduce sqlcipher. 2023-07-11 13:24:15 +02:00
parazyd
eae28e888d serial: Port to syn2, and enforce enums to be max u8 for FFI compat. 2023-07-10 15:18:38 +02:00
parazyd
835935eaac serial/derive-internal: Port to syn 2 2023-07-10 14:26:10 +02:00
parazyd
88681f9c54 net/hosts: Add a couple of useful debug messages in filter_addresses() 2023-07-10 11:51:24 +02:00
parazyd
b76d2e57b5 net/message: Always flush on send_packet() 2023-07-10 11:11:48 +02:00
parazyd
c1100588d3 net: Minor behaviour improvements 2023-07-08 23:41:55 +02:00
parazyd
968550a680 util: Clippy lints 2023-07-08 21:19:27 +02:00
parazyd
1f47600402 net: Clippy lints 2023-07-08 21:19:19 +02:00
parazyd
33408bb3a4 net/connector: Do transport mixing inside connect() 2023-07-08 21:17:00 +02:00
parazyd
98ef7c834e chore: Update project dependencies. 2023-07-08 20:17:47 +02:00
aggstam
77067ac615 util/cli: fmt 2023-07-08 19:05:33 +03:00
aggstam
5d63d86083 chore: cleanup 2023-07-08 19:04:47 +03:00
parazyd
363a6cd998 vanityaddr: Remove indicatif dependency. 2023-07-08 18:01:23 +02:00
parazyd
ba25b08458 net: Add a function to map DnetInfo into a JSON map. 2023-07-08 16:21:49 +02:00
parazyd
f73c9c8f61 net: dnet cleanups and improvements. 2023-07-08 16:21:49 +02:00
parazyd
021235b534 util/ringbuffer: Use const generic for size. 2023-07-08 16:21:49 +02:00
aggstam
c7b7c2dd11 contract/test-harness/vks: updated VKS_HASH 2023-07-08 15:28:29 +03:00
parazyd
281aa87faf zk/vm: Implement zero_cond opcode. 2023-07-08 11:07:07 +02:00
parazyd
f001cb05d1 zk/gadget: Implement f(a,b) = if a==0 {a} else {b} as zero_cond chip. 2023-07-07 21:49:49 +02:00
parazyd
a32b718d0d zk/gadget: Remove unused code from cond_select. 2023-07-07 21:49:49 +02:00
aggstam
17415a3d21 validator: use new pid 2023-07-07 21:05:46 +03:00
aggstam
9712efdfb1 validator/consensus/pid: sigmas caclulation foundation 2023-07-07 16:43:48 +03:00
aggstam
b21e787319 error: restore missing error 2023-07-05 16:54:00 +03:00
parazyd
a654341ea4 Remove some unnecessary dependencies. 2023-07-04 23:52:30 +02:00
x
85d837a1e7 add ping-pong timeout when remote host doesn't reply back in time. 2023-07-04 21:17:57 +02:00
aggstam
9758c6c01f repo: fixed tests 2023-07-04 17:23:20 +03:00
aggstam
a63a808992 util/cli/async_daemonize: use log_file to explicitly write to, impl signal handler using async signal hooks 2023-07-04 13:17:40 +03:00
parazyd
8b1042ce17 net/protocol/ping: Correct pong debug message. 2023-07-03 22:53:21 +02:00
parazyd
113c45b41e net/hosts: Fix scheme parsing. 2023-07-03 21:21:51 +02:00
parazyd
6c740085f5 net/settings: Default transport_mixing to false. 2023-07-03 20:57:39 +02:00
parazyd
17471d7aaa net/hosts: Remove redundant scheme handling. 2023-07-03 18:10:03 +02:00
parazyd
3546af6c79 lilith: Support versioning of spawned networks. 2023-07-03 17:35:33 +02:00
aggstam
0d00179abd darkfid2: further extend tests foundation | repo: fmt 2023-07-03 16:50:44 +03:00
aggstam
a3d04e0b46 bin/darkfid2: set foundation for implementing new darkfid 2023-07-03 14:35:56 +03:00
aggstam
bca71304f9 validator: full block validation added 2023-07-01 18:54:33 +03:00
parazyd
22c405dabd net/hosts: Filter self address only if not doing localnet. 2023-06-30 19:05:57 +02:00
aggstam
b122e4e19e blockchain: minor pointers cleanup
We don't want to introduce &BlockchainOverlayPtr in runtime, because we will end up with lifetime hells, and copying is cheap
2023-06-30 15:06:54 +03:00
aggstam
6fa4049a1b Make Repo Great Again 2023-06-29 17:29:23 +03:00