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

Draft branch for 0.7 cycle #352

Merged
merged 417 commits into from
Oct 13, 2022
Merged

Draft branch for 0.7 cycle #352

merged 417 commits into from
Oct 13, 2022

Conversation

tzemanovic
Copy link
Member

@tzemanovic tzemanovic commented Aug 18, 2022

based on #351

currently includes (checked if ready to graduate):

tzemanovic and others added 30 commits August 11, 2022 20:06
note that to make cargo deps, which complained about:

```
error: failed to select a version for `signature`
```

it was needed to run `cargo update -p signature` to:

```
Updating signature v1.5.0 -> v1.4.0
```
github-actions bot and others added 21 commits September 22, 2022 18:05
- remove intent modules from tx/vp_preludes, previously in vm_env

* tomas/remove-intent-gossiper:
  update wasm checksums
  changelog: add #500
  remove intent gossiper, matchmaker and their deps
* grarco+fraccaman/governance-more-fixes-rebase:
  [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
  Fixes specs
  [ci] wasm checksums update
  fix display proposal result in cli
  fix proposal_submission e2e test
  [misc] rebase
  Adds `max_proposal_period` governance parameter
  Removes `max_proposal_fund_transfer` parameter
  Use proposal `end_epoch` instead of `start_epoch` for voting power
  Skip tx whitelist for proposal code
  Rename `Treasury` to `SlashFund`
  fmt and fix clippy
  Speeds up testing
  Fixes `safe_exit` call only if `force` is not set
  [misc]: remove logs
  [fix]: votes accumulation
  Fixes test artifacts folder persistence
  Fixes e2e tests
  [fix]: e2e test
  [fix]: e2e test
  [misc]: clippy, fmt
  [fix]: error println
  [feat]: vote transaction validation
  [fix]: governance vp author address, proposal submission validation
  [fix]: bad validation condition
  [fix]: clippy, fmt
  [fix]: clippy, fmt
  [misc]: clippy, fmt
  [feat]: added total votes to query
  [fix]: governance overflow, proposal validation
* tomas+brent/lazy-vec-and-map:
  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
  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
  post-conditions for Transition::Update + some comments
  quick bug and documentation fix
  update after rebase on #458, #465
  storage/lazy_vec: add state machine test for lazy vec API
  storage/lazy_vec/validation: disallow unrecognized keys matching prefix
  impl LazyCollection trait for all the collections + refactor
  storage_api/collections/lazy: allow nested lazy collections in LazyMap
  add lazy_vec validation
  fix clippy
  storage_api/collections/lazy: add basic tests and missing methods
  cargo test test_lazy_vec_basics
  update lazy for explicit lifetime in StorageRead trait
  storage: add `Key::last` method, impl KeySeg for all ints
  Switch to use storage::KeySeg and add LazySet
  add lazy map without hashing
  refactored lazy collections, replaced hasher, added iter
  fmt && clippy
  add fn get_elem_key_by_hash to LazyMap
  lazy hash map first commit
  add lazy set (WIP), make LazyVec.get public
  add lazy vector
  create lazy data structures for storage access
  rustdoc: resolve ambiguous link
  fixup! Merge branch 'namada/tomas/sorted-prefix-iter' (#458)
* fraccaman/update-rocksdb:
  changelog: add #452
  feat: rocksdb use jemalloc
  feat: update rocksdb version
@tzemanovic
Copy link
Member Author

pls spawn devnet [anoma-devnet-draft]

1 similar comment
@tzemanovic
Copy link
Member Author

pls spawn devnet [anoma-devnet-draft]

@github-actions
Copy link
Contributor

github-actions bot commented Oct 3, 2022

Devnet with chain id namada-54abd96.8a9f54f3166bd3a spawned succesfully!

@Fraccaman
Copy link
Member

pls load test [namada-54abd96.8a9f54f3166bd3a,config_one.yaml,1;2;3;4]

@github-actions
Copy link
Contributor

github-actions bot commented Oct 3, 2022

Seed 1 result - [10, 100%]

Type Succeeded Failed
Delegate 3 0
Faucet 4 0
Transfer 2 0
Unbond 1 0
Withdraw 0 0

Seed 4 result - [10, 100%]

Type Succeeded Failed
Delegate 1 0
Faucet 6 0
Transfer 1 0
Unbond 1 0
Withdraw 1 0

Seed 2 result - [10, 100%]

Type Succeeded Failed
Delegate 2 0
Faucet 3 0
Transfer 2 0
Unbond 1 0
Withdraw 2 0

Seed 3 result - [10, 100%]

Type Succeeded Failed
Delegate 0 0
Faucet 6 0
Transfer 3 0
Unbond 1 0
Withdraw 0 0

@Fraccaman
Copy link
Member

pls load test [namada-54abd96.8a9f54f3166bd3a,config_two.yaml,1;2;3;4;5]

@github-actions
Copy link
Contributor

github-actions bot commented Oct 3, 2022

Seed 1 result - [200, 92%]

Type Succeeded Failed
Delegate 29 0
Faucet 79 0
Transfer 41 15
Unbond 22 0
Withdraw 14 0

Seed 4 result - [200, 95%]

Type Succeeded Failed
Delegate 24 0
Faucet 82 0
Transfer 34 10
Unbond 25 0
Withdraw 25 0

Seed 5 result - [200, 95%]

Type Succeeded Failed
Delegate 40 0
Faucet 71 0
Transfer 35 10
Unbond 16 0
Withdraw 28 0

Seed 2 result - [200, 96%]

Type Succeeded Failed
Delegate 30 0
Faucet 80 0
Transfer 43 7
Unbond 15 0
Withdraw 25 0

Seed 3 result - [200, 93%]

Type Succeeded Failed
Delegate 22 0
Faucet 77 0
Transfer 40 14
Unbond 26 0
Withdraw 21 0

@juped juped merged commit 546a043 into main Oct 13, 2022
@juped juped deleted the draft branch October 13, 2022 06:51
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.

9 participants