-
In my Dapp , I use truffle/contract without issues until upgraded from truffle-contract to @truffle/contract and web3 v0.20 to v1.2.2 Now get errors (only related to @truffle/contract)
## Steps …
-
This is an Epic for reworking the `@truffle/config` package, including making breaking changes for a future major release of Truffle.
-
Following readme. Able to connect to the test network etc and then suddenly can't deploy the contracts themselves.
I've triple checked that all of my `export`s are correctly set and that my wallet …
-
Using latest master.
Truffle v5.1.48 (core: 5.1.48)
Node v12.18.4
Exporting the key is valid. Using alchemyapi.
Command:
`DEPLOY_ACCESSORIES_SALE=1 yarn truffle migrate --network rinkeby`
…
-
I got a compile error when i compile election.sol, it show's like this
/home/js/election/contracts/Election.sol:24:5: Warning: This declaration shadows an existing declaration.
function Electi…
-
- [ ] I've asked for help in the [Truffle Gitter](http://gitter.im/Consensys/truffle) before filing this issue.
---------------------------
## Issue
When calling `truffle test`, I am getting …
-
So for some unknown reason running build then migrate doesn't. What happens is the eth_accounts command to testrpc seems to return an error as we don't see an eth_call following it:
```
$ testrpc -d…
-
ttl 2.14.5, use agent
graalvm-js:23.0
when run js script,
Occasionally the following error occurs:
```java
Caused by: org.graalvm.polyglot.PolyglotException: java.lang.ArrayStoreException: co…
imhun updated
5 months ago
-
```
1) "before all" hook: deploy and configure
0 passing (2s)
1 failing
1) Contract: bancor deployment
"before all" hook: deploy and configure:
Error: VM Exception wh…
-
I downloaded the latest `jar` from releases (v2.0.1).
I run my test with:
> java -jar restcli.jar -d test -e dev test/queries/*.http
The result is this:
```
┌────────────────────┐
│restcl…