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 |
Noah Citron
|
10e39eb35a
|
chore: bump version to 0.1.3 (#173)
|
2023-01-19 19:23:06 -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 |
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 |
asnared
|
21c73c1649
|
feat: Lints, Clippy, and Cleaning (#115)
* ✨ cargo fmt smells
* ♻️ cargo cleaning
|
2022-11-29 17:31:25 -08:00 |
Noah Citron
|
7841eb90e0
|
chore: pin git dependencies (#82)
|
2022-11-02 21:48:18 -04:00 |
Noah Citron
|
8f375d8c44
|
fix retries (#80)
|
2022-11-02 15:26:15 -04:00 |
Noah Citron
|
8844f921e8
|
feat: improved configs (#64)
* migrate config to figment
* support env variables
* add better error messages
* fix tests
* refactor
|
2022-10-05 13:52:07 -04:00 |
Noah Citron
|
ad43cf7668
|
add cli app
|
2022-08-29 16:54:58 -04:00 |