Skip to content
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

ci: standardize on one tendermint hash #614

Merged
merged 1 commit into from
Oct 20, 2022
Merged

Conversation

juped
Copy link
Member

@juped juped commented Oct 15, 2022

With the shims, we will use only tendermint hash ad825dcadbd4b98c3f91ce5a711e4fb36a69c377 for the time being.

With the shims, we will use only tendermint hash
ad825dcadbd4b98c3f91ce5a711e4fb36a69c377 for the time being.
juped added a commit that referenced this pull request Oct 17, 2022
) and 'namada/tiago/main/shim-vext' (#510)

* namada/ray/standardize-tm-version:
  ci: standardize on one tendermint hash

* namada/tiago/main/shim-vext:
  build: pin abciplus library revisions
  wasm: update checksums.json
  Fix websockets and parsing of events returned from Tm
  Updated the lock file and fixed resulting issues. Tendermint currently won't start however
  Change the way we call Tendermint
  Add Cargo.lock changes
  Removed tm events log, put websocket back everywhere in client
  Remaining fixes
  Fix abcipp
  Add missing shell methods
  Fix abciplus
  Add Cargo.lock file diffs
  Find and replace Tendermint imports
  Add ConsensusParams import
  More fixes
  WIP: Shimming main
  Cargo lock nonsense
  Remove unused feature flag from Makefile
  WIP: Shimming main
  Shim queries
  Shim ProcessProposal
  Shim PrepareProposal
  WIP: Shimming main
  Add unit test filter to makefile targets
  WIP: Shimming main
juped added a commit that referenced this pull request Oct 17, 2022
juped added a commit that referenced this pull request Oct 17, 2022
juped added a commit that referenced this pull request Oct 17, 2022
) and 'namada/tiago/main/shim-vext' (#510)

* namada/ray/standardize-tm-version:
  ci: standardize on one tendermint hash

* namada/tiago/main/shim-vext:
  build: pin abciplus library revisions
  wasm: update checksums.json
  Fix websockets and parsing of events returned from Tm
  Updated the lock file and fixed resulting issues. Tendermint currently won't start however
  Change the way we call Tendermint
  Add Cargo.lock changes
  Removed tm events log, put websocket back everywhere in client
  Remaining fixes
  Fix abcipp
  Add missing shell methods
  Fix abciplus
  Add Cargo.lock file diffs
  Find and replace Tendermint imports
  Add ConsensusParams import
  More fixes
  WIP: Shimming main
  Cargo lock nonsense
  Remove unused feature flag from Makefile
  WIP: Shimming main
  Shim queries
  Shim ProcessProposal
  Shim PrepareProposal
  WIP: Shimming main
  Add unit test filter to makefile targets
  WIP: Shimming main
@juped juped modified the milestones: v0.8.0, v0.8.x Oct 17, 2022
@juped
Copy link
Member Author

juped commented Oct 17, 2022

This is meant to go in at the same time as #510 when that is ready.

juped added a commit that referenced this pull request Oct 20, 2022
* ray/shims-merge:
  wasm: update checksums.json
  test/e2e: fix node_connectivity test
  test/e2e: update expected string for non-validator node
  [fix]: Removed unnecessary patches in wasm
  [feat]: Patched tendermint-rs and ibc-rs to compatible versions
  build: pin abciplus library revisions
  wasm: update checksums.json
  ci: standardize on one tendermint hash
  Fix websockets and parsing of events returned from Tm
  Updated the lock file and fixed resulting issues. Tendermint currently won't start however
  Change the way we call Tendermint
  Add Cargo.lock changes
  Removed tm events log, put websocket back everywhere in client
  Remaining fixes
  Fix abcipp
  Add missing shell methods
  Fix abciplus
  Add Cargo.lock file diffs
  Find and replace Tendermint imports
  Add ConsensusParams import
  More fixes
  WIP: Shimming main
  Cargo lock nonsense
  Remove unused feature flag from Makefile
  WIP: Shimming main
  Shim queries
  Shim ProcessProposal
  Shim PrepareProposal
  WIP: Shimming main
  Add unit test filter to makefile targets
  WIP: Shimming main
juped added a commit that referenced this pull request Oct 20, 2022
) and 'namada/tiago/main/shim-vext' (#510)

* namada/ray/standardize-tm-version:
  ci: standardize on one tendermint hash

* namada/tiago/main/shim-vext:
  build: pin abciplus library revisions
  wasm: update checksums.json
  Fix websockets and parsing of events returned from Tm
  Updated the lock file and fixed resulting issues. Tendermint currently won't start however
  Change the way we call Tendermint
  Add Cargo.lock changes
  Removed tm events log, put websocket back everywhere in client
  Remaining fixes
  Fix abcipp
  Add missing shell methods
  Fix abciplus
  Add Cargo.lock file diffs
  Find and replace Tendermint imports
  Add ConsensusParams import
  More fixes
  WIP: Shimming main
  Cargo lock nonsense
  Remove unused feature flag from Makefile
  WIP: Shimming main
  Shim queries
  Shim ProcessProposal
  Shim PrepareProposal
  WIP: Shimming main
  Add unit test filter to makefile targets
  WIP: Shimming main
juped added a commit that referenced this pull request Oct 20, 2022
* ray/shims-merge:
  changelog: add #510
  [feat]: Make process proposal stateless
  test/e2e: fix node_connectivity test
  test/e2e: update expected string for non-validator node
  [fix]: Removed unnecessary patches in wasm
  [feat]: Patched tendermint-rs and ibc-rs to compatible versions
  build: pin abciplus library revisions
  wasm: update checksums.json
  ci: standardize on one tendermint hash
  Fix websockets and parsing of events returned from Tm
  Updated the lock file and fixed resulting issues. Tendermint currently won't start however
  Change the way we call Tendermint
  Add Cargo.lock changes
  Removed tm events log, put websocket back everywhere in client
  Remaining fixes
  Fix abcipp
  Add missing shell methods
  Fix abciplus
  Add Cargo.lock file diffs
  Find and replace Tendermint imports
  Add ConsensusParams import
  More fixes
  WIP: Shimming main
  Cargo lock nonsense
  Remove unused feature flag from Makefile
  WIP: Shimming main
  Shim queries
  Shim ProcessProposal
  Shim PrepareProposal
  WIP: Shimming main
  Add unit test filter to makefile targets
  WIP: Shimming main
@juped juped merged commit fa6f4a2 into main Oct 20, 2022
@juped juped deleted the ray/standardize-tm-version branch October 20, 2022 11:24
juped added a commit that referenced this pull request Oct 20, 2022
* ray/shims-merge:
  changelog: add #510
  [feat]: Make process proposal stateless
  test/e2e: fix node_connectivity test
  test/e2e: update expected string for non-validator node
  [fix]: Removed unnecessary patches in wasm
  [feat]: Patched tendermint-rs and ibc-rs to compatible versions
  build: pin abciplus library revisions
  wasm: update checksums.json
  ci: standardize on one tendermint hash
  Fix websockets and parsing of events returned from Tm
  Updated the lock file and fixed resulting issues. Tendermint currently won't start however
  Change the way we call Tendermint
  Add Cargo.lock changes
  Removed tm events log, put websocket back everywhere in client
  Remaining fixes
  Fix abcipp
  Add missing shell methods
  Fix abciplus
  Add Cargo.lock file diffs
  Find and replace Tendermint imports
  Add ConsensusParams import
  More fixes
  WIP: Shimming main
  Cargo lock nonsense
  Remove unused feature flag from Makefile
  WIP: Shimming main
  Shim queries
  Shim ProcessProposal
  Shim PrepareProposal
  WIP: Shimming main
  Add unit test filter to makefile targets
  WIP: Shimming main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant