prysm-pulse/beacon-chain/state/state-native
Nick Sullivan 5c00fcb84f
Fix numerous spelling error and typos in the log messages, comments, and documentation. (#12385)
* Minor typos and spelling fixes (comments, logs, & docs only, no code changes)

* Fix seplling in log message

* Additional spelling tweaks based on review from @prestonvanloon
2023-05-11 20:45:43 +00:00
..
custom-types Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
types Remove unused argument from field index (#12327) 2023-04-25 13:03:55 +00:00
beacon_state_mainnet.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
beacon_state_minimal.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
BUILD.bazel Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
doc.go Update go to 1.19.3 (#11630) 2022-11-18 19:12:19 +00:00
error.go Clean up misc warnings (#10900) 2022-06-21 15:26:56 +00:00
getters_attestation_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
getters_attestation.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
getters_block_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
getters_block.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
getters_checkpoint_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
getters_checkpoint.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
getters_eth1.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
getters_misc.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
getters_participation_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
getters_participation.go Enable whitespace linter & fix findings (#12273) 2023-04-18 18:58:27 +00:00
getters_payload_header.go Change native execution value to Gwei Uint64 (#12291) 2023-04-22 00:44:28 +00:00
getters_randao.go Deduplicate native state (a.k.a. One State to rule them all) (#10483) 2022-05-09 13:02:34 +00:00
getters_state.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
getters_sync_committee.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
getters_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
getters_validator_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
getters_validator.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
getters_withdrawal_test.go Remove unused methods from interface (#12164) 2023-03-20 15:36:33 -05:00
getters_withdrawal.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
hasher_test.go Change native execution value to Gwei Uint64 (#12291) 2023-04-22 00:44:28 +00:00
hasher.go Fix Bad Merge in V4 (#12183) 2023-03-24 14:05:31 +00:00
proofs_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
proofs.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
readonly_validator_test.go Remove unused methods from interface (#12164) 2023-03-20 15:36:33 -05:00
readonly_validator.go Remove unused methods from interface (#12164) 2023-03-20 15:36:33 -05:00
references_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
setters_attestation_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
setters_attestation.go Enable dupword linter & fix findings (#12271) 2023-04-18 22:01:27 +00:00
setters_block.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
setters_checkpoint.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
setters_eth1.go Enable dupword linter & fix findings (#12271) 2023-04-18 22:01:27 +00:00
setters_misc.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
setters_participation.go Enable dupword linter & fix findings (#12271) 2023-04-18 22:01:27 +00:00
setters_payload_header.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
setters_randao.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
setters_state.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
setters_sync_committee.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
setters_validator.go Enable dupword linter & fix findings (#12271) 2023-04-18 22:01:27 +00:00
setters_withdrawal_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
setters_withdrawal.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
spec_parameters.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
ssz.go Use prysmaticlabs/fastssz as a direct dependency (#10941) 2022-06-28 13:03:24 +00:00
state_fuzz_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
state_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
state_trie_test.go Fix numerous spelling error and typos in the log messages, comments, and documentation. (#12385) 2023-05-11 20:45:43 +00:00
state_trie.go Remove unused argument from field index (#12327) 2023-04-25 13:03:55 +00:00
types_test.go Enable dupword linter & fix findings (#12271) 2023-04-18 22:01:27 +00:00
types.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00