Skip to content

Commit

Permalink
Merge tag 'v0.8.1' into cwgoes/masp-testnet-revisions
Browse files Browse the repository at this point in the history
Namada 0.8.1

* tag 'v0.8.1': (197 commits)
  Namada 0.8.1
  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
  app: set "namada" set default bin for `cargo run`
  fix: rename anoma to namada, remove author print
  CI: add workaround for release build missing git tag
  Namada 0.8.0
  changelog: add #547
  wasm: update checksums
  [chore]: Lints and formatting
  [fix]: Fixed proof specs for non-existence proofs
  [fix]: Update the main tree when deleting a key
  [fix]: Fixed last ibc unit test
  [fix]: Fixed some tests.
  [feat]: Refactored the merkle tree into a more maintainable multi-store
  build: pin abciplus library revisions
  wasm: update checksums.json
  ci: standardize on one tendermint hash
  formatting changes
  change `L_{NAM}` -> `L_{PoS}` for clarity and consistency
  change inflation `I` to have units of tokens per epoch
  fix term ordering in error calculation
  Remove other `:=` in favor of `=`
  distinguish new and old inflation rates with a prime
  fix md rendering
  correct the shielded pool error calculation
  change storing of error to storing of token ratios (same procedure)
  fix: `I` is percent per annum
  distinguish between `K` in storage and `K` as intermediate value in inflation calculation
  Use `I` for inflation rates, as `R` reserved for locked ratios
  specify some default values, other small edits
  release: add scripts/release.sh
  release: add release.toml to wasm workspace and wasm_for_tests
  release: don't tag from cargo release
  release: update release.toml for cargo-release 0.21.4
  wasm: remove tx_from_intent build
  wasm: repair wasm checksums
  Add changelog
  Add changelog
  Fix TransactionGasExceededed typo
  changelog: add #594
  shared/storage: fix the height recorded for a new epoch
  Apply suggestions from code review
  changelog: add #590
  wasm/tx_bond: fix delegation detection to compare source and validator
  wasm/tx_bond: add test seed which makes it fail
  Adds missing excape chars
  fix: governance docs latex
  ci: upload docs after build
  move unreleased changelogs accidentally added to v0.7.1
  Update .gitignore
  Add install-release target
  Update shared/src/ledger/ibc/handler.rs
  ci: added tendermint ad825dcadbd4b98c3f91ce5a711e4fb36a69c377
  [fix]: Fixed some array concatenations
  Update shared/src/ledger/ibc/handler.rs
  ci: fix build-and-test.yml
  ci: update wasm version
  ci: added gh action specific to eth-bridge-integration branch
  [feat]: Moved to ics23 v0.7.0. This came with some ibc updates as well
  Update README.md
  minor edits, ensuring consistency of terms
  updated the front page of docs
  added the right favicon
  ci: added slack secret
  changelog: add #452
  feat: rocksdb use jemalloc
  feat: update rocksdb version
  Enable mdbook-admonish for the specs mdbook
  [ci] wasm checksums update
  changelog: add #501
  fix e2e tests
  fix e2e tests
  Misc refactoring
  Uses `end_epoch` in `query_proposal_result`
  Refactors governance e2e tests
  [ci] wasm checksums update
  changelog: #503
  [ci] wasm checksums update
  remove unfinished lazy_set, lazy_hashset and lazy_hashmap for now
  ledger/storage/lazy: update lazy_set for updated trait LazyCollection
  Fixes specs
  [ci] wasm checksums update
  fix display proposal result in cli
  fix proposal_submission e2e test
  [misc] rebase
  ledger/storage/lazy: remove unused error cases
  WIP: Nested LazyMap validation and testing
  WIP: validation for lazy_map
  WIP: StateMachine tests for lazy_vec validation
  update wasm checksums
  changelog: add #500
  remove intent gossiper, matchmaker and their deps
  Adds `max_proposal_period` governance parameter
  Removes `max_proposal_fund_transfer` parameter
  Use proposal `end_epoch` instead of `start_epoch` for voting power
  ...
  • Loading branch information
