You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove the following code snippets and text from -
In How does the relayer work?
INITIAL_SLOT=5355991
SLOTS_JUMP=64
...
We have set up a recurring job that repeats itself after a specified time interval (slotsjump) and starts from an initial slot. The job follows a specific network, currently supporting Pratter and Mainnet. To run this job, execute the following command in the beacon-light-client/solidity folder: yarn hardhat run-update --initialslot $INITIAL_SLOT --slotsjump $SLOTS_JUMP --follownetwork pratter
@Dimo99, is this step completely redundant or should it be replaced by something else?
In Running DendrETH relay node
This passage -
You can also build a custom image yourself by executing the make dendreth-relay-node command within the development environment provided by this repository.
implies this step is optional while it is the default way to set up the docker environment in which we can deploy the relayer.
In Running the test suites
The WebAssembly tests of the Nim light client: yarn test-emcc seems to be deprecated and should be replaced with yarn test
Additionally
Solidity tests fail if ETHEREUM_MAINNET_RPC is not set in .env
The supervisor is central to the execution and common commands to interact with it should be provided.
This is how you should shutdown the supervisor - sudo unlink /tmp/supervisor.sock
Add expected gas fee under deployed smart contracts table
The text was updated successfully, but these errors were encountered:
Remove the following code snippets and text from -
In How does the relayer work?
...
We have set up a recurring job that repeats itself after a specified time interval (slotsjump) and starts from an initial slot. The job follows a specific network, currently supporting Pratter and Mainnet. To run this job, execute the following command in the
beacon-light-client/solidity
folder:yarn hardhat run-update --initialslot $INITIAL_SLOT --slotsjump $SLOTS_JUMP --follownetwork pratter
@Dimo99, is this step completely redundant or should it be replaced by something else?
In Running DendrETH relay node
This passage -
You can also build a custom image yourself by executing the
make dendreth-relay-node
command within the development environment provided by this repository.implies this step is optional while it is the default way to set up the docker environment in which we can deploy the relayer.
In Running the test suites
The WebAssembly tests of the Nim light client:
yarn test-emcc
seems to be deprecated and should be replaced withyarn test
Additionally
Solidity tests fail if
ETHEREUM_MAINNET_RPC
is not set in .envwasm nim-lc tests fail if
are missing from .env
These should be included in the README.md or better yet - provide the user with a preset .env
The docker image requires more than the default partition size - steps to increase the docker partition size should be included -
The supervisor is central to the execution and common commands to interact with it should be provided.
This is how you should shutdown the supervisor -
sudo unlink /tmp/supervisor.sock
Add expected gas fee under deployed smart contracts table
The text was updated successfully, but these errors were encountered: