Skip to content
This repository has been archived by the owner on May 22, 2023. It is now read-only.

Fixed from address for contract call options #432

Merged
merged 2 commits into from
Apr 29, 2020
Merged

Fixed from address for contract call options #432

merged 2 commits into from
Apr 29, 2020

Conversation

pdyraga
Copy link
Member

@pdyraga pdyraga commented Apr 28, 2020

Updated dependencies to the most recent versions of keep-core and keep-common containing keep-network/keep-common#33 with a fix to From address in call options for generated contract bindings.

Tested with clients and smoke test, everything works as expected.

pdyraga added 2 commits April 28, 2020 23:34
Updated dependencies to the most recent versions containing a fix to
from address in call options for generated contract bindings.

From address should be set to the signer address. We had a bug and it
was set to the destination contract address.
@@ -18,8 +18,8 @@ require (
github.com/gogo/protobuf v1.3.1
github.com/google/gofuzz v1.1.0
github.com/ipfs/go-log v0.0.1
github.com/keep-network/keep-common v0.3.0-rc
github.com/keep-network/keep-core v0.14.0-rc
github.com/keep-network/keep-common v0.3.0-rc.0.20200427145435-e24eeb9599e4
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to update this reference to a commit merging the actual PR to the master? keep-network/keep-common@07d2a79

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or maybe we should provide a new tag in keep-common?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'll do a new tag before keep-core release and then we'll update. We have to do the same in keep-core.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🆒

@nkuba nkuba merged commit 2bbe220 into master Apr 29, 2020
@nkuba nkuba deleted the caller-fix branch April 29, 2020 12:14
@pdyraga pdyraga added this to the v0.15.0 milestone Apr 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants