John Adler

Results 87 issues of John Adler

## Problem We need source mapping (going between Sway code and bytecode) to do debugging properly (e.g. set breakpoint at a certain line, continue up to a certain line), in...

enhancement
compiler
big

Currently, the base asset is hard-coded to `0`. Change it to be a parameter of the chain so as to allow other tokens to be the base asset in the...

The specs currently use a mix of snake case and camel case. Change to snake case only.

documentation

@mohammadfawaz looks like the link was pointing to the wrong thing and that one was removed ... let me try to track down that post and I'll add it. _Originally...

Similar to `fuel-docs`

Currently the intermediate state roots aren't off-by-one due to delayed execution. They should be to align with current Tendermint.

question

To avoid future messes, we should define a mechanism to deploy upgrades (i.e. hard forks, and potentially also soft forks). https://github.com/cosmos/cosmos-sdk/blob/b4820fe491e91cd95340f2f7b606adab454a7636/x/upgrade/spec/README.md https://github.com/bitcoin/bips/blob/master/bip-0009.mediawiki

investigation

As per https://github.com/celestiaorg/celestia-specs/pull/190#discussion_r680622986

Should investigate how Tendermint handles weak subjectivity, specifically: 1. How does full IBD work in the presence of long-range forks? 2. What if a conflicting block is seen within the...

consensus

https://github.com/lazyledger/lazyledger-specs/pull/114#discussion_r565328240

investigation