Noah Citron
|
7b7dc708f8
|
fix: check checkpoint block root exists (#185)
* fix: check checkpoint block root is some
* remove print
* check block root earlier
|
2023-01-31 18:40:53 -05:00 |
Noah Citron
|
72267b4563
|
feat: wasm support (#182)
* basic consensus setup
* basic execution setup
* patch for wasm
* basic wasm client
* proxy cors for testing
* migrate to webpack
* use typescript
* track chain head
* rename to helios-ts
* better build instructions
* add getCode
* builds everywhere
* add wasm-pack to dependencies
* compile for both wasm and non-wasm
* fix deps
* fix deps
* remove ds store
* add blocktags
* add getNonce
* use BTreeMap to store payloads
* add getTransaction
* switch to proper ethers provider
* post merge fixes
* compile client to wasm
* fix tests
* fmt
* use milagro for bls
* handle node advance in rust
* faster bls deserialization
* clippy
* add ConfigDB
* remove ts bindings
* fix gitignore
* remove ts workspace member
* remove unused mut
* uncomment old deletions
* bump to 0.2.0
|
2023-01-30 21:38:46 -05:00 |
refcell.eth
|
94bf458d94
|
feat(benches): Criterion + Iai Benchmarking [RFC] (#131)
* ⚙️ benches
* 📝 docs
* 🏗️ file_db benches and checkpoint fixes
* 🔨 fix github action env vars
* ✅ benchmark env vars
* ⚙️ sync benchmarks
* ✨ cargo fmt touchups
|
2022-12-11 14:42:52 -05:00 |
refcell.eth
|
b449c1f674
|
fix(readme): Resolve Dependency Type Conflicts (#129)
* 🐛 resolve dependency type conflicts
* 🔨 fix inline payload construction in tests
|
2022-12-04 15:28:44 -05:00 |
refcell.eth
|
7e3fe40613
|
feat(examples): Introduces working examples (#126)
* ⚙️ examples and more cleanup
* ⚙️ examples
|
2022-12-02 18:41:50 -05:00 |
andreas
|
161e0fbfb9
|
feat: checkpoint fallbacks (#120)
* 🏗️ checkpoint fallback initial impl
* 🚧 checkpoint fallbacks
* ✅ checkpoint fallbacks
* ⚙️ fix result types
* ♻️ checkpoints refactoring
* 🔨 import nits
* 🚀 graceful checkpoint fallbacks
* ⚡ parallel checkpoint fallback service fetching using async tokio tasks
* 📝 readme touchups
|
2022-12-01 20:18:23 -05:00 |