nim-codex/codex
Arnaud b9222d0415
Merge branch 'master' into chore/update-nim-version
# Conflicts:
#	codex/contracts/clock.nim
#	codex/contracts/market.nim
#	codex/utils/asyncstatemachine.nim
#	tests/integration/nodeprocess.nim
#	tests/integration/testecbug.nim
#	tests/integration/testmarketplace.nim
#	tests/integration/testproofs.nim
2024-12-30 18:33:31 +01:00
..
blockexchange refactor(trackedfutures): remove return of future from tracked futures api (#1046) 2024-12-18 07:39:03 +00:00
contracts Fix method signatures 2024-12-18 16:45:25 +01:00
erasure Revert erasure coding attempt to fix bug 2024-12-18 16:47:21 +01:00
manifest feat: add metadata to the manifest (#960) 2024-10-25 13:43:19 +00:00
merkletree Fix camelcase function names 2024-12-18 16:49:48 +01:00
purchasing feat: partial rewards and withdraws (#880) 2024-10-10 11:53:33 +00:00
rest Use alreadySeen because need is not a bool anymore 2024-12-18 16:50:26 +01:00
sales Merge branch 'master' into chore/update-nim-version 2024-12-30 18:33:31 +01:00
slots Add gcsafe pragma 2024-12-26 07:14:28 +01:00
stores Merge branch 'master' into chore/update-nim-version 2024-12-30 18:33:31 +01:00
streams Copy LPStreamReadError code from libp2p which was removed 2024-12-26 07:18:34 +01:00
utils Merge branch 'master' into chore/update-nim-version 2024-12-30 18:33:31 +01:00
blockexchange.nim Change every dagger to codex (#102) 2022-05-19 13:56:03 -06:00
blocktype.nim Chronos v4 Update (v3 Compat Mode) (#814) 2024-07-18 21:04:33 +00:00
chunker.nim Handles LPStreamError in chunker (#947) 2024-10-10 11:22:36 +00:00
clock.nim Add gcsafe pragma 2024-12-18 16:37:12 +01:00
codex.nim Restore maintenance parameter deleted by mistake when removing esasure coding fix attempt code 2024-12-26 07:15:18 +01:00
codextypes.nim wire in circom backend (#698) 2024-02-09 21:40:30 +00:00
conf.nim Merge branch 'master' into chore/update-nim-version 2024-12-30 18:33:31 +01:00
contracts.nim Validator historical state restoration (#922) 2024-12-14 05:07:55 +00:00
discovery.nim Replace ValidIpAddress by IpAddress 2024-12-18 17:17:49 +01:00
erasure.nim Improving proc/func formatting consistency (#454) 2023-06-22 08:11:18 -07:00
errors.nim Duplicate code from libp2p because it is not exported anymore 2024-12-18 16:48:56 +01:00
indexingstrategy.nim Fix verifiable manifest initialization (#839) 2024-06-21 22:50:56 +00:00
logutils.nim Send pluralized wantBlock messages (#1016) 2024-12-04 13:33:48 +00:00
manifest.nim Update multicodecs (#665) 2023-12-22 13:04:01 +01:00
market.nim Validator historical state restoration (#922) 2024-12-14 05:07:55 +00:00
merkletree.nim Build slots (#668) 2024-01-11 08:45:23 -08:00
namespaces.nim Blockexchange uses merkle root and index to fetch blocks (#566) 2023-11-14 13:02:17 +01:00
node.nim Merge branch 'master' into chore/update-nim-version 2024-12-30 18:33:31 +01:00
periods.nim Validator (#387) 2023-04-19 15:06:00 +02:00
purchasing.nim feat: expiry specified with number of seconds (#793) 2024-05-06 17:35:46 +02:00
rng.nim track latest nim-libp2p's master branch (#248) 2022-11-02 11:40:28 -06:00
sales.nim refactor(trackedfutures): remove return of future from tracked futures api (#1046) 2024-12-18 07:39:03 +00:00
slots.nim wire in circom backend (#698) 2024-02-09 21:40:30 +00:00
stores.nim Rework merkle tree (#654) 2023-12-21 06:41:43 +00:00
streams.nim adding AsyncStreamWrapper (#110) 2022-06-14 09:19:35 -06:00
systemclock.nim Revert "remove call to `waitFor` from clock.now and make it async (#691)" (#707) 2024-02-16 22:12:16 +00:00
units.nim Block deletion with ref count & repostore refactor (#631) 2024-06-20 22:46:06 +00:00
utils.nim Fixes active cancellation for pending want requests (#714) 2024-02-22 14:54:45 +00:00
validation.nim fix(validation): asyncSpawns run (#1039) 2024-12-16 06:55:19 +00:00
validationconfig.nim Validator - support partitioning of the slot id space (#890) 2024-10-02 22:00:40 +00:00