Part of [Upgrade Go to v1.21 in ipld-eth-server](https://www.notion.so/Upgrade-Go-to-v1-21-in-ipld-eth-server-b78717fc055a4fc38616e09621b32b9b)
- Upgrade `ipfs/kubo` to `v0.23.0` that supports build with Go version 1.21
- Use `ipfs/boxo` as `ipfs/go-blockservice` has been moved to `ipfs/boxo/blockservice`; `ipfs/kubo` has also moved on to use `ipfs/boxo`
Co-authored-by: neeraj <neeraj.rtly@gmail.com>
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
Reviewed-on: #6
Co-authored-by: Prathamesh Musale <prathamesh@noreply.git.vdb.to>
Co-committed-by: Prathamesh Musale <prathamesh@noreply.git.vdb.to>
* vulcanize => cerc
* Use v0-blockstore based DB
via ipld-eth-statedb/trie_by_cid
* Update CI workflows
* Update modules
- concurrent iterator interface
- ginkgo v2
- go 1.19
```
08:29:49:~/GitHub/cerc/eth-ipfs-state-validator go test ./... -v
? github.com/vulcanize/eth-ipfs-state-validator/v4 [no test files]
? github.com/vulcanize/eth-ipfs-state-validator/v4/cmd [no test files]
=== RUN TestTrieValidator
Running Suite: IPFS ETH trie validator test
===========================================
Random Seed: 1655469020
Will run 12 of 12 specs
••••••••••••
Ran 12 of 12 Specs in 1.325 seconds
SUCCESS! -- 12 Passed | 0 Failed | 0 Pending | 0 Skipped
--- PASS: TestTrieValidator (1.33s)
PASS
ok github.com/vulcanize/eth-ipfs-state-validator/v4/pkg 1.749s
```