William Banfield
7ac22e86eb
remove logger from test
3 years ago
William Banfield
5ef0536f2f
remove println
3 years ago
William Banfield
2b7eb993a0
Merge remote-tracking branch 'origin/wb/abci-prepare-proposal-synchronize' into wb/abci-prepare-proposal-synchronize
3 years ago
William Banfield
3a8bcf87b2
add updated validator set to node test
3 years ago
William Banfield
ebb63fbac0
Merge branch 'master' into wb/abci-prepare-proposal-synchronize
3 years ago
William Banfield
0ed4faed3a
remove unused update field
3 years ago
William Banfield
f2b3306cd2
lint++
3 years ago
William Banfield
9401775b7a
Update types/tx_test.go
Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
3 years ago
William Banfield
2a31ff7342
Update types/tx.go
Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
3 years ago
William Banfield
5f23a43930
chose readability over performance on Validation method
3 years ago
Thane Thomson
4dce885994
ADR: Protocol Buffers Management ( #8029 )
* First draft of protobuf management ADR
Signed-off-by: Thane Thomson <connect@thanethomson.com>
* Pre-emptively add ADR to "Accepted" section in README
Signed-off-by: Thane Thomson <connect@thanethomson.com>
* Add missing prototool link
Signed-off-by: Thane Thomson <connect@thanethomson.com>
* Elaborate on positive consequences of decision
Signed-off-by: Thane Thomson <connect@thanethomson.com>
* Add clang-format GA to detailed design
Signed-off-by: Thane Thomson <connect@thanethomson.com>
* Fix broken link
Signed-off-by: Thane Thomson <connect@thanethomson.com>
* Add notes on automated docs generation
Signed-off-by: Thane Thomson <connect@thanethomson.com>
* Rewording and restructuring for clarity
Signed-off-by: Thane Thomson <connect@thanethomson.com>
* Grammatical fixes and elaborations
Signed-off-by: Thane Thomson <connect@thanethomson.com>
* Revise wording for clarity
Signed-off-by: Thane Thomson <connect@thanethomson.com>
* Address comments
Signed-off-by: Thane Thomson <connect@thanethomson.com>
* Update ADR to reflect current consensus on Buf
Signed-off-by: Thane Thomson <connect@thanethomson.com>
* Minor grammar fix
Signed-off-by: Thane Thomson <connect@thanethomson.com>
Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
3 years ago
William Banfield
4763b0ee99
resurrect tx.Proof method
3 years ago
William Banfield
f7c35e70b9
remove erroneous comment over ToSliceOfBytes
3 years ago
Sam Kleinman
faf123bda2
autofile: reduce minor panic and docs changes ( #8122 )
* autofile: reduce minor panic and docs changes
* fix lint
3 years ago
William Banfield
cff2d43d1e
move TxsToTxRecords as helper function for state tests
3 years ago
William Banfield
ae184ba529
remove ToTxs unsued function
3 years ago
Sam Kleinman
da5c09cf6f
cleanup: remove commented code ( #8123 )
3 years ago
William Banfield
3de294a513
clang format intermediate file
3 years ago
William Banfield
e87cef8dd3
Merge branch 'master' into wb/abci-prepare-proposal-synchronize
3 years ago
William Banfield
9781ec60ae
update validation comment
3 years ago
Sam Kleinman
b08dd93d88
libs/log: remove Must constructor ( #8120 )
* libs/log: remove Must constructor
* Update test/e2e/node/main.go
Co-authored-by: M. J. Fromberger <michael.j.fromberger@gmail.com>
* use stdlog
Co-authored-by: M. J. Fromberger <michael.j.fromberger@gmail.com>
3 years ago
William Banfield
6da708049f
Merge branch 'master' into wb/abci-prepare-proposal-synchronize
3 years ago
William Banfield
11edd067e7
add test for preserving order
3 years ago
William Banfield
e080b9c740
helper fixups
3 years ago
William Banfield
3783fbb327
change mh variable
3 years ago
William Banfield
438adcd0dd
split into smaller functions
3 years ago
William Banfield
fa9b029a26
defensive copy + layout change
3 years ago
William Banfield
1dce618a65
Apply suggestions from code review
Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
3 years ago
William Banfield
747eb86de8
remove Get prefix
3 years ago
William Banfield
5a5167974f
remove comment incorrectly stating allocation by NewTxRecordSet
3 years ago
William Banfield
7c7307961b
remove TxRecordsToTxs
3 years ago
William Banfield
235a636af2
comment Txs sort
3 years ago
William Banfield
b1ddcb947d
Update proto/tendermint/abci/types.proto.intermediate
Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
3 years ago
William Banfield
a843d8bf28
createProposalBlock explicit returns
3 years ago
William Banfield
889488f92c
log if part set errors
3 years ago
William Banfield
89c932352b
comment types_test
3 years ago
William Banfield
51cf3fe7db
rename to MarshalTxResults
3 years ago
William Banfield
c8844abd62
create separate removed list in kvstore
3 years ago
Sam Kleinman
a5320da5c8
node: cleanup evidence db ( #8119 )
3 years ago
William Banfield
4bf2027d3c
comment the validation logic
3 years ago
William Banfield
bef6ab6e51
remove methods from abci tx records
3 years ago
William Banfield
9082915626
implement TxRecordSet for dealing with TxRecord validation
3 years ago
William Banfield
8e5dfa55ef
rfc: RFC 015 ABCI++ Tx Mutation ( #8033 )
This pull requests adds an RFC to discuss the proposed mechanism for transaction replacement detailed in the ABCI++ specification.
3 years ago
Jordi Pinyana
70df7d9e6e
readme: add vocdoni ( #8117 )
Add Vocdoni under applications section on the README.
3 years ago
frog power 4000
98dd0d6c5a
minor typo in docs ( #8116 )
3 years ago
frog power 4000
aff1481682
Update abci++_basic_concepts_002_draft.md ( #8114 )
Minor Typo (nice doc!)
3 years ago
William Banfield
ce9b5982bc
fix all cases of CreateProposalBlock votes
3 years ago
William Banfield
64b0b0a646
mempool_test does not make new list of Tx
3 years ago
William Banfield
4655d5d9f0
trim prefix from demo app
3 years ago
William Banfield
ca1824b415
update substPrepareTx
3 years ago