Skip to content

Conversation

@nick1udwig
Copy link
Member

@nick1udwig nick1udwig commented Oct 28, 2025

  • test minting
  • test minting after toggling upgradable toggle on mintcustom
  • fix simulation-mode (done in 9c96507)

0x70b1a5 and others added 30 commits August 14, 2025 16:53
Conflicts:
      Cargo.lock
      hyperdrive/packages/app-store/ui/src/pages/PublishPage.tsx
…-endpoints

notifications: remove old endpoints
nick1udwig and others added 25 commits October 16, 2025 15:53
added support for building core packages in parallel with ryon
…-order

eth: dont change provider order on sub
…resh-and-links

app-store: fix public refresh and links
terminal: add new "event loop (no logging)" verbosity level
Conflicts:
      hyperdrive/src/register-ui/src/abis/helpers.ts
      hyperdrive/src/register-ui/src/pages/CommitDotOsName.tsx
      hyperdrive/src/register-ui/src/pages/MintCustom.tsx
      hyperdrive/src/register-ui/src/pages/MintDotOsName.tsx
      hyperdrive/src/register-ui/src/pages/ResetName.tsx
…ialize-first

change multicall to initialize first
@nick1udwig
Copy link
Member Author

nick1udwig commented Oct 29, 2025

error[E0425]: cannot find value `base_l2_access_source_vector` in this scope
   --> hyperdrive/src/main.rs:322:9
    |
322 |     if !base_l2_access_source_vector.is_empty() {
    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find value `base_l2_access_source_vector` in this scope
   --> hyperdrive/src/main.rs:325:13
    |
325 |             base_l2_access_source_vector.into_iter().rev().enumerate()
    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find value `cache_source_vector` in this scope
   --> hyperdrive/src/main.rs:489:52
    |
489 |     let cache_json = serde_json::to_string_pretty(&cache_source_vector)
    |                                                    ^^^^^^^^^^^^^^^^^^^ not found in this scope

warning: unused import: `oneshot`
  --> hyperdrive/src/main.rs:16:25
   |
16 | use tokio::sync::{mpsc, oneshot};
   |                         ^^^^^^^
   |
   = note: `#[warn(unused_imports)]` on by default

error[E0063]: missing fields `custom_base_l2_access_providers` and `custom_cache_sources` in initializer of `LoginInfo`
   --> hyperdrive/src/http/server.rs:350:16
    |
350 |     let info = LoginInfo {
    |                ^^^^^^^^^ missing `custom_base_l2_access_providers` and `custom_cache_sources`

error[E0277]: the size for values of type `str` cannot be known at compilation time
   --> hyperdrive/src/main.rs:324:30
    |
324 |         for (_reverse_index, provider_str) in
    |                              ^^^^^^^^^^^^ doesn't have a size known at compile-time
    |
    = help: the trait `Sized` is not implemented for `str`
    = note: all local variables must have a statically known size
    = help: unsized locals are gated as an unstable feature

error[E0277]: the size for values of type `str` cannot be known at compilation time
   --> hyperdrive/src/main.rs:324:9
    |
324 | /         for (_reverse_index, provider_str) in
325 | |             base_l2_access_source_vector.into_iter().rev().enumerate()
...   |
369 | |         }
    | |_________^ doesn't have a size known at compile-time
    |
    = help: within `(_, str)`, the trait `Sized` is not implemented for `str`
    = note: required because it appears within the type `(_, str)`
note: required by a bound in `std::prelude::v1::None`
   --> /rustc/4eb161250e340c8f48f66e2b929ef4a5bed7c181/library/core/src/option.rs:576:5

error[E0277]: the size for values of type `str` cannot be known at compilation time
   --> hyperdrive/src/main.rs:325:13
    |
325 |             base_l2_access_source_vector.into_iter().rev().enumerate()
    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time
    |
    = help: within `(_, str)`, the trait `Sized` is not implemented for `str`
    = note: required because it appears within the type `(_, str)`
note: required by an implicit `Sized` bound in `std::option::Option`
   --> /rustc/4eb161250e340c8f48f66e2b929ef4a5bed7c181/library/core/src/option.rs:572:1

Some errors have detailed explanations: E0063, E0277, E0425.
For more information about an error, try `rustc --explain E0063`.
warning: `hyperdrive` (bin "hyperdrive") generated 1 warning
error: could not compile `hyperdrive` (bin "hyperdrive") due to 7 previous errors; 1 warning emitted
Traceback (most recent call last):
  File "/home/nick/git/hyperdrive/./scripts/build-release.py", line 94, in <module>
    main()
  File "/home/nick/git/hyperdrive/./scripts/build-release.py", line 88, in main
    build_and_move(feature, tmp_dir, architecture, os_name)
  File "/home/nick/git/hyperdrive/./scripts/build-release.py", line 41, in build_and_move
    subprocess.run(
  File "/usr/lib/python3.10/subprocess.py", line 526, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['cargo', 'build', '--release', '-p', 'hyperdrive', '--features', 'simulation-mode']' returned non-zero exit status 101.

some new vars only exist in !simulation-mode

EDIT: done in 9c96507

@nick1udwig nick1udwig marked this pull request as ready for review November 5, 2025 00:19
@nick1udwig nick1udwig merged commit 021a716 into main Nov 5, 2025
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants