Matthew Slipper
Matthew Slipper
Converting to draft - let me know once sync completes and we can move to review again.
@protolambda it's OK to leave in the next PR if it's fixed in that part of the stack. We'll merge these in quick succession.
Same fuzzing issue?
@tynes is this ready for review? Saw a `wip` commit. Happy to review if it is.
Seeing this in the devnet + yarn monorepo tests: ``` tasks/rollup-config.ts(47,11): error TS2741: Property 'fee_recipient_address' is missing in type '{ genesis: { l1: { hash: string; number: number; }; l2:...
The devnet issues are unrelated - they work in CI when I activated SSH. I'm going to merge this in so that this doesn't cause conflicts. I'll look into the...
Hi @jmferland, There isn't currently a `CompletableFuture` implementation in the roadmap. That said, I'd welcome a patch that allows JsonRpc methods to return futures in general. I do see a...
Hi @vihang16, I'm not sure I understand what you mean by 'invoke class specific method'. Generally, the JSON-RPC works by mapping a class to some remote 'service' object that exposes...
Fixed by clearing the cache.. Working on a root cause separately.
Is this still necessary? I think we've since fixed the SDK, so we don't need to use SafeCall instead anymore.