This website requires JavaScript.
Explore
Help
Sign In
LumeWeb
/
helios
Watch
1
Star
0
Fork
You've already forked helios
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3afa312776
helios
/
.gitignore
8 lines
85 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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-31 02:38:46 +00:00
.DS_Store
target
feat(benches): Criterion + Iai Benchmarking [RFC] (#131) * :gear: benches * :memo: docs * :building_construction: file_db benches and checkpoint fixes * :hammer: fix github action env vars * :white_check_mark: benchmark env vars * :gear: sync benchmarks * :sparkles: cargo fmt touchups
2022-12-11 19:42:52 +00:00
*.env
feat: typescript bindings (#191) * basic ethers provider setup * add getCode * add call * add estimateGas * add gas pricing methods * add sendRawTransaction * add getTransactionReceipt * add getLogs * add net_version * decouple ethers from lib * add config options * fmt
2023-02-09 19:32:17 +00:00
helios-ts/node_modules
helios-ts/dist
fix: embedded wasm binary (#193) * fix: embedded wasm binary * remove public path * remove unused comments from run.sh
2023-02-10 17:47:57 +00:00
helios-ts/helios-*.tgz