Skip to content

Commit ead0898

Browse files
committed
Merge branch 'draft' into ray/masp-testnet-n002
* draft: (394 commits) Revert "Update getting-started.md" Update getting-started.md changelog: add #442 rustdoc: fix outdated links make build-doc: only build rustdoc in this command [ci] remove drone ci: double the build-and-test timeout [ci] download masp paramters [ci] improve automation tool, add pls spawn devnet command [ci] added dev documentation build, added rust doc build I removed the limitation. I removed the limitation. encoding_spec: rm ":" from fragment links in e.g. `ed25519::PublicKey` docs/dev: update encoding spec generation update wasm checksums changelog: add #380 changelog: add #384 shared/storage: fix the height recorded for a new epoch shared: Add pre/post to VpEnv and use them to provide default impls changelog: add #1249 test/ledger: update last_epoch assertion ledger: fix last_epoch to only change when committing block changelog: add #337 Specify --target-dir when building wasms changelog: add #335 wasm checksums update test/vm_host_env: refactor prefix iter tests with new `iter_prefix` fn storage_api: build a nicer `iter_prefix` function on top of StorageRead changelog: add #334 wasm checksums update storage_api: add default borsh encoded read/write impl and handle errors update wasm checksums pos: update validator raw hash validation changelog: add #326 changelog: add #331 changelog: add #324 changelog: add #318 update wasm checksums fix missing StorageWrite for Storage merkle tree update storage: remove unnecessary clone add more comments for StorageRead lifetime with an example usage add <'iter> lifetime to StorageRead trait to get around lack of GATs ledger: impl StorageWrite for Storage ledger: factor out TxEnv write methods into a new StorageWrite trait [fix] use fetch-depth: 0 on tag pipeline Namada 0.7.1 fix spelling of 'features' in Cargo.toml realign cargo/wasm integrity changelog: add #278 test: allow to sign and verify secp256k1 client: add check on validator consensus key shared: optional secp256k1 signing and verification to avoid wasm bloat pick scheme for generating validator keys must use ed25519 for validator consensus key and node ID update rustdoc on PKH make fmt deps: enable secp256k1 in tendermint-rs handle secp256k1 in key_to_tendermint() fmt && clippy use heliaxdev/libsecp256k1 crate fork as dependency for now release: update release.toml for namada repo new test for zeroizing secp256k1 keys wrap libsecp256k1::SecretKey in a Box within SecretKey struct add a test to zeroize secp256k1 fix bug in supplying args to test_genesis_validators() make validator_key_to_json() compatible with ed25519 and secp256k1 keys fix bug to prevent generating keys with common SchemeType fix bug where we were generating a key with common scheme make fmt fix unit test test_toml_roundtrip to supply good validator keys e2e test_genesis_validators(): make each validator have different key scheme fix some comments fix bug in supplying keypair to Tendermint clean and simplify code in id_from_pk() allow CL specification of a specific key scheme for the TxInitValidator improve write_tendermint_node_key() to produce the proper json given the underlying key scheme convert from common to underlying key type in id_from_pk() when constructing the TendermintNodeId change variable names in fns try_to_sk() and try_to_sig() to reduce confusion clean up code implementing Serialize/Deserialize, comment on certain implementations update wasm checksums remove Result layering for id_from_pk drop 'Consensus' from SchemeType enum variants incorporate options into key generation functions command line options for specifying key scheme initial commit for supporting secp256k1 keys clean and simplify code in id_from_pk() allow CL specification of a specific key scheme for the TxInitValidator improve write_tendermint_node_key() to produce the proper json given the underlying key scheme convert from common to underlying key type in id_from_pk() when constructing the TendermintNodeId ledger/pos: implement PosReadOnly using StorageRead trait ledger/tx: inherit StorageRead in TxEnv ledger/storage: impl StorageRead for Storage ledger/vp: impl StorageRead for WASM VPs pre and post state ledger/native_vp: implement StorageRead for pre and post state ledger: add StorageRead trait with extensible error type change variable names in fns try_to_sk() and try_to_sig() to reduce confusion pos: fix bond zero amount error msg pos/validation: refactor accumulation of changes clean up code implementing Serialize/Deserialize, comment on certain implementations remove Result layering for id_from_pk ...
2 parents 717979f + da80f3d commit ead0898

File tree

298 files changed

+21930
-16983
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

298 files changed

+21930
-16983
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Make read_wasm return an error instead of exiting in InitChain
2+
([#1099](https://github.com/anoma/anoma/pull/1099))
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Fix the `last_epoch` field in the shell to only be updated when the block is
2+
committed. ([#1249](https://github.com/anoma/anoma/pull/1249))
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Switch to a alternative sparse merkle tree implementation for IBC sub-tree
2+
to be able to support proofs compatible with the current version of ICS23
3+
([#279](https://github.com/anoma/namada/pull/279))
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Fixed validator raw hash corresponding to validator address in Tendermint
2+
([#326](https://github.com/anoma/namada/pull/326))
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Fix the value recorded for epoch start block height.
2+
([#384](https://github.com/anoma/namada/issues/384))
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Fix the rustdoc build. ([#419](https://github.com/anoma/namada/issues/419))
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Use a cargo workspace for some of our wasm crates
2+
([#1096](https://github.com/anoma/anoma/pull/1096))
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Added a make recipe to build WASM in debug mode with `make debug-wasm-scripts`
2+
([#1243](https://github.com/anoma/anoma/pull/1243))
File renamed without changes.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Applied various fixes and updates to the PoS system spec and integration spec
2+
([#1070](https://github.com/anoma/anoma/pull/1070))

0 commit comments

Comments
 (0)