Jesse Eisses
Jesse Eisses
Hi SilverDragon, You are right, but I think there is a flaw in the implementation of `do_transfer_from`. The transferFrom function should allow transfers from "owner" by an "originator" to any...
I'm having the same issue, and haven't been able to find a solution for this yet
Thanks @Jeffrieh. I really like the stateless refactor, formatting style, and new build system, excellent work. I also understand your point to remove the tests, we can build a new...
I've tested and reviewed this again, excellent work @Jeffrieh! Will merge this now
This feature can now be accomplished with ATPs. I actually think we can get rid of cycle budgets, proposal rewards, and recycle strategies and replace them with ATPs. We would...
I published a fix at https://github.com/effectai/effect-network/commit/e8d1f03ec367639e63c2eb043d9d08aa869a02eb
I've attempted to fix this here: https://github.com/effectai/effect-network/commit/f7c28c77480bd8d37f856ea1455d0985485e26e7 It has been deployed to jungle4. Could you check if it is resolved now?
> I think it's useful to be explicit about how this will speed up the frontend. Depends on the SDK / frontend implementation. As finding possible reservations was extremely slow,...
I was looking into `idb-keyval` and a concern I have is that it's coupled to IndexedDB (a browser API) and might lack support for other runtimes (like React Native, NodeJS)...