Adam Uhlíř
f459a2c6f6
refactor: merging proving module into sales ( #469 )
...
Co-authored-by: Eric <5089238+emizzle@users.noreply.github.com>
2023-08-21 12:26:43 +02:00
Tomasz Bekas
113f7cccc1
Fix a typo in docs/TWOCLIENTTEST.md ( #470 )
2023-07-19 17:35:16 +02:00
Adam Uhlíř
3198db414d
fix: approving tokens transfer when creating request ( #385 )
2023-03-30 11:34:38 +02:00
markspanbroek
4ffe7b8e06
Generate proofs when required ( #383 )
...
* [maintenance] speedup integration test
* [rest api] add proofProbability parameter to storage requests
* [integration] negotiation test ends when contract starts
* [integration] reusable 2 node setup for tests
* [integration] introduce CodexClient for tests
* [node] submit storage proofs when required
* [contracts] Add Slot type
* [proving] replace onProofRequired & submitProof with onProve
Removes duplication between Sales.onProve() and
Proving.onProofRequired()
2023-03-27 15:47:25 +02:00
Adam Uhlíř
5ae545bc3c
docs: openapi specification ( #355 )
...
Co-authored-by: Eric Mastro <github@egonat.me>
2023-03-15 14:10:53 +01: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