-
Hi from the version 0.18.3, the mecanism to synchronize sessions with env variable SMOCKER_PERSISTENCE_DIRECTORY doesn't work. This was still ok before. I try to synchronize a volume with docker. Smoc…
-
Could you please also release official ARM64v8 docker image ?
```
docker run -d \
--restart=always \
-p 8080:8080 \
-p 8081:8081 \
--name smocker \
thiht/smocker
Unable to find image…
-
mock.State.TimesCount property is being modified without any synchronization in these two places:
- https://github.com/Thiht/smocker/blob/master/server/handlers/mocks.go#L88
- https://github.com/T…
-
# Lines of code
https://github.com/code-423n4/2023-09-venus/blob/b11d9ef9db8237678567e66759003138f2368d23/contracts/Tokens/Prime/Prime.sol#L331-L359
https://github.com/code-423n4/2023-09-venus/blob/b…
-
0xTheC0der
high
# DSU token balance of MultiInvoker contract can be drained by anyone
## Summary
Due to a missing `marketFactory.instances(market)` check when performing a `PerennialAction.UPDATE_PO…
-
I have a use case for mocking third-party API where data is sent with POST via body in `application/x-www-form-urlencoded` format.
It seems Smocker is pretty flexible in terms of various matchers for…
-
Create table for words and nouns. Query it when generating usernames
Reference: https://stackoverflow.com/questions/8674718/best-way-to-select-random-rows-postgresql
-
OpenStreetMap suppors OAuth 2.0 now. The OAuth 1.0a implementation should be switched out.
-
-
**Describe the bug**
After upgrading hardhat-ethers to 2.1.1, I can't create fake contracts based on abstract contracts or interfaces.
Smock calls `hardhat.ethers.getContractAt(contractName, "0x00…