This website requires JavaScript.
Explore
Help
Sign In
status-im
/
nimbus-eth2
mirror of
https://github.com/status-im/nimbus-eth2.git
Watch
2
Star
0
Fork
You've already forked nimbus-eth2
0
Code
Issues
Projects
Releases
Wiki
Activity
61cb7fafdf
nimbus-eth2
/
research
/
.gitignore
7 lines
55 B
Plaintext
Raw
Normal View
History
Unescape
Escape
update research VCS ignores (#2849) In edd9826464720f21f99d69e7859f565154ec2aa0, VCS ignores were introduced to ignore the output from building and running the research tools from their directory. Over time, new research tools got introduced, but the ignore list did not get updated. Updating now for current set of tools.
2021-09-07 23:09:49 +00:00
*.dSYM/
spec updates (#45) * spec updates * random small updates * ssz no longer sorts by field, fix enum serialization * rewire block processing a little to avoid a few state copies * add a state simulation tool that writes out jsons
2018-12-21 22:37:46 +00:00
*.json
update research VCS ignores (#2849) In edd9826464720f21f99d69e7859f565154ec2aa0, VCS ignores were introduced to ignore the output from building and running the research tools from their directory. Over time, new research tools got introduced, but the ignore list did not get updated. Updating now for current set of tools.
2021-09-07 23:09:49 +00:00
block_sim
stack_sizes
some ignores
2019-03-27 01:41:34 +00:00
state_sim
wss_sim: state transition simulator (#3309) It's sometimes useful to simulate what happens when a chain runs from a given state with a given set of private keys - `wss_sim` allows running such a simulation. One use of such a tool is to simulate a weak subjectivity attack, creating alternative histories of the same chain: https://notes.status.im/nimbus-insecura-network#
2022-01-22 09:25:30 +00:00
wss_sim