cds-amal

Results 105 comments of cds-amal

Hi @brucedotio, Sorry for the late response. We have a [tutorial that shows how to work with events](https://www.trufflesuite.com/tutorials/drizzle-and-contract-events). It is similar in concept with your solution. I will update out...

This is definitely a better UX @jklepatch. Let's spec it out.

The motivation for this issue was the UX interruption caused by automatically connecting to the wallet. @DiscRiskandBisque's suggestion solves this and allows for content to be read from the blockchain...

@grahamutton Sorry for the late response. The documentation is not up to date with the example code. The [monorepo's example projects](https://github.com/trufflesuite/drizzle/tree/develop/ui-tests) is the most updated testing/working reference.

For 2.0 consideration

Hi @SalahAdDin, Thanks for the investigation. Can you provide a repo with the problem please? I'm not quite following your explanation.

FYI @cameel, I just noticed a similar error for 0.4.18+commit.9cf6e910.js `@truffle/fetch-and-compile` test suite > (node:4047479) V8: /home/amal/.config/truffle-nodejs/compilers/node_modules/soljson-v0.4.18+commit.9cf6e910.js:3 Invalid asm.js: Invalid member of stdlib Node v16.14.2 and soljson-v0.4.18+commit.9cf6e910.js Stacktrace ```console (node:4047597)...

Hi @cameel, Truffle sources solc.js from the two endpoints below (in order). - https://solc-bin.ethereum.org/bin/, - https://ethereum.github.io/solc-bin/bin/ How can I identify a wasm build? The following file doesn't have the string...

@sysRQrol Were you able to resolve this? I have a similar issue.

Note: this may be unblocked! See: https://github.com/trufflesuite/ganache/pull/3433