BeaconChain.swift icon indicating copy to clipboard operation
BeaconChain.swift copied to clipboard

Swift implementation of Ethereum 2.0 beacon chain

Results 29 BeaconChain.swift issues
Sort by recently updated
recently updated
newest added

- [x] Custom types - [x] Constants # Configuration - [x] Misc - [x] Gwei values - [x] Initial values - [x] Time parameters - [x] State list lengths -...

- [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.