Coal
Coal
@clovisnicolas Hi Clovis, I'm having this bug too on iOS, can you please merge this?
@mpwsh Sorry I forgot to tag you here :p
Just stumbled upon this today and this might happen whenever someone has to pay for royalties and the account is left on zero or less at the end of the...
@acheroncrypto can you throw a quick review on this?
Will add tests, I'm a bit unfamiliar with running all the anchor toolchain but I'll attempt to trigger an exploit with a test later
Umi bundle isn't the issue, the issue is on umi itself and that it tries to expose node-fetch even on browser. Idk if this happens on nextjs because of module...
Same here with react + vite.
I managed to solve all my issues with this config: ```ts import react from '@vitejs/plugin-react-swc'; import { defineConfig } from 'vite'; import { nodePolyfills } from 'vite-plugin-node-polyfills'; import topLevelAwait from...
Still, it doesn't seem normal that you have to polyfill node streams on the browser.