Jake C-T
Jake C-T
Are GraphQL subscriptions (https://graphql.org/blog/subscriptions-in-graphql-and-relay/) available and if not are there any plans to add them?
Resolves https://github.com/thehubbleproject/hubble-contracts/issues/654 ### TODO - [x] Fix `Stack too deep, try removing local variables.` error in numerous places. - [ ] Fix `toIndex` dispute test case. - [ ] Update/improve...
### Problem The Solidity BLS libs in this repo are a separate and reusable component outside of the optimistic rollup functionality in the contracts. As more projects use or build...
### Problem When a node starts syncing when the client process starts up, it will sync from the genesis block defined in `genesis.json`. However, various `StorageEngines` and other components could...
Previously: https://github.com/thehubbleproject/hubble-contracts/issues/548 ### Problem `BatchStorage` is currently implemented in memory and does not maintain state between process crashes/restarts. ### Solution Implement `BatchStorage` using leveldb to persist batch info and metadata.
Related: https://github.com/thehubbleproject/hubble-contracts/issues/548 ### What's wrong Block included (finalization) data is not included in metadata for transactions and batches ### How we can solve - Have node track when new ETH...
## dev geth logs: https://seashells.io/v/HrqRkjE6 hubble logs: https://seashells.io/v/Vhy4nB3u ## goerli Pending PR (has `genesis.json`): https://github.com/thehubbleproject/hubble-contracts/pull/646 proposer: https://goerli-proposer.thehubbleproject.net wallet: https://xenodochial-shirley-481713.netlify.app (will eventually switch to http://goerli-wallet.thehubbleproject.net/)
NodeJS Update to latest LTS v14 - Add an [engines](https://docs.npmjs.com/cli/v6/configuring-npm/package-json#engines) entry to our `package.json` for LTS versions v10 - v14 - Add build matrix entries in Github Actions for v12,...
- Deploy contracts to Goerli testnet - Determine where to host nodes (AWS, DO, own machines, etc.) - Setup CI pipeline to allow for easy deploy of new updates to...