2
0
mirror of synced 2025-01-10 08:36:13 +00:00

538 Commits

Author SHA1 Message Date
benbierens
d2854bb905
Cleanup 2023-09-22 07:43:46 +02:00
benbierens
192079f9c8
Adds name to geth container 2023-09-21 14:48:41 +02:00
benbierens
e1a529175a
Merge branch 'plugin-refactor' 2023-09-21 14:42:57 +02:00
benbierens
385fab498d
updates ci command 2023-09-21 14:42:45 +02:00
benbierens
418daf1e3f
Updates the docs 2023-09-21 14:39:41 +02:00
benbierens
01b2ff2181
Merge branch 'master' into plugin-refactor
# Conflicts:
#	DistTestCore/CodexStarter.cs
#	DistTestCore/GethStarter.cs
#	ProjectPlugins/CodexPlugin/CodexContainerRecipe.cs
#	ProjectPlugins/CodexPlugin/CodexSetup.cs
#	ProjectPlugins/CodexPlugin/CodexStartupConfig.cs
2023-09-21 11:07:27 +02:00
Ben Bierens
002d3a6ade
Merge pull request #58 from codex-storage/feature/marketplace-validator-sim-failures
[feature] Enable marketplace simulation of proof failures
2023-09-21 11:00:27 +02:00
Ben Bierens
c569a795ce
Merge pull request #59 from codex-storage/fix/wait-until
Fix re-evaluation of condition in `Time.WaitUntil`
2023-09-21 10:59:01 +02:00
Ben Bierens
7c45f213d9
Merge pull request #60 from codex-storage/feature/wait-for-contract-finished
Add `WaitForStorageContractFinished` for marketplace tests
2023-09-21 10:58:41 +02:00
benbierens
e4716b5471
Adds IHasContainer to geth objects. 2023-09-21 10:56:48 +02:00
Ben Bierens
3e24bcaf50
Merge pull request #64 from codex-storage/decrease-codex-pods-resources-request
Decrease Codex Pods resources request
2023-09-21 10:53:49 +02:00
benbierens
2f81927bef
Merge branch 'master' into plugin-refactor 2023-09-21 10:49:39 +02:00
benbierens
dbf0ed714c
Restores continuous test runner. 2023-09-21 10:33:09 +02:00
benbierens
b5e0c9bfe0
Console output alignment is important. 2023-09-21 08:49:09 +02:00
Slava
fb1ee57373
Cosmetic changes (#66) 2023-09-20 20:08:11 +03:00
benbierens
5b2557b3f4
Set up loading of plugins. 2023-09-20 13:56:01 +02:00
benbierens
8cde69a483
Restores continuous test runner 2023-09-20 13:33:58 +02:00
benbierens
48da92c737
Removes codex net downloader 2023-09-20 12:56:02 +02:00
benbierens
3b6fdaa3bc
Restores CodexNetDeployer 2023-09-20 12:55:09 +02:00
benbierens
75369d68f7
Restores CodexNetDeployer 2023-09-20 12:02:32 +02:00
benbierens
bf4c8d8026
Restores project references. 2023-09-20 10:59:52 +02:00
benbierens
09670e00e9
Moves projects into folders 2023-09-20 10:51:47 +02:00
benbierens
df8ab6bcf5
Serialization gate requirement passed. 2023-09-20 10:13:29 +02:00
benbierens
5fa4e0ff9f
Sets serialization gate between each deploy and wrap to ensure application lifecycle invariance. 2023-09-20 09:16:57 +02:00
benbierens
cedaf84740
Wires up marketplace access 2023-09-20 08:45:55 +02:00
Slava
2e13954152
Pass a command during automated tests run (#65) 2023-09-19 17:53:15 +03:00
ThatBen
6cbf363bb1 restores balance asserts. 2023-09-19 16:22:07 +02:00
benbierens
4bc225f1d9
Cleanup 2023-09-19 13:58:45 +02:00
benbierens
6cf86af3b5
Successful testtoken mint and balance 2023-09-19 13:39:24 +02:00
benbierens
58b1c1e03c
Can send eth 2023-09-19 11:51:59 +02:00
benbierens
a20fc6864b
working out marketplace details 2023-09-19 10:28:02 +02:00
Slava
50a1281a92
Decrease Codex Pods resources request 2023-09-18 17:24:11 +03:00
Slava
c2a84c7f0e
Add basic documentation how to run Continuous Tests (#63) 2023-09-18 17:06:35 +03:00
ThatBen
825200b386 Allows container resources to be conditional in container recipes. 2023-09-18 15:45:21 +02:00
ThatBen
3d4370b154 deploys codex contract 2023-09-15 16:27:08 +02:00
ThatBen
4cc93eba73 Can start Geth 2023-09-15 15:52:02 +02:00
ThatBen
f2a8c123a5 Setting up geth plugin 2023-09-15 12:36:35 +02:00
ThatBen
f7c69d6f24 Nicer deployment names. 2023-09-15 12:25:10 +02:00
ThatBen
fb7488769d Clean up core accessibility 2023-09-14 15:40:15 +02:00
ThatBen
ae7ab3d84b Container simplify for metrics plugin 2023-09-14 15:30:09 +02:00
ThatBen
7ef3f615e1 Moves log downloading to core. 2023-09-14 15:26:46 +02:00
Eric
f2ad9e1198
Add WaitForStorageContractFinished for marketplace tests 2023-09-14 15:24:12 +10:00
Eric
0d9aa230da
Fix re-evaluation of condition in Time.WaitUntil
For example, seller.Marketplace.GetBalance() is captured once on call, and then is compared to a continually updated sellerWithFailures.Marketplace.GetBalance.

Update RetryAssert such that `var c = constraint.Resolve();` is executed inside of the `Time.WaitUntil` instead of outside, so it is continually reevaluated.
2023-09-14 15:22:46 +10:00
Eric
d412665f97
revert change to codex image 2023-09-14 15:19:06 +10:00
Eric
5dbaaaee0f
replace tab chars with spaces 2023-09-14 15:17:30 +10:00
Eric
fd012196f8
cleanup 2023-09-14 15:11:04 +10:00
Eric
52b907e52e
Add LogLevelWithTopics, Get simulate proof failures test running 2023-09-14 15:04:37 +10:00
Eric
f765933efa
update WithLogLevel to accept params string[] 2023-09-14 15:03:09 +10:00
Eric
5f9371e95e
Add validator and simulation of proof failures 2023-09-14 15:02:53 +10:00
benbierens
0b67dc56bb
wiring up metadata 2023-09-13 16:06:05 +02:00