perlin-network / wavelet

Write once, run forever. Deploy robust, scalable, decentralized WebAssembly applications on Wavelet.
https://wavelet.perlin.net
MIT License
259 stars 41 forks source link

Restore blocks tests (previous rounds) #394

Closed a-urth closed 4 years ago

a-urth commented 4 years ago

Before merging himitsu branch, and changing all rounds to blocks, we had same functionality to store particular number of rounds in file called rounds.go. This file was renamed to blocks and modified correspondingly. Although tests for that functionality which were in the file rounds_test.go for some reason were deleted. I think its good idea to restore them and modify same way as main functionality was changed.