0xPause
0xPause
@jiangying000 @JerryKwan
> @0xpause please run https://github.com/starcoinorg/starcoin/blob/master/scripts/check_commit.sh, see if there is some warning or errors。 I have done that, and fix all the fmt check. I also found another problem: all unit...
> > test_uncle > > > > @0xpause please run https://github.com/starcoinorg/starcoin/blob/master/scripts/check_commit.sh, see if there is some warning or errors。 > > > > > > I have done that, and...
> > > > test_uncle > > > > > > > > > > > @0xpause please run https://github.com/starcoinorg/starcoin/blob/master/scripts/check_commit.sh, see if there is some warning or errors。 > >...
> > > > > > > test_uncle > > > > > > > > > > > > > > > > > @0xpause please run https://github.com/starcoinorg/starcoin/blob/master/scripts/check_commit.sh, see...
I'd like to work on this and the light node. Could you please offer some guide where should I start?
> > I'd like to work on this and the light node. Could you please offer some guide where should I start? > > You can read the `https://github.com/starcoinorg/starcoin/blob/master/rpc/client/src/remote_state_reader.rs` first,...
Here is a problem: There are multiple AccumulatorTrees for a given ColumnFamily, which are created by chain fork, uncle blocks, etc. But the `NodeIndex` is not unique across multiple AccumulatorTrees,...
With no phantom declaration, there will be a warning when running `mpm package build`: ```shell warning[W02014]: invalid non-phantom type parameter usage ┌─ ./sources/MerkleDistributor.move:14:31 │ 14 │ struct MerkleDistribution has key...
Could you please provide more detail about what to do?