Skip to content

abci: remove setOption #5447

Merged
tac0turtle merged 11 commits intomasterfrom
marko/remove_setOption
Oct 8, 2020
Merged

abci: remove setOption #5447
tac0turtle merged 11 commits intomasterfrom
marko/remove_setOption

Conversation

@tac0turtle
Copy link
Contributor

Description

remove Response/Request SetOption from ABCI.

I couldn't find it being used anywhere.

Closes: #XXX

@tac0turtle tac0turtle added C:abci Component: Application Blockchain Interface T:code-hygiene General cleanup and restructuring of code to provide clarity, flexibility, and modularity. labels Oct 2, 2020
@tac0turtle tac0turtle force-pushed the marko/remove_setOption branch from 57c2b22 to 287245e Compare October 2, 2020 16:16
@tac0turtle tac0turtle marked this pull request as ready for review October 2, 2020 16:16
@codecov
Copy link

codecov bot commented Oct 2, 2020

Codecov Report

❗ No coverage uploaded for pull request base (master@169fa6d). Click here to learn what that means.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             master    #5447   +/-   ##
=========================================
  Coverage          ?   61.48%           
=========================================
  Files             ?      259           
  Lines             ?    23426           
  Branches          ?        0           
=========================================
  Hits              ?    14403           
  Misses            ?     7565           
  Partials          ?     1458           
Impacted Files Coverage Δ
abci/client/client.go 40.00% <ø> (ø)
abci/client/grpc_client.go 0.00% <ø> (ø)
abci/client/local_client.go 0.00% <ø> (ø)
abci/client/socket_client.go 39.90% <ø> (ø)
abci/example/kvstore/persistent_kvstore.go 40.83% <ø> (ø)
abci/types/application.go 0.00% <ø> (ø)
abci/types/messages.go 20.00% <ø> (ø)
abci/types/result.go 23.07% <ø> (ø)
proxy/app_conn.go 25.00% <ø> (ø)

@melekes
Copy link
Contributor

melekes commented Oct 4, 2020

Is there a PR which updates the spec?

tac0turtle and others added 3 commits October 6, 2020 09:54
since there's no serial option, counter app always returns OK (even if
transactions are not in serial order)
}
}

/*func checkTx(client abcicli.Client, txBytes []byte, codeExp uint32, dataExp []byte) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

dam, whats your take on the possibility of removing counter app and just supporting kvstore? It seems counter does not provide anything extra?

Copy link
Contributor

Choose a reason for hiding this comment

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

fine by me

@tac0turtle tac0turtle merged commit 82e4693 into master Oct 8, 2020
@tac0turtle tac0turtle deleted the marko/remove_setOption branch October 8, 2020 17:12
melekes added a commit that referenced this pull request Oct 9, 2020
Remove Response/Request SetOption from ABCI.

Co-authored-by: Anton Kaliaev <anton.kalyaev@gmail.com>
@tac0turtle tac0turtle mentioned this pull request Jul 27, 2022
39 tasks
samricotta added a commit that referenced this pull request Aug 16, 2022
* Remove set option for abci
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C:abci Component: Application Blockchain Interface T:code-hygiene General cleanup and restructuring of code to provide clarity, flexibility, and modularity.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants