* docs: update documentation, rename ID to Id for consistent casing
* docs: flag all missing tests and docs
* chore: add words to spellcheck
* refactor: rename IDRegistry to IdRegistry
* docs: update more method documentation
* test(signerStore): add coverage for merge
* fix(signerStore): throw on mismatching blockHashes, compare blockNums correctly
* test: coverage for side effects of mergeIdRegistry
* tests: add tests + docs
* test: add coverage for bytesDecrement
* refactor(reactionStore): use bytesIncrement/bytesDecrement
* fix: lint on save should use prettier config
* add farcaster types
* add node engine to resolve message chains
* add client to generate messages, update node interfaces
* update server to call clients and nodes