Checking possible results of the attacker's execution of proposal 21.
Go to file
AlienTornadosaurusHex 15f06e5e8c delimit before / after
Signed-off-by: AlienTornadosaurusHex <>
2023-05-27 22:35:19 +00:00
.vscode Init 2023-05-23 00:00:06 +03:00
lib Init 2023-05-23 00:00:06 +03:00
src improve tests with better descriptions and more state assertions 2023-05-26 00:11:47 +00:00
test delimit before / after 2023-05-27 22:35:19 +00:00
.gitattributes Init 2023-05-23 00:00:06 +03:00
.gitignore improve tests with better descriptions and more state assertions 2023-05-26 00:11:47 +00:00
.gitmodules Init 2023-05-23 00:00:06 +03:00
README.md improve tests with better descriptions and more state assertions 2023-05-26 00:11:47 +00:00
foundry.toml Init 2023-05-23 00:00:06 +03:00
package.json improve tests with better descriptions and more state assertions 2023-05-26 00:11:47 +00:00
remappings.txt Init 2023-05-23 00:00:06 +03:00

README.md

Requirements

Installation

git clone --recurse-submodules https://git.tornado.ws/AlienTornadosaurusHex/proposal-21-test.git

Testing

yarn # or npm
# To test slots
yarn test:slots # or npm
# To test execution of the proposal and balance changes
yarn test:execution
# To test both
yarn test