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 v0.15.2 #1319

Closed
wants to merge 89 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
89 commits
Select commit Hold shift + click to select a range
bcee996
ledger: default folder in home directory
Feb 9, 2023
713852b
fix: use data_dir
Feb 9, 2023
05a6279
fix: doc strings
Feb 10, 2023
6617d12
ledger: added utils to convert pk to tendermint address
Feb 13, 2023
0829675
format
Feb 13, 2023
87febd3
fix: review comments
Feb 22, 2023
3cf138c
WIP: resolve dependences for new ibc-rs
yito88 Feb 22, 2023
31491fb
WIP: impl ValidationContext
yito88 Feb 23, 2023
50622a3
WIP: add context dir
yito88 Feb 23, 2023
a26aae6
WIP: restore read_counter and read_sequence
yito88 Feb 23, 2023
185cb7c
WIP: implement ExecutionContext
yito88 Feb 24, 2023
586b9b5
WIP: upgrade ibc-rs to 0.29.0
yito88 Feb 24, 2023
c7549ad
WIP: implement Module
yito88 Feb 24, 2023
1759414
WIP: implementing TokenTransferContext
yito88 Feb 24, 2023
17a9672
WIP: implement TokenTransferContext
yito88 Feb 24, 2023
2df9b9d
WIP: implementing IBC VP and tx
yito88 Feb 27, 2023
0b6720b
WIP: get_block_header
yito88 Feb 28, 2023
4ab144b
WIP: fix IBC token VP
yito88 Feb 28, 2023
9ef39cb
WIP: fix IBC VP for denom store
yito88 Mar 1, 2023
3fb3085
WIP: fix IBC VP
yito88 Mar 1, 2023
79232f0
WIP: fix vp_get_block_header
yito88 Mar 1, 2023
4d3dcbe
WIP: fix tests/src/vm_host_env/ibc.rs
yito88 Mar 1, 2023
417cb13
WIP: add IbcCommonContext
yito88 Mar 2, 2023
fc307b8
WIP: fix denom validation
yito88 Mar 2, 2023
1e7b6d0
WIP: upgrade ibc-rs to v0.31.0
yito88 Mar 2, 2023
c459eb3
WIP: IbcAction and TransferModule have Rc<RefCell<C>>
yito88 Mar 2, 2023
424b708
WIP: store denom in IBC execution
yito88 Mar 2, 2023
fd2c5f2
WIP: emit multiple IBC events
yito88 Mar 2, 2023
a3b7666
WIP: add context file
yito88 Mar 2, 2023
36a4b09
WIP: fix tests
yito88 Mar 3, 2023
3fc8a10
WIP: fix unit tests for IBC VP
yito88 Mar 10, 2023
2bd3d14
WIP: fix tests
yito88 Mar 10, 2023
ff6742e
WIP: restore denom
yito88 Mar 10, 2023
9cf3923
WIP: for clippy
yito88 Mar 10, 2023
ffc7e9c
fix E2E test
yito88 Mar 13, 2023
4cc0c33
fix wasm_for_tests deps
yito88 Mar 13, 2023
fdadcc4
update tower-abci
yito88 Mar 14, 2023
ede7f94
update ibc-rs to 0.32.0
yito88 Mar 14, 2023
ebf10fc
[ci] wasm checksums update
github-actions[bot] Mar 14, 2023
cc5e6a6
for CI
yito88 Mar 15, 2023
98bdee9
add match_value() and fix a unit test for timeout
yito88 Mar 20, 2023
fc01184
fix the receive key and add unit tests
yito88 Mar 23, 2023
ffd1cc0
Merge branch 'main' into yuji/ibc-cleanup
yito88 Mar 24, 2023
130668c
use ibc-rs validate_self_tendermint_client
yito88 Mar 29, 2023
b1f7943
revert epoch_per_year in test genesis
yito88 Mar 29, 2023
b42493d
update ibc-rs to v0.36.0+
yito88 Mar 29, 2023
995a8aa
Merge branch 'main' into yuji/ibc-cleanup
yito88 Mar 29, 2023
f0f8049
for CI
yito88 Apr 5, 2023
5cdbfd7
[ci] wasm checksums update
github-actions[bot] Apr 5, 2023
03323e3
update tonic
yito88 Apr 12, 2023
87fe6c3
Merge branch 'main' into yuji/ibc-cleanup
yito88 Apr 13, 2023
38124c7
cargo: enable overflow-checks in release build
tzemanovic Apr 14, 2023
f3249e7
changelog: #1295
tzemanovic Apr 14, 2023
8975fae
test/lazy_vec: add test case to reproduce nested collection iter issue
tzemanovic Mar 13, 2023
49d829a
core/storage_api: add predicate filtering version of prefix_iter
tzemanovic Mar 13, 2023
044ed2a
core/storage_api/collections: add `is_data_sub_key` helper method
tzemanovic Mar 14, 2023
176833c
core/storage_api/lazy_map: fix `iter` for map with nested collections
tzemanovic Mar 14, 2023
0306c78
changelog: add #1218
tzemanovic Mar 14, 2023
50618be
Merge branch 'main' into yuji/ibc-cleanup
yito88 Apr 24, 2023
cf7c337
Merge branch 'main' into yuji/ibc-cleanup
tzemanovic Apr 24, 2023
089a364
Merge branch 'main' into yuji/ibc-cleanup
tzemanovic Apr 25, 2023
1098210
[ci] wasm checksums update
github-actions[bot] Apr 25, 2023
0261fe1
Merge branch 'yuji/ibc-cleanup' (#1217)
tzemanovic Apr 26, 2023
5f90b34
Merge branch 'tomas/nested-lazy-vec-iter' (#1218)
tzemanovic Apr 26, 2023
ffc1df3
added changelog
Apr 26, 2023
bdd32da
fix: review comments
Feb 22, 2023
cab7c7f
added changelog
Apr 26, 2023
ed4e406
enable rocksdb wal and batch once
yito88 Apr 12, 2023
6e08537
test: update to new proptest state machine testing branch
tzemanovic Apr 18, 2023
ddc7472
test: set verbose = 1 for state machine tests
tzemanovic Apr 18, 2023
795d70f
test/pos/bonds: fix failing cases
tzemanovic Apr 18, 2023
0aad2cd
test/pos: add a seed for failing `test_init_genesis` test case
tzemanovic Apr 18, 2023
ad5a6fe
fix `test_init_genesis` failure due to validator ordering
brentstone Apr 19, 2023
7a2e137
Merge branch 'tomas/overflow-check-in-release' (#1295)
tzemanovic Apr 28, 2023
61560e2
Merge branch 'tomas/update-proptest-sm' (#1304)
tzemanovic Apr 28, 2023
7bf05d0
Merge branch 'fraccaman/pk-to-tm' (#1152)
tzemanovic Apr 28, 2023
6ea72cf
Merge branch 'fraccaman/base-directory' (#1138)
tzemanovic Apr 28, 2023
388c69c
column families
yito88 May 3, 2023
b3268d3
fix dump_db
yito88 May 3, 2023
28065f7
fix rollback
yito88 May 3, 2023
cfe932a
fix table options
yito88 May 3, 2023
7c5ebce
pos/epoched: add a test for epoched data trimming
tzemanovic May 2, 2023
9f996f1
pos/epoched: fix update_data methods
brentstone Apr 24, 2023
9de3b91
[ci] wasm checksums update
github-actions[bot] May 4, 2023
b12eb34
changelog: #1325
tzemanovic May 4, 2023
25f4363
add changelog
yito88 May 4, 2023
9ac1bea
Merge branch 'tomas+brent/fix_update_data_epoched' (#1325)
tzemanovic May 5, 2023
04b5fb9
Merge branch 'yuji/enable_wal_batch' (#1333)
tzemanovic May 5, 2023
f21633f
wasm: update checksums.json
juped May 9, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- PoS: fixed a function for clearing of historical epoched data
([\#1325](https://github.com/anoma/namada/pull/1325))
2 changes: 2 additions & 0 deletions .changelog/unreleased/features/1152-pk-to-tm.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Added a utility command to the CLI to compute a tendermint address from a
namada public key. ([#1152](https://github.com/anoma/namada/pull/1152))
2 changes: 2 additions & 0 deletions .changelog/unreleased/improvements/1138-base-directory.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Use XDG directory speciication to choose the namada base folder.
([#1138](https://github.com/anoma/namada/pull/1138))
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- RocksDB optimization to reduce the storage usage
([#1333](https://github.com/anoma/namada/issues/1333))
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Enabled integer overflow checks in release build.
([#1295](https://github.com/anoma/namada/pull/1295))
3 changes: 3 additions & 0 deletions .changelog/v0.15.0/bug-fixes/1218-nested-lazy-vec-iter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Fixed an issue with the iterator of LazyMap with a nested LazyVec collection
that would match non-data keys and fail to decode those with the data decoder.
([#1218](https://github.com/anoma/namada/pull/1218))
Loading