-
It uses web3-1.0, and even the simplest cases go from 1000 ms to about 50 ms, and solves the issues I've been having testing with parity.
-
**Feature request**
Please include the following information:
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. E.g. I'm…
-
**Is your feature request related to a problem? Please describe.**
All the current logic is hardwired to hardhat.
**Describe the solution you'd like**
It would be great to abstract all the logic…
-
-
The compiled contract json artifacts in `contracts/build` are all just empty objects.
Normally I would expect to find abi's and bytecode in these json files.
Maybe you forgot to compile with tru…
-
## Version:
1.0
## Issue:
_Truffles > commands > output_ does not behave correctly:
it does not respect the `fallbackInput` conditions
e.g. the following command does not replace the `$TM_CURRENT_…
ghost updated
12 years ago
-
I change language to java, Main can not run.
[java::NFINativeAccess] WARNING: Couldn't find libraries with LLVM bitcode. The default --java.BootLibraryPath will be used.
Exception in thread "main"…
-
Repeating a bit of background information from [this](https://graalvm.slack.com/archives/CMY63522F/p1709377340526689) Slack conversation:
I'm setting up a Kotlin / Gradle project (with a non-GraalV…
-
While running
">web3-gear --host 127.0.0.1 --port 8545 --endpoint https://sync-testnet.vechain.org --keystore ./keystore --passcode password"
in one cmd, I am trying to run
"npx truffle migrate -…
-
Any/all good contract will have some tests to go along with it. This contract would go well with a Truffle directory (and some tests!).
This would help us catch any rounding issues (which I have ye…