John Adler
John Adler
Note: this is a backwards-incompatible change in the interface, but shouldn't change the commitment so long as the library is used the same way. Currently (as of #37), values are...
Gas reported currently includes the 21,000 intrinsic gas cost for all transactions. There should be an option to exclude this cost, since it may not always be meaningful for analysis.
Add an annotation that indicates that a function (not an ABI method) is supported in particular contexts: either internal only, external only, or both. By default, functions can be used...
Additional hashing algorithms should be added to implementations. |id|name|reason| |-|-|-| |`sha-256d`|2-SHA-256|Prevents length extension attacks, and can otherwise leverage the same benefits (e.g. hardware implementations) as SHA-256.| |`keccak-256`|Keccak-256|There are concerns that...
Currently, only [TAI64N](http://cr.yp.to/libtai/tai64.html) timestamps [are supported](https://docs.rs/veriform/0.2.0/veriform/builtins/struct.Timestamp.html), which represent time as 96 bits (64 for seconds and 32 for nanoseconds). The specs erroneously define timestamps [as using the TAI64 format](https://github.com/iqlusioninc/veriform/blob/c087a0bd8ac670aa58b24b3d503e85f8973416bb/spec/draft-veriform-spec.md). There...
https://github.com/celestiaorg/celestia-core/pull/637/commits/35178048f0fef2d80a0346f28c7687be75c3db11
I like big blocks and I cannot lie. Change `ShareSize` to `512`: https://github.com/celestiaorg/celestia-core/blob/c193de698f889a3c78565ac4a73899326a23d544/pkg/consts/consts.go#L15 This will also require a change to the reserved bytes to `2`: https://github.com/celestiaorg/celestia-core/blob/c193de698f889a3c78565ac4a73899326a23d544/pkg/consts/consts.go#L21
Ref: https://github.com/FuelLabs/fuels-ts/pull/361
https://github.com/celestiaorg/celestia-node/pull/894#discussion_r952863065
Client components - [x] GraphQL interface - [x] Accept transactions #26 - [x] Read from state - [x] Write to state - [x] Misc (block height, block hash, get transaction,...