Eric Tu

Results 11 issues of Eric Tu

** Acceptance Criteria ** - [ ] Gas API should accurately estimate the gas without hardcoding extra gas **Describe the bug** - Gas estimation is done when sending a transaction...

Bug
RPC
Status: Unknown

The previous link pointed to the newer link. So I linked it directly to the new link instead.

Howdy! I was chatting with my good friend @jimjbrettj and was inspired to take a look at compilers and specifically the Huff compiler because it was so simple. So I...

lexer

Bumps tonic to 0.11 because https://github.com/devashishdxt/tonic-web-wasm-client is on that version.

TODO: [x] Clean up some duplicate code [x] Consider removing some of the preprocessor tests which only test individual circuits [x] Fix spec tests This PR reduces the amount of...

- [ ] hash - [ ] hash_tree_root - [x] is_active_validator - [x] get_active_validator_indices - [x] shuffle - [x] split - [x] get_committee_count_per_slot - [x] get_shuffling - [x] get_previous_epoch_committee_count_per_slot -...

This PR introduces "non-controversial" derives of `Serialize` and `Deserialize` for some structs that we persist to storage in our memory wallet implementation. This is by no means all the structs...

We want to reuse a bunch of these methods in building our own sync loop

- Initializes the Rust heap before it is used - Update the example to combine with the kernel ELF before executing - Fix cbindgen header generation