Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

v0.1 Minimum viable solution

Compare
Choose a tag to compare
@von-steinkirch von-steinkirch released this 01 Apr 07:48
· 51 commits to main since this release
07bb54b

Description

  • algorithm very meta (brute force, might be flawed, need review)
  • program solve all the 5 phases and it's structured as a python package
  • running in a docker container is available
  • missing tests, docstrings

Possible todo list:

  • remove namespace prints from options bdex -h (i.e. the extra BALANCE BALANCE, etc.).
  • we are crafting the checksum address string by hand without composing it by Keccak-256 hashing the methods and parameters.
  • improve this algorithm adding a node walking (graph solution).
  • run the algorithm in several threads (if not running in a Docker container).
  • add a script to mount results and save in disk after finished running the script.