Arnaud
60861d6af8
chore: rename codex to logos storage ( #1359 )
2025-12-18 17:23:09 +00:00
Arnaud
bd36032251
feat: add c binding ( #1322 )
...
Co-authored-by: Eric <5089238+emizzle@users.noreply.github.com>
2025-11-13 07:34:09 +00:00
tianzedavid
f1b84dc6d1
chore: fix some typos ( #1110 )
...
Signed-off-by: tianzedavid <cuitianze@aliyun.com>
Co-authored-by: Dmitriy Ryajov <dryajov@gmail.com>
2025-03-13 22:46:44 +00:00
Adam Uhlíř
e5df8c50d3
style: nph formatting ( #1067 )
...
* style: nph setup
* chore: formates codex/ and tests/ folder with nph 0.6.1
2025-01-21 20:54:46 +00:00
Slava
b491906005
Remove moved docs ( #930 )
...
* Remove moved document
* Update main Readme and point links to the documentation site
2024-10-03 08:55:54 +00:00
Marcin Czenko
5ace105a66
Validator - support partitioning of the slot id space ( #890 )
...
* Adds validatorPartitionSize and validatorPartitionIndex config options
* adds partitioning options to the validation type
* adds partitioning logic to the validator
* ignores partitionIndex when partitionSize is either 0 or 1
* clips the partition index to <<partitionIndex mod partitionSize>>
* handles negative values for the validation partition index
* updates long description of the new validator cli options
* makes default partitionSize to be 0 for better backward compatibility
* Improving formatting on validator CLI
* reactors validation params into a separate type and simplifies validation of validation params
* removes suspected duplication
* fixes typo in validator CLI help
* updates README
* Applies review comments - using optionals and range types to handle validation params
* Adds initializer to the configFactory for validatorMaxSlots
* [Review] update validator CLI description and README
* [Review]: renaming validationParams to validationConfig (config)
* [Review]: move validationconfig.nim to a higher level (next to validation.nim)
* changes backing type of MaxSlots to be int and makes sure slots are validated without limit when maxSlots is set to 0
* adds more end-to-end test for the validator and the groups
* fixes typo in README and conf.nim
* makes `maxSlotsConstraintRespected` and `shouldValidateSlot` private + updates the tests
* fixes public address of the signer account in the marketplace tutorial
* applies review comments - removes two tests
2024-10-02 22:00:40 +00:00
Slava
dcfc249945
Move Building Codex guide to the main docs site ( #893 )
2024-09-29 14:38:57 +00:00
Giuliano Mega
97b538961c
Updates tutorial with entry on how to run Codex with its Markeplace ( #765 )
...
* update help info
* Marketplace guide WiP
* add API requests
* reword titles
* reword Guides section
* simplify geth startup instruction
* make instructions more clear
* clarify expiry trial-and-error
* minor rewording
* Update docs/Marketplace.md
Signed-off-by: Jaremy Creechley <creechley@gmail.com>
* Update docs/Marketplace.md
Signed-off-by: Jaremy Creechley <creechley@gmail.com>
* Update docs/Marketplace.md
Signed-off-by: Jaremy Creechley <creechley@gmail.com>
* Update docs/Marketplace.md
Signed-off-by: Jaremy Creechley <creechley@gmail.com>
* Feat/updated guide jc tweaks (#769 )
* more tweaks
* fix network json
* fix commands
* fix datetime
* fix purchase tolerance
* Apply suggestions from code review
Signed-off-by: Jaremy Creechley <creechley@gmail.com>
* Update docs/Marketplace.md
It's data not data1 and need the "@"
Signed-off-by: Jaremy Creechley <creechley@gmail.com>
* use debug/info by default for guide
* add slashing high level at footnote
* rephrase meaning of --data
---------
Signed-off-by: Jaremy Creechley <creechley@gmail.com>
Co-authored-by: Jaremy Creechley <creechley@gmail.com>
Co-authored-by: Dmitriy Ryajov <dryajov@gmail.com>
2024-05-22 16:43:33 +00:00
Slava
95a4484de0
fix: update codex help output ( #687 )
2024-01-29 19:31:29 +00:00
Slava
41cb658c1a
Update badges ( #533 )
...
* Update badges
Signed-off-by: Slava <20563034+veaceslavdoina@users.noreply.github.com>
* Add Docker build status badge
Signed-off-by: Slava <20563034+veaceslavdoina@users.noreply.github.com>
* Update CI and Docker badges links
Signed-off-by: Slava <20563034+veaceslavdoina@users.noreply.github.com>
---------
Signed-off-by: Slava <20563034+veaceslavdoina@users.noreply.github.com>
2023-08-27 07:22:09 +03:00
Adam Uhlíř
4f99d88c0a
feat: allow any case for logLevel ( #444 )
2023-06-16 18:20:49 +02:00
Slava
3e7ce137a4
Update links to codex-storage organization ( #420 )
2023-05-23 23:01:13 +03:00
Adam Uhlíř
c075890737
feat: storage host collects reward ( #416 )
...
Co-authored-by: markspanbroek <mark@spanbroek.net>
2023-05-15 09:02:57 +02:00
Adam Uhlíř
ff6cc01857
feat: adding config and env. variable support ( #379 )
...
Co-authored-by: Eric Mastro <github@egonat.me>
2023-05-02 15:06:34 +02:00
Adam Uhlíř
1c9c22ad63
docs: api documentation linked ( #382 )
2023-03-29 14:55:17 +02:00
Yaroslav Kukharuk
97989682f8
Update references to make exec ( #384 )
...
Signed-off-by: Yaroslav Kukharuk <i.kukharuk@gmail.com>
2023-03-27 18:08:13 -06:00
c-blake
7cdd4f79e3
Resuscitate https://github.com/status-im/nim-codex/pull/251 except for ( #358 )
...
A) renaming to --repo-kind which makes more sense in the current code
and B) without a working cacheStore (yet)
Tagging related https://github.com/status-im/nim-codex/issues/357
2023-03-14 16:32:15 -06:00
Dmitriy Ryajov
153d72c6c4
updating readme with latest changes ( #331 )
2023-02-15 13:40:21 -06:00
Ben Bierens
9f73c86477
Docs/update setup run and test steps ( #342 )
...
* Adds instructions how to integrate MSYS2 terminal into VSCode
* Adds instructions for the installation of the ethereum test node required for the integration tests.
* work-in-progress updating steps for two-client scenario.
* Moves two-client test to separate MD file
* Rename
* Process review comments
* Indent mistake
* Attempt to sign commit
2023-02-09 10:56:01 +01:00
Dmitriy Ryajov
88f1be388a
fix help, info, add description for loglevel ( #316 )
...
* fix `help`, `info`, add description for `loglevel`
* add abbreviations for discovery params
2022-11-15 13:16:02 -06:00
Dmitriy Ryajov
bb6e812923
Update curl upload command ( #240 )
2022-09-12 11:03:27 -06:00
Michael Bradley, Jr
4258734a81
[docs] add BUILDING.md and link from root README.md
...
and make a few other touch ups in BUILDING.md and README.md, e.g. updating the
CLI options section in README.md
closes #216
2022-08-24 17:14:22 -05:00
Dmitriy Ryajov
e48450d671
Updating download endpoint curl ( #212 )
2022-08-19 21:20:25 -06:00
Dmitriy Ryajov
0b786b383f
adding missing / to upload example
2022-07-28 12:03:26 -06:00
Dmitriy Ryajov
c0b385176d
first pass over the readme ( #116 )
...
* first pass over the readme
* wording&typos
* more wording
* add multiaddr link and wording fixes
* add `make update` to instructions
* fix upload command
* Update README.md
Co-authored-by: Eric Mastro <eric.mastro@gmail.com>
* Update README.md
Co-authored-by: Eric Mastro <eric.mastro@gmail.com>
* Update README.md
Co-authored-by: Eric Mastro <eric.mastro@gmail.com>
* Update README.md
Co-authored-by: Eric Mastro <eric.mastro@gmail.com>
* fix spacing
* adding review suggestion
* more review suggestions
* adding discord badge
* Update README.md
Co-authored-by: Michael Bradley <michaelsbradleyjr@gmail.com>
* Update README.md
Co-authored-by: Michael Bradley <michaelsbradleyjr@gmail.com>
* Update README.md
Co-authored-by: Michael Bradley <michaelsbradleyjr@gmail.com>
* Update README.md
Co-authored-by: Michael Bradley <michaelsbradleyjr@gmail.com>
* fix levels
Co-authored-by: Eric Mastro <eric.mastro@gmail.com>
Co-authored-by: Michael Bradley <michaelsbradleyjr@gmail.com>
2022-06-23 15:45:42 -06:00
Michael Bradley
c2d7fe3fd7
[ci] generate coverage data and upload to Codecov ( #93 )
2022-05-10 14:41:44 -06:00