Jaremy Creechley
4aa45dadbd
refactor env
2024-05-02 15:47:12 +03:00
Jaremy Creechley
b118792cf4
refactor env
2024-05-02 15:45:25 +03:00
Jaremy Creechley
9b87b819f6
refactor env
2024-05-02 15:38:31 +03:00
Jaremy Creechley
5ee02108ae
cleanup
2024-05-02 01:10:20 +03:00
Jaremy Creechley
c7e0b48f71
cleanup
2024-05-02 01:09:50 +03:00
Jaremy Creechley
0b8e0bdd3a
cleanup
2024-05-02 01:09:44 +03:00
Jaremy Creechley
ccce162c74
cleanup
2024-05-02 01:07:36 +03:00
Jaremy Creechley
b3ca6187f2
cleanup
2024-05-02 00:35:05 +03:00
Jaremy Creechley
fd04b5b511
cleanup
2024-05-02 00:33:30 +03:00
Jaremy Creechley
1204c71c2b
cleanup
2024-05-02 00:31:15 +03:00
Jaremy Creechley
0c00c7c43e
cleanup
2024-05-02 00:22:36 +03:00
Jaremy Creechley
7ed2c0a531
cleanup
2024-05-02 00:21:45 +03:00
Jaremy Creechley
6352392d87
cleanup
2024-05-02 00:12:24 +03:00
Jaremy Creechley
b0a39912f5
restore benchmarks
2024-04-29 15:16:57 +03:00
Jaremy Creechley
5c2f602f4a
use larger ceremony file size
2024-04-29 14:00:49 +03:00
Jaremy Creechley
ae26d6a38f
use larger ceremony file size
2024-04-29 13:55:08 +03:00
Jaremy Creechley
2974d23237
use larger ceremony file size
2024-04-29 13:47:03 +03:00
Jaremy Creechley
b548a09131
fix running larger sizes
2024-04-29 12:53:34 +03:00
Jaremy Creechley
b43fd950bc
formatting
2024-04-25 17:25:27 +03:00
Jaremy Creechley
e527ebf7da
benchmarks
2024-04-24 17:43:35 +03:00
Jaremy Creechley
7ba56300d7
benchmarks
2024-04-24 17:40:55 +03:00
Jaremy Creechley
86de7718cc
benchmarks
2024-04-24 17:28:53 +03:00
Jaremy Creechley
234287d4b5
benchmarks
2024-04-24 16:53:13 +03:00
Jaremy Creechley
a2244ecca4
benchmarks
2024-04-24 16:50:54 +03:00
Jaremy Creechley
fd6fe2f469
benchmarks
2024-04-24 16:50:32 +03:00
Jaremy Creechley
047e8f6fb1
check failure
2024-04-24 15:28:06 +03:00
Jaremy Creechley
91d4713c57
cleanup
2024-04-24 15:24:35 +03:00
Jaremy Creechley
35a38dd9be
adding outputs
2024-04-24 15:20:46 +03:00
Jaremy Creechley
5300d4f39d
updates
2024-04-24 15:18:44 +03:00
Jaremy Creechley
91c695cb0e
integrate setup and proving
2024-04-24 15:17:26 +03:00
Jaremy Creechley
682d03b989
updates
2024-04-24 15:11:55 +03:00
Jaremy Creechley
4146690899
Sets up environment for running benchmarks
2024-04-24 15:05:44 +03:00
Jaremy Creechley
60c9927704
benchmarks
2024-04-24 13:09:34 +03:00
Jaremy Creechley
f7ed2acba5
benchmarks
2024-04-24 13:00:05 +03:00
Jaremy Creechley
e14f0657d7
figuring out basic shell commands
2024-04-23 21:23:36 +03:00
Jaremy Creechley
74a8a00a43
reorg
2024-04-23 20:26:16 +03:00
Jaremy Creechley
0273b78df8
initial setup
2024-04-23 20:21:39 +03:00
Giuliano Mega
53809129a5
Disable Discv5 bucket and routing table IP limits ( #764 )
...
* disable Discv5 bucket and routing table IP limits
* actually configure the discovery protocol
2024-04-02 12:31:52 +00:00
Jaremy Creechley
0a34c37c87
Add Node SPR endpoint ( #760 )
...
* Create a node api section, add spr and peerid endpoints, and update twoclient
* tweak docs
2024-04-02 11:13:49 +00:00
Ben Bierens
91bb972e6f
use integer instead of number ( #762 )
2024-03-29 18:18:41 +00:00
Eric
dca9f2ee76
Use circuit artifacts in codex circuit fixtures for tests ( #759 )
2024-03-29 17:15:21 +00:00
Ben Bierens
c97f973410
Adds two traces and bumps nim-ethers ( #761 )
2024-03-29 11:51:17 +00:00
Ben Bierens
8378ac4dac
Openapi mismatches ( #754 )
...
* Aligns response with openapi spec
* Fixes json serialization for local content response
* Review comments by Mark
* Fixes missed rename
* Removes array type for dataList
2024-03-26 15:12:15 +00:00
Ben Bierens
4038eed3c9
Copies openapi yaml into image ( #751 )
2024-03-25 15:23:30 +00:00
Tomasz Bekas
59d9439ae9
Scheduling erasure coding on another thread ( #716 )
...
* Scheduling erasure coding on another thread
* Code review fixes
* Fix for review comments
* Fix missing import
---------
Co-authored-by: Dmitriy Ryajov <dryajov@gmail.com>
2024-03-23 09:56:35 +00:00
Adam Uhlíř
de1714ed06
feat(api): availabilities patch endpoint ( #692 )
...
* feat(api): availabilities patch and reservations endpoints
* test: fixing tests and writing
* test: test reservations endpoint
* chore: feedback implementation
* chore: feedback implementation
* test: fix integration tests
2024-03-21 10:53:45 +00:00
Eric
43f0bf1c1c
refactor: add MarketError ( #670 )
...
* Add MarketError
Add MarketError and convert all EthersErrors (ProviderError, SignerError) to MarketError
* Include token contract call in conversion of ethers error
2024-03-21 00:30:04 +00:00
Eric
916e4834d0
Remove codex_use_hardhat compilation flag ( #741 )
...
This flag was originally used to change OnChainClock behavior when using hardhat as an ethereum chain source due to a very strange bug which would mark the timestamp of new blocks as one second off the timestamp they should have been.
The issue has since been worked around in another manner, and thus this flag is no longer needed.
2024-03-19 11:08:54 +00:00
Eric
f567f4ec15
refactor: use serde for json de/serialization instead of utils/json ( #704 )
...
* json > nim-serde bump
Should wait until serde is integrated into nim-ethers before making these changes as there will be less import exceptions required.
* bump nim-serde
* change func to proc due to chronicles side effects
* import serde into utils/json, use as proxy
import nim-serde into utils/json and use utils/json as a proxy for serde functions, including overloading `%` and `fromJson` for application types.
* update tests to use serde
* bump serde to latest
* remove testjson -- no longer needed
* bump serde in nimble
* updates to reconcile rebase with master
2024-03-19 03:25:13 +00:00
Giuliano Mega
b4de53f436
update path for libp2p ( #743 )
2024-03-18 22:41:22 +00:00