0xPause
0xPause
> > How about generating random seed in Rust and stored in TxContext, and then read it in contract? > > It is unverifiable May the verifiable feature is not...
> Should we also store the source on-chain? I think this should be optional? Maybe some projects don't want to open source.
The designed fields of package meta: ```rust /// Metadata for a package. struct PackageMetadata has store, drop { /// The upgrade policy. upgrade_policy: UpgradePolicy, /// The upgrade version. version: u64,...
1. So we'd better think about what other fields we can put in PackageMetadata 2. I think it's suitable to add PackageMetadata to the Package's dynamic field. 3. `modules` here...
Maybe there's no need to define a new `PackageMetadata` struct. We can add each meta as `Package`'s dynamic field. In this way, it will be easy to add more meta...
Isn't these data already stored in the database?
> It seems like trying to format a default Bitcoin address; it is an empty address. Yes, when query object with type `0x3::coin_store::CoinStore`, I got an unrecognized address `rooch1pet4rspxu4pm969t96cxpxw658g7th68w78h0pl64dzumuf0uw5qqczzcj(0x0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8` with...