Marko Bakovic

Results 9 comments of Marko Bakovic

👋 Can you attach `exports` config from `tenderly.yaml`? I think London hard fork is not activated in your local, but it is for exported network. Take a look at https://github.com/Tenderly/tenderly-cli#advanced-usage-1,...

If you comment out / remove `london_block: 0` part of your chain_config, that will disable London hard fork for exported chain and it should fix your issue. Let me know...

Thanks for reporting this! We missed the case where walking the tree following the first parent might not be possible.

See discussion in https://github.com/palantir/gradle-git-version/issues/55 about first-parent

@andfoy I can't push to your fork to fix these tests, it should be quick, can you fix it?

Related -> https://github.com/fulcrum-so/ziggy-pydust/issues/29

Hit this recently, here is the workaround to use a debugger with the Flight server until it works OOTB ```python class MyFlightServer(flight.FlightServerBase): def get_flight_info(self, context: flight.ServerCallContext, descriptor: flight.FlightDescriptor) -> flight.FlightInfo:...

hii, can I help with this somehow? If I understand the state currently: reqsign is going through a refactor which makes it possible to configure a signer (based on https://github.com/Xuanwo/reqsign/pull/482)....