Skip to content

Commit

Permalink
remove starcoin_dao.rs, update starcoin-framework, update halley gene…
Browse files Browse the repository at this point in the history
…sis (#3840)

* remove starcoin_dao.rs, update starcoin-framework, update halley genesis

* fix test use ignore
  • Loading branch information
nkysg authored Feb 2, 2023
1 parent b5788d6 commit cc57e47
Show file tree
Hide file tree
Showing 323 changed files with 280 additions and 288 deletions.
3 changes: 1 addition & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ starcoin-crypto = { git = "https://github.com/starcoinorg/starcoin-crypto", rev
starcoin-decrypt = { path = "commons/decrypt" }
starcoin-dev = { path = "vm/dev" }
starcoin-executor = { path = "executor" }
starcoin-framework = { git = "https://github.com/starcoinorg/starcoin-framework", rev = "e618173d44fb4e57b8c735cb3eda6844de22d930" }
starcoin-framework = { git = "https://github.com/starcoinorg/starcoin-framework", rev = "cf1deda180af40a8b3e26c0c7b548c4c290cd7e7" }
starcoin-genesis = { path = "genesis" }
starcoin-logger = { path = "commons/logger" }
starcoin-metrics = { path = "commons/metrics" }
Expand Down
1 change: 0 additions & 1 deletion executor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ stest = { workspace = true }
tempfile = { workspace = true }
test-helper = { workspace = true }
move-transactional-test-runner = { workspace = true }
move-binary-format = { workspace = true }

[features]
default = []
Expand Down
2 changes: 1 addition & 1 deletion executor/tests/error_code_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ fn test_execute_transfer_txn_with_dummy_gas_token_code() -> Result<()> {
let output = execute_and_apply(&chain_state, txn2);
//FIXME:: More detailed error code
assert_eq!(
TransactionStatus::Discard(StatusCode::UNEXPECTED_ERROR_FROM_KNOWN_MOVE_FUNCTION),
TransactionStatus::Discard(StatusCode::BAD_TRANSACTION_FEE_CURRENCY),
*output.status()
);

Expand Down
Loading

0 comments on commit cc57e47

Please sign in to comment.