diff --git a/deliveries/strawberry/strawberry-1.md b/deliveries/strawberry/strawberry-1.md index 640dcd0..35e91bb 100644 --- a/deliveries/strawberry/strawberry-1.md +++ b/deliveries/strawberry/strawberry-1.md @@ -20,9 +20,9 @@ We declare that: - [x] we submitted **a clear Git history and public, credibly timestamped commits**. - [x] we used third party libraries for: - Bandersnatch, Rust FFI of [github.com/davxy/ark-ec-vrfs](https://github.com/davxy/ark-ec-vrfs) - - Ed25519 [golang.org/x/crypto](golang.org/x/crypto) - - In memory db [github.com/cockroachdb/pebble](github.com/cockroachdb/pebble) - - FFI [github.com/ebitengine/purego](github.com/ebitengine/purego) + - Ed25519 [golang.org/x/crypto](https://pkg.go.dev/golang.org/x/crypto) + - In memory db [github.com/cockroachdb/pebble](https://github.com/cockroachdb/pebble) + - FFI [github.com/ebitengine/purego](https://github.com/ebitengine/purego) - [ ] we provided **Gas, trie/DB, signature-verification, and availability (EC/DB) performance tests** to be run on standard hardware. - Not relevant in this milestone - [x] we viewed the following **JAM implementation code** before | during our implementation: @@ -61,4 +61,4 @@ This is Strawberry 🍓. Our Jam client implementation in Go. We filled out the ## Additional Information -This milestone submission applies to graypaper v0.4.5 . Note that at the time of submission not all test vectors are published yet. We pass current test vectors but new ones might be added in the future. Graypaper is still changing and these changes might break *current* version. New sections might be added that don't exist right now. We are always updating and keeping up with the latest graypaper in the main branch but note that current submission is for the latest v0.4.5. \ No newline at end of file +This milestone submission applies to graypaper v0.4.5 . Note that at the time of submission not all test vectors are published yet. We pass current test vectors but new ones might be added in the future. Graypaper is still changing and these changes might break *current* version. New sections might be added that don't exist right now. We are always updating and keeping up with the latest graypaper in the main branch but note that current submission is for the latest v0.4.5.