-
* Populus Version: 2.2.0
* OS: osx
### What was wrong?
When deploying a contract to Rinkeby, and immediately starting a wait for the transaction receipt, an exception is raised:
```
gateway…
-
In `src/tutorials/pet-shop.md` , the unit tests to verify the proper functioning of the functions related to the contract are written in solidity, however it will be good to show for the javascript de…
-
Routine left in class CONTROLLER_2048 is not implemented. This routine must be implemented, possibly equipped with a corresponding contract (pre and postcondition). This issue also includes the defini…
-
get key with not None value
```
>>> import bottle
>>> x = bottle.WSGIHeaderDict({"HTTP_X": "y", "HTTP_Z": None})
>>> print(x.get("x"))
y
```
get absent key
```
>>> print(x.get("w"))
None
…
-
In order for the Ecosystem QA team to help with the testing effort, we need documentation outlining the v3 API calls so we can write contract tests for them.
-
AFAIU there are no tests for the state trie iterator. Unfortunately the iterator part was known to be complex and to have bugs in the past. We still rely on it to iterate over access keys and to delet…
-
should do this before #39
In particular, add tests that verify the Redis contract that the app expects - that will allow quick feedback when working on #39 thereafter.
-
I am on lesson 7 and for some reason I had an issue deploying when my MockV3Interface and got this error
```
"Error HH606: The project cannot be compiled, see reasons below.
The Solidity versi…
-
Scenario tests should be used to ensure that the overall functionality of the PerpetualMint contract suite functions as intended.
These should be identified and listed, either in this issue or as s…
-
KupiaSec
High
# Wrong calculation of supply/debt balance of a position, disrupting core system functionalities
## Summary
There is an error in the calculation of the supply/debt balance of a positi…