Junaid

Results 84 comments of Junaid

@chendatony31 due to recent merge of another PR there are merge conflicts, could you fix those.

merged into 1.x via https://github.com/ChainSafe/web3.js/pull/5418

For additional features in Web3 4.x, there can be several ways of instantiating new features on demand as additional plugin in web3.js. Consider a scenario, we want to have chainlink...

Following can be rough idea as starting point of discussion: Part of our mono repo: ``` export class Web3Eth extends Web3Context { public registerPlugIn( pluginTitle : string, plugin : Web3PluginBase){...

discussed in team its not required, its experimental feature.

@luu-alex can we close this issue?

Hi, @LeonmanRolls , will you have time for discussion or addressing feedback of this PR? Thanks

@nikoulai could you also check tests that are not passing in CI , Thanks

@defido Thanks, The best place to implement this will be our [4.x](https://github.com/ChainSafe/web3.js/tree/4.x).