Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Commit

Permalink
Merge pull request #36 from nervosnetwork/update-dependencies-commit
Browse files Browse the repository at this point in the history
upgrade godwoken dependencies to #888f0e9
  • Loading branch information
jjyr authored Jun 22, 2021
2 parents cca6993 + 80cc8dc commit c015a5c
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 30 deletions.
28 changes: 14 additions & 14 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 c/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CFLAGS := $(CINCLUDES) $(SECP256K1_INCLUDES) -DCKB_C_STDLIB_PRINTF -fPIC -O3 -no
LDFLAGS := -Wl,-static -fdata-sections -ffunction-sections -Wl,--gc-sections
MOLC := moleculec
MOLC_VERSION := 0.6.1
PROTOCOL_VERSION := c3165a6a2663c89cc81d821024fd71fe9cd0c49c
PROTOCOL_VERSION := 888f0e9fc02adf0a52592dda1ddf283a596a7459
PROTOCOL_SCHEMA_URL := https://raw.githubusercontent.com/nervosnetwork/godwoken/${PROTOCOL_VERSION}/crates/types/schemas

# docker pull nervos/ckb-riscv-gnu-toolchain:gnu-bionic-20191012
Expand Down
6 changes: 3 additions & 3 deletions contracts/Cargo.lock

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

4 changes: 2 additions & 2 deletions contracts/validator-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ edition = "2018"

[dependencies]
ckb-std = "0.7.4"
gw-types = { git = "https://github.com/nervosnetwork/godwoken.git", rev = "c3165a6a2663c89cc81d821024fd71fe9cd0c49c", default-features = false }
gw-common = { git = "https://github.com/nervosnetwork/godwoken.git", rev = "c3165a6a2663c89cc81d821024fd71fe9cd0c49c", default-features = false }
gw-types = { git = "https://github.com/nervosnetwork/godwoken.git", rev = "888f0e9fc02adf0a52592dda1ddf283a596a7459", default-features = false }
gw-common = { git = "https://github.com/nervosnetwork/godwoken.git", rev = "888f0e9fc02adf0a52592dda1ddf283a596a7459", default-features = false }
20 changes: 10 additions & 10 deletions tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
gw-types = { git = "https://github.com/nervosnetwork/godwoken.git", rev = "c3165a6a2663c89cc81d821024fd71fe9cd0c49c" }
gw-common = { git = "https://github.com/nervosnetwork/godwoken.git", rev = "c3165a6a2663c89cc81d821024fd71fe9cd0c49c" }
gw-config = { git = "https://github.com/nervosnetwork/godwoken.git", rev = "c3165a6a2663c89cc81d821024fd71fe9cd0c49c" }
gw-db = { git = "https://github.com/nervosnetwork/godwoken.git", rev = "c3165a6a2663c89cc81d821024fd71fe9cd0c49c" }
gw-store = { git = "https://github.com/nervosnetwork/godwoken.git", rev = "c3165a6a2663c89cc81d821024fd71fe9cd0c49c" }
gw-traits = { git = "https://github.com/nervosnetwork/godwoken.git", rev = "c3165a6a2663c89cc81d821024fd71fe9cd0c49c" }
gw-generator = { git = "https://github.com/nervosnetwork/godwoken.git", rev = "c3165a6a2663c89cc81d821024fd71fe9cd0c49c" }
gw-chain = { git = "https://github.com/nervosnetwork/godwoken.git", rev = "c3165a6a2663c89cc81d821024fd71fe9cd0c49c" }
gw-mem-pool = { git = "https://github.com/nervosnetwork/godwoken.git", rev = "c3165a6a2663c89cc81d821024fd71fe9cd0c49c" }
gw-block-producer = { git = "https://github.com/nervosnetwork/godwoken.git", rev = "c3165a6a2663c89cc81d821024fd71fe9cd0c49c" }
gw-types = { git = "https://github.com/nervosnetwork/godwoken.git", rev = "888f0e9fc02adf0a52592dda1ddf283a596a7459" }
gw-common = { git = "https://github.com/nervosnetwork/godwoken.git", rev = "888f0e9fc02adf0a52592dda1ddf283a596a7459" }
gw-config = { git = "https://github.com/nervosnetwork/godwoken.git", rev = "888f0e9fc02adf0a52592dda1ddf283a596a7459" }
gw-db = { git = "https://github.com/nervosnetwork/godwoken.git", rev = "888f0e9fc02adf0a52592dda1ddf283a596a7459" }
gw-store = { git = "https://github.com/nervosnetwork/godwoken.git", rev = "888f0e9fc02adf0a52592dda1ddf283a596a7459" }
gw-traits = { git = "https://github.com/nervosnetwork/godwoken.git", rev = "888f0e9fc02adf0a52592dda1ddf283a596a7459" }
gw-generator = { git = "https://github.com/nervosnetwork/godwoken.git", rev = "888f0e9fc02adf0a52592dda1ddf283a596a7459" }
gw-chain = { git = "https://github.com/nervosnetwork/godwoken.git", rev = "888f0e9fc02adf0a52592dda1ddf283a596a7459" }
gw-mem-pool = { git = "https://github.com/nervosnetwork/godwoken.git", rev = "888f0e9fc02adf0a52592dda1ddf283a596a7459" }
gw-block-producer = { git = "https://github.com/nervosnetwork/godwoken.git", rev = "888f0e9fc02adf0a52592dda1ddf283a596a7459" }
parking_lot = "0.11"
anyhow = "1.0"
blake2b-rs = "0.2"
Expand Down

0 comments on commit c015a5c

Please sign in to comment.