Robert Zaremba

Results 248 comments of Robert Zaremba

It's in our develop release, will be part of the next v6.0 release.

we are working on this in the current sprint

Hub doesn't require rosetta any more?

The advantage of JSON is that it's easy to patch using jq or other tools (eg to change block time etc...). With good tooling we can do the same with...

That's right. "make PYTHON=some-python" works great - so you specify python bin through env setting. But this is inconsistent with make check task, as it set the python version defined...

Hello. I've dig this PR out. Is it possible to merge it?

Pipeline UI team, you should use `globalThis` instead of `global`.

If you use `globalThis` instead of `global` in your code then you have better compatibility. PS: Next.JS framework is for client side (it's for building a UI).

if it takes long only for big chains, then we can consider parameterizing it: * option for lazy migraiton * option for instant migration.