-
Hey,
I would like to have mock matching on one specific field (other fields are present but I don't care about their values yet).
When I create the mock, it looks like this
```yml
- request:
…
-
I was trying to set MOCKER_CONFIG_BASE_PATH=/smocker
docker run -d --restart=always -p 8080:8080 -p 8081:8081 -e SMOCKER_CONFIG_BASE_PATH=/smocker --name smocker thiht/smocker
result:
![image]…
-
完了条件:ロジックは下記の通り。
・Primary feed: Use Chainlink's ETH/USD and USD/JPY.
・Secondary feed: Use Tellor's ETH/JPY. (the task to get it added on Tellor side WIP with #8 )
・Primary to secondary switch condi…
-
I have recently upgraded our repository to Hardhat v2.12.4, since upgrading I'm noticing some weird inconsistencies in even simple unit tests.
My current last struggle is a simple approve/transfer…
-
### Expected Behavior
When running the query for tasks, expect to see tasks.
### Current behaviour
Plugin just says "Loading tasks" for a few hours now.
### Steps to reproduce
No idea why this is…
-
# Lines of code
https://github.com/code-423n4/2023-05-venus/blob/8be784ed9752b80e6f1b8b781e2e6251748d0d7e/contracts/VToken.sol#L1423
https://github.com/code-423n4/2023-05-venus/blob/8be784ed9752b80e6…
-
-
Some EIPs define that contracts must be [deployed at specific addresses](https://eips.ethereum.org/EIPS/eip-1820). How can I call `deployMockContract` while specifying the address to deploy the mocked…
-
I try to harvest a record on an oaipmh server. This record is format in oai_dc schema and has the field `language` set to `fr` value (oai_dc specifies that language must be an ISO 639-1 code, 2 letter…
-
Hello! :)
I'm running smocker behind a nginx reverse proxy. The API works fine, but the UI assets won't load because their path is not prepend with SMOCKER_CONFIG_BASE_PATH.
Here's the content o…