BeaconChain.swift
BeaconChain.swift copied to clipboard
Swift implementation of Ethereum 2.0 beacon chain
- [x] Custom types - [x] Constants # Configuration - [x] Misc - [x] Gwei values - [x] Initial values - [x] Time parameters - [x] State list lengths -...
- [ ] tests
- [x] refactoring - [ ] tests
- [x] Refactor - [ ] Tests
- [x] Refactor - [ ] Tests
Hey @decanus, I took a stab at namespacing some of the constant groups with structs and using camel case, as is generally considered best practice in Swift. Any thoughts? I'll...
StateTransitions uses `inout` everywhere, might be nicer to use returns of the state.