0xPause
0xPause
## Pull request type Please check the type of change your PR introduces: - [ ] Bugfix - [ ] Feature - [ ] Code style update (formatting, renaming) -...
# Bug Report **Starcoin version:** master latest, commit a991c9b2da402fcd218466def2d562907eca861d **Current behavior:** Some test cases failed: - case1: thread 'unit_tests::access_path_test::test_access_path' panicked at 'access_path from str should ok: unrecognized token', [vm/types/src/unit_tests/access_path_test.rs:86:73](https://github.com/starcoinorg/starcoin/blob/a991c9b2da402fcd218466def2d562907eca861d/vm/types/src/unit_tests/access_path_test.rs#L86) -...
# Feature Request **Describe the Feature Request** Start a local development network that forks mainnet, and impersonate any account to send transactions. This will make Move developers more easy to...
# Bug Report **Starcoin version:** - starcoin 1.11.10 (build:v1.11.10) - move-package-manager 1.11.10 **Current behavior:** mpm panic when run `mpm integration-test --ub` ```shell $ mpm integration-test --ub BUILDING StarcoinFramework BUILDING starcoin-framework-commons...
Now, the DAO in starcoin-framework is migrating to DAOSpace. The DAO related code need to be update to DAOSpace code. - [ ] https://github.com/starcoinorg/starcoin/blob/0a252790288b70f76ad6a22a35a1ea6962901da8/vm/transaction-builder/src/lib.rs#L764 - [ ] https://github.com/starcoinorg/starcoin/blob/0a252790288b70f76ad6a22a35a1ea6962901da8/vm/transaction-builder/src/lib.rs#L715 - [...
# Feature Request **Describe the Feature Request** For now, there is a [TreasuryPlugin](https://github.com/starcoinorg/starcoin-framework/blob/main/sources/daospaceplugin/TreasuryPlugin.move) migrated from [TreasuryWithdrawDaoProposal](https://github.com/starcoinorg/starcoin-framework/blob/main/sources/TreasuryWithdrawDaoProposal.move), it can only be used for token issuer to store pre-minted tokens. There may...
Is the file `build/StarcoinFramework/BuildInfo.yaml` necessary? It will lower the develop efficiency because that once a PR is merged, all the other PRs have to rebase the main branch manually and...
# Feature Request **Describe the Feature Request** Ethereum passed [ERC-4907](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-4907.md) standard in which a NFT has two roles: owner and user. > There may be an owner of the NFT...
# Feature Request **Describe the Feature Request** We want to add unit test for stdlib upgrading in [starcoin-framework](https://github.com/starcoinorg/starcoin-framework.git) side. There has two sub-tasks to complete: - [ ] mpm integration-test...