Michael Yankelev
Michael Yankelev
@LuaxY commented on [Tue Jun 21 2022](https://github.com/ChainSafe/game-pm/issues/374) - [x] Convert wei to ether - [ ] Convert ether to wei - [x] BigNumber conversion - [ ] Byte manipulation -...
@LuaxY commented on [Mon Jun 20 2022](https://github.com/ChainSafe/game-pm/issues/371) Improve EVM client in the SDK to perform the following actions: - [x] Signer Base - [ ] Web3Signer (MetaMask/WalletConnect?) - [x] Sign...
@alexvotofuture commented on [Mon May 23 2022](https://github.com/ChainSafe/game-pm/issues/345) Move all Graph queries to the SDK --- @FSM1 commented on [Mon Jun 27 2022](https://github.com/ChainSafe/game-pm/issues/345#issuecomment-1167340589) @alexvotofuture @KBryan Is this not a duplicate of...
@alexvotofuture commented on [Tue Jun 28 2022](https://github.com/ChainSafe/game-pm/issues/377) Pending testing of the individual prefabs, determine if there is demand for a full ingame marketplace UI prefab Kwame is building individual marketplace...
@LuaxY commented on [Mon Jun 20 2022](https://github.com/ChainSafe/game-pm/issues/372) Improve EVM client in the SDK to perform the following actions: - [ ] Query contract data (using provided ABI) - [ ]...
Any API methods that are currently logged to Datadog from the `game-api` should be implemented in the V2 SDK using the Datadog logger class The project Id should be included...
**Describe the bug** Uploads that take longer than 20 minutes fail when using Firefox **To Reproduce** Steps to reproduce the behavior: 1. Open the Files app 2. Start a large...
**Is your feature request related to a problem? Please describe.** Currently duplicate file uploads are not handled very well. The API will respond with a 409 error, and a notification...
When a payment intent is created by the API (eg. the user added a card and paid for month 1 and now the API is attempting to charge them for...