Skip to content

Commit

Permalink
Merge pull request #79 from BHONetwork/feeless-memo
Browse files Browse the repository at this point in the history
Feeless memo
  • Loading branch information
daniellam258 authored Apr 29, 2022
2 parents 5f93285 + c606a2d commit c2d44cd
Show file tree
Hide file tree
Showing 39 changed files with 157 additions and 88 deletions.
63 changes: 32 additions & 31 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 client/evm/evm-tracing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2018"
homepage = "https://bholdus.com"
license = "GPL-3.0-only"
repository = "https://github.com/Bholdus/bholdus-chain/"
version = "1.0.15"
version = "1.0.16"

[dependencies]
ethereum-types = { version = "0.13.1" }
Expand Down
2 changes: 1 addition & 1 deletion client/evm/rpc-core/debug/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2018"
homepage = "https://bholdus.com"
license = "GPL-3.0-only"
repository = "https://github.com/Bholdus/bholdus-chain/"
version = "1.0.15"
version = "1.0.16"

[dependencies]
ethereum-types = "0.13.1"
Expand Down
2 changes: 1 addition & 1 deletion client/evm/rpc-core/trace/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2018"
homepage = "https://bholdus.com"
license = "GPL-3.0-only"
repository = "https://github.com/Bholdus/bholdus-chain/"
version = "1.0.15"
version = "1.0.16"

[dependencies]
ethereum-types = "0.13.1"
Expand Down
2 changes: 1 addition & 1 deletion client/evm/rpc-core/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2018"
homepage = "https://bholdus.com"
license = "GPL-3.0-only"
repository = "https://github.com/bholdus/bholdus-chain/"
version = "1.0.15"
version = "1.0.16"

[dependencies]
ethereum-types = "0.13.1"
Expand Down
2 changes: 1 addition & 1 deletion client/evm/rpc/debug/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2018"
homepage = "https://bholdus.com"
license = "GPL-3.0-only"
repository = "https://github.com/bholdus/bholdus-chain/"
version = "1.0.15"
version = "1.0.16"

[dependencies]
futures = { version = "0.3", features = ["compat"] }
Expand Down
2 changes: 1 addition & 1 deletion client/evm/rpc/trace/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2018"
homepage = "https://bholdus.com"
license = "GPL-3.0-only"
repository = "https://github.com/Bholdus/bholdus-chain/"
version = "1.0.15"
version = "1.0.16"

[dependencies]
ethereum = { version = "0.12.0", features = ["with-codec"] }
Expand Down
2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = '2018'
homepage = 'https://bholdus.com'
name = 'bholdus'
repository = 'https://github.com/bholdus/bholdus-chain/'
version = "1.0.15"
version = "1.0.16"

[[bin]]
name = 'bholdus'
Expand Down
2 changes: 1 addition & 1 deletion node/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2018"
homepage = "https://bholdus.com"
name = "bholdus-cli"
repository = "https://github.com/bholdus/bholdus-chain/"
version = "1.0.15"
version = "1.0.16"


# [build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion node/service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2018"
homepage = "https://bholdus.com"
name = "bholdus-service"
repository = "https://github.com/bholdus/bholdus-chain/"
version = "1.0.15"
version = "1.0.16"

[dependencies]
structopt = "0.3.8"
Expand Down
2 changes: 1 addition & 1 deletion pallets/bridge/native-transfer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = 'Unlicense'
name = 'bholdus-bridge-native-transfer'
readme = 'README.md'
repository = 'https://github.com/bholdus/bholdus-chain.git'
version = "1.0.15"
version = "1.0.16"

[package.metadata.docs.rs]
targets = ['x86_64-unknown-linux-gnu']
Expand Down
2 changes: 1 addition & 1 deletion pallets/currencies/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bholdus-currencies"
version = "1.0.15"
version = "1.0.16"
authors = ["Nhi Tran <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion pallets/dex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = 'Unlicense'
name = 'bholdus-dex'
readme = 'README.md'
repository = 'https://github.com/bholdus/bholdus-chain/'
version = "1.0.15"
version = "1.0.16"

[package.metadata.docs.rs]
targets = ['x86_64-unknown-linux-gnu']
Expand Down
Loading

0 comments on commit c2d44cd

Please sign in to comment.