Skip to content

Commit

Permalink
rpc: update contact call api (#1874)
Browse files Browse the repository at this point in the history
* libra: update

* test: fix move test

* rpc: stablize contract call

* rpc: add get_code and get_resource to contract api
  • Loading branch information
nanne007 authored Dec 25, 2020
1 parent c235ecd commit f15de31
Show file tree
Hide file tree
Showing 41 changed files with 655 additions and 172 deletions.
72 changes: 36 additions & 36 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 cmd/starcoin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ starcoin-genesis = { path = "../../core/genesis" }
starcoin-resource-viewer = { path = "../../vm/resource-viewer" }
starcoin-service-registry = { path = "../../commons/service-registry" }
starcoin-move-explain = { path = "../../vm/move-explain" }
errmapgen = { git = "https://github.com/starcoinorg/libra", rev="4236206844fdba73316d036a1f930e0fab63553b" }
errmapgen = { git = "https://github.com/starcoinorg/libra", rev="bf037026b5842354a2892e0b58f527e80658ace5" }

[dev-dependencies]
test-helper= {path = "../../test-helper"}
Expand Down
Loading

0 comments on commit f15de31

Please sign in to comment.