The Research & Development process: Step-By-Step Guide
The Work: Prototype Server & Demo
- [Sunday 12/19/21]: Changed ERC token name standard due to EIP naming mertrics (ERC number to be determined). Updated Ethresearch post, HackMd post as well as GitHub repo.
- [Saturday 12/18/21]: Continuing process of solving
bits.length
issue, results recorded: Light-Client-R&D. Created ERC-70 repo. ERC-70 Token Proposal completed within Hackmd post, now available via https://ethresear.ch/t/erc-70-token-proposal/11540 for review. - [Friday 12/17/21]: Started solving
bits.length
function issue withingetParticipantPubkeys
function within Utilities class, results recorded: Light-Client-R&D. - [Thursday 12/16/21]:
T[]
function issue resolved within Utilities class, results recorded: Light-Client-R&D. - [Wednesday 12/15/21]: Exchange Rate Mechanics completed within ERC-70 Token Proposal with plans to complete and publish within https://ethresear.ch/ for feedback and reviews on Saturday (12/18/21), latest Sunday (12/19/21).
- [Tuesday 12/14/21]: Started work on Exchange Rate Mechanics within ERC-70 Token Proposal.
- [Monday 12/13/21]: Continuing work on ERC-70 Token Proposal by adding comparison between Cryptocurrencies, "Pure Currencies" and where ERC-70 tokens might fit.
- [Sunday 12/12/21]: Started work on ERC-70 Token Proposal.
- [Saturday 12/11/21]: Solving
T[]
constant issue, results recorded: Light-Client-R&D.assertZeroHashes()
function within Utilities class completed.rootArray
method withinassertZeroHashes
function within Utilities class problem solved, results recorded: Light-Client-R&D. Refactoredgradle.build
to includessz
's new location within Teku infrastructure. - [Friday 12/10/21]:
isZeroHash()
function problem resolved within Utilities class, results recorded: Light-Client-R&D. - [Thursday 12/9/21]: More test cases added to problem solving research, results recorded: Light-Client-R&D.
- [Wednesday 12/8/21]: Trial and error problem solving approach to solve
Bytes32
issue continues, results recorded: Light-Client-R&D. - [Tuesday 12/7/21]: Added getters and setters to root function in ordinance of trial and error problem solving approach within Utilities class, results recorded: Light-Client-R&D.
- [Monday 12/6/21]: Continuing the process of finding a solution to the
Bytes32
loop error, test cases & findings recorded: Light-Client-R&D. - [Sunday 12/5/21]: Created Light-Client Custom Token Creation Proposal topic. Currently in the process of refactoring
Bytes32[]
to read!==
expression inZeroHash
function within Utilities class, results: Light-Client-R&D.