-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[R4R]uprade to tendermint release 0.32.3 #93
Conversation
f3ddeb3
to
eab6c53
Compare
a3b8be1
to
69eca9f
Compare
69eca9f
to
3d3a7e2
Compare
GasWanted int64 `json:"gas_wanted,omitempty"` | ||
GasUsed int64 `json:"gas_used,omitempty"` | ||
Events []types.Event `json:"events,omitempty"` | ||
Tags []cmn.KVPair `json:"tags,omitempty"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why there are both Events
and Tags
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for compatibility
Need to add those in CHANGELOG |
@@ -23,13 +23,13 @@ import ( | |||
) | |||
|
|||
var ( | |||
nodeAddr = "tcp://127.0.0.1:80" | |||
nodeAddr = "tcp://data-seed-pre-0-s3.binance.org:80" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we change node address to testnet node
4e00164
to
d295222
Compare
d295222
to
d96333a
Compare
d96333a
to
f8e5b29
Compare
No description provided.