juped committed Oct 27, 2022
2 parents 66b17ab + 836a6de commit ade008e
Show file tree
Hide file tree
Showing 281 changed files with 9,372 additions and 15,741 deletions.
2 changes: 2 additions & 0 deletions .changelog/v0.8.0/bug-fixes/594-fix-pred-epoch-height.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Fix the value recorded for epoch start block height.
([#594](https://github.com/anoma/namada/pull/594))
2 changes: 2 additions & 0 deletions .changelog/v0.8.0/features/132-multitoken-transfer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Added multitoken transfer and query for bridges
([#132](https://github.com/anoma/namada/issues/132))
2 changes: 2 additions & 0 deletions .changelog/v0.8.0/features/503-lazy-vec-and-map.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Added lazy vector and map data structures for ledger storage
([#503](https://github.com/anoma/namada/pull/503))
3 changes: 3 additions & 0 deletions .changelog/v0.8.0/improvements/409-sorted-prefix-iter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Fix order of prefix iterator to be sorted by storage
keys and add support for a reverse order prefix iterator.
([#409](https://github.com/anoma/namada/issues/409))
2 changes: 2 additions & 0 deletions .changelog/v0.8.0/improvements/465-vp-tx-env-conrete-error.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Re-use `storage_api::Error` type that supports wrapping custom error in `VpEnv` and `TxEnv` traits.
([#465](https://github.com/anoma/namada/pull/465))
2 changes: 2 additions & 0 deletions .changelog/v0.8.0/improvements/467-governance-fixes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Fixed governance parameters, tally, tx whitelist and renamed treasury
([#467](https://github.com/anoma/namada/issues/467))
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Enable mdbook-admonish for the specs
([#518](https://github.com/anoma/namada/issues/518))
2 changes: 2 additions & 0 deletions .changelog/v0.8.0/improvements/547-multistore-refactor.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Extend Merkle tree storage to support multiple Merkle trees with a uniform
interface. ([#547](https://github.com/anoma/namada/pull/547))
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fix a typo in an error ([#605](https://github.com/anoma/namada/issues/605))
2 changes: 2 additions & 0 deletions .changelog/v0.8.0/miscellaneous/452-update-rocksdb.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Updated rockDB dependency to 0.19.0 and enabled its jemalloc feature.
([#452](https://github.com/anoma/namada/pull/452))
2 changes: 2 additions & 0 deletions .changelog/v0.8.0/miscellaneous/493-remove-intent-gossiper.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Removed intent gossiper and matchmaker code
([#493](https://github.com/anoma/namada/issues/493))
1 change: 1 addition & 0 deletions .changelog/v0.8.0/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Namada 0.8.0 is a regular minor release.
2 changes: 2 additions & 0 deletions .changelog/v0.8.0/testing/590-fix-tx-bond-test-condition.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Fix a condition in tx_bond test that causes a false negative result
([#590](https://github.com/anoma/namada/pull/590))
2 changes: 2 additions & 0 deletions .changelog/v0.8.1/improvements/510-shims-merge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Shim ABCI++ methods for tendermint
([#510](https://github.com/anoma/namada/pull/510))
2 changes: 2 additions & 0 deletions .changelog/v0.8.1/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Namada 0.8.1 is a point release focused on standardizing Tendermint
compatibility.
9 changes: 9 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
target
.changelog
.github
.vscode
audit
test
wasm_for_tests
genesis
docker
23 changes: 22 additions & 1 deletion .github/workflows/automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
tasks:
if: ${{ github.event.issue.pull_request }}
runs-on: ${{ matrix.os }}
timeout-minutes: ${{ matrix.make.timeout }}
strategy:
fail-fast: false
matrix:
Expand All @@ -25,12 +26,24 @@ jobs:
- name: Update wasm
comment: pls update wasm
command: update-wasm.py
logs: 'false'
timeout: 15
- name: Publish wasm
comment: pls publish wasm
command: publish-wasm.py
logs: 'false'
timeout: 15
- name: Spawn devnet
comment: pls spawn devnet
command: spawn-devnet.py
logs: 'false'
timeout: 25
- name: Load tester
comment: pls load test
command: load-test.py
logs: 'true'
logs_path: /tmp/namada-load-tester/logs/
timeout: 360

steps:
- name: Configure AWS Credentials
Expand All @@ -56,15 +69,23 @@ jobs:
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
pip3 install ghapi boto3 toml >/dev/null 2>&1
pip3 install ghapi boto3 toml requests py-markdown-table >/dev/null 2>&1
aws s3 cp s3://$CHAIN_BUCKET/scripts/${{ matrix.make.command }} .github/workflows/scripts/
python3 .github/workflows/scripts/${{ matrix.make.command }}
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_READ_ORG_TOKEN: ${{ secrets.GT_READ_ORG }}
GITHUB_DISPATCH_TOKEN: ${{ secrets.GT_DISPATCH }}
SLACK_DEVNET_SECRET: ${{ secrets.SLACK_DEVNET_SECRET }}
BINARIES_COMMIT_SHA: ${{ steps.comment-branch.outputs.head_sha }}
- name: Upload load tester logs
if: ${{ matrix.make.logs == 'true' && steps.check.outputs.triggered == 'true' }}
uses: actions/upload-artifact@v3
with:
name: logs-load-tester-${{ github.sha }}
path: ${{ matrix.make.logs_path }}
retention-days: 5
- name: Comment not found
if: steps.check.outputs.triggered != 'true'
run: echo "Comment $COMMENT not found"
Expand Down
Loading

0 comments on commit ade008e

Please sign in to comment.