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 |
Noah Citron
|
ba08cc1a3c
|
feat: use helios as a library (#85)
* add root helios package
* fix revm
* copy blocktag when passing to funcs
* run all tests
* update readme
* update readme
* update readme
|
2022-11-03 19:36:14 -04:00 |
Noah Citron
|
56d0ce5a72
|
refactor: rename to helios #70)
|
2022-10-25 18:23:43 -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
|
0579855141
|
feat: add checkpoint caching (#41)
* add checkpoint caching
* add data dir override to cli
* move checkpointing into database
* move logging to client
* clean up
|
2022-09-16 15:32:15 -04:00 |
Noah Citron
|
b8d21abe44
|
feat: improve cli (#16)
* use default_value for flags
* add checkpoint flag
|
2022-09-09 18:14:17 -04:00 |
Noah Citron
|
a149ba618c
|
feat: add logging (#15)
* feat: add logging
* show confidence and delay when syncing
* log rpc errors
* fmt
|
2022-09-08 21:34:14 -04:00 |
Noah Citron
|
ad43cf7668
|
add cli app
|
2022-08-29 16:54:58 -04:00 |
Noah Citron
|
1d810caa92
|
refactor using cargo workspaces
|
2022-08-29 13:31:17 -04:00 |