Vladislav
Vladislav
I'm getting strange errors when compiling on macOS: ``` /Users/vmark/dev/Bonzomatic/external/glfw/src/cocoa_init.m:77:5: error: use of undeclared identifier 'NSString'; did you mean 'cString'? NSString* appName = nil; ^~~~~~~~ cString ``` Not sure what...
According to [this](https://github.com/open-web3-stack/open-runtime-module-library/blob/master/tokens/src/lib.rs#L365) line, the `providers` count gets decremented if the account balance gets to zero. I haven't found similar logic in `frame_balances`, so the question is: why is it...
For convenience, the problem is described here: https://stackoverflow.com/questions/52777629/how-to-establish-connection-to-google-firebase-xmpp-server Firebase support said: "Looking at the logs, it seems that this is more of a library or setup issue rather than FCM...
### Component Anvil ### Have you ensured that all of these are up to date? - [X] Foundry - [X] Foundryup ### What version of Foundry are you on? forge...
Allows to check the current status of the packet
**This PR should ONLY be merged just before and when we're fully ready for the runtime upgrade, because otherwise the bridge may be broken** The GRANDPA light-client logic and storage...