Ognyan Chikov

Results 14 issues of Ognyan Chikov

Hello, Since a few days ago, this error start to encounter and I cannot use the package anymore: ``` ERROR in ./~/eth-json-rpc-filters/~/pify/index.js Module parse failed: /ProjectPath/node_modules/eth-json-rpc-filters/node_modules/pify/index.js Unexpected token (44:2) You...

Since the update of metamask browser widget -> 9.0.4, there is no .off function when the provider is created using metamask widget. I cannot unsubscribe from the subscribed events. Using...

v1

Running `yarn test` I am getting Refference Error: ``` ReferenceError: TextDecoder is not defined ``` TextDecoder is used in `ipfs-http-client`. When using the lib, it is working fine. Only the...

### Which OS ? MAC OS ### Version Which versions are you using: ^1.6.0-nightly.3 - react-native-swiper v? - react-native v0.59.5 Hello Guys, I am using Swiper like this: ``` renderThumb()...

🐛bug

Hello, Is there any way to get current screen element? By `index` is not possible, because I update the array of elements dynamically and the index is getting broken when...

Hello, I am trying to use walletConnect to connect to BSC. I am giving the params as: ``` package: WalletConnectProvider, options: { rpc: { 56: 'https://bsc-dataseed1.defibit.io/' }, chainId: 56, }...

v1

I am clearing cache provider with clearCachedProvider() function, but after that, if there is an account change, the event is triggered. How to disconnect/unsubscribe programmatically ?

v1

Connecting with Wallet Connect: App: RainBow Platform: IOS **Issue**: Changing network from Rainbow app triggers `on("accountsChanged")` event instead of `on("networkChanged")` event. **Expected Behaviour:** Changing network from Rainbow app triggering `on("networkChanged")`...

v1

**Description**: Fix the offset for the Uint24 & Int24 Contract Function Params **Related issue(s)**: Fixes #1294 **Notes for reviewer**: The offset of Uint24 & Int24 needs to be changed. It...

### Description Trying to use `ContractCallQuery` and call a function with `new ContractFunctionParameters().addUint24(10000)` or `new ContractFunctionParameters().addInt24(10000)` results to: ``` /Users/ognyanchikov/Projects/hedera-js/hello-hedera-js-sdk/node_modules/@hashgraph/sdk/lib/contract/ContractFunctionParameters.cjs:2073 func(byteoffset, value); ^ RangeError: Offset is outside the bounds of...

bug