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 - released 0.35.0 #3147

Closed
wants to merge 253 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
253 commits
Select commit Hold shift + click to select a range
265183b
fixup! address suggested changes
phasewalk1 Mar 7, 2024
dbbad4d
Generate the Borsh schema for the MaspBuilder section correctly.
murisi Apr 22, 2024
80072cf
Renamed CompressedSignature to CompressedAuthorization to show associ…
murisi Apr 22, 2024
14ebf95
Added a test to ensure that Tx schemas get generated without name con…
murisi Apr 22, 2024
131ecdc
Updated MASP crate dependency to one that allows receiving randomness.
murisi Apr 26, 2024
16175ee
empty commit
brentstone Apr 27, 2024
17634a9
refactor: remove Epoch from WrapperTx
cpp-phoenix Mar 22, 2024
03d4c65
impl fix from review comment
brentstone Apr 24, 2024
584ed05
move wasm substorage under parameters vp
Apr 19, 2024
d800132
improve test
Apr 19, 2024
1e1fd81
added changelog
Apr 19, 2024
c3e30eb
fix clippy
brentstone Apr 22, 2024
d5a017e
rebuild wasms for tests
brentstone Apr 27, 2024
43fdede
rebuild wasms for tests
brentstone Apr 24, 2024
90e6cb2
changelog: add #2946
brentstone Apr 25, 2024
83d5383
Rmoves old allowlisted gas
grarco Apr 26, 2024
023ccc9
Removes masp pin key
grarco Apr 26, 2024
ffd17e4
Adjusts wasm txs and client args
grarco Apr 26, 2024
73e1477
Fixes econding. Updates shielded keys and addresses for tests
grarco Apr 26, 2024
92fa779
Removes unused errors and integration test
grarco Apr 26, 2024
f6f5e0a
Changelog #2675
grarco Apr 26, 2024
b3fff8d
Removes `query_tx_deltas`
grarco Apr 27, 2024
77fadb5
Specify the domain of events to emit
sug0 Mar 3, 2024
0ffa408
Test the domain of composite events
sug0 Mar 3, 2024
2d2e638
Add event domains
sug0 Apr 1, 2024
6373050
Logical divison of event kinds into different segments
sug0 Apr 1, 2024
826f4c3
Abstract away the API of event types
sug0 Apr 1, 2024
31bbbc8
Fix broken unit tests
sug0 Apr 3, 2024
056ea86
Phase out event index impls
sug0 Apr 3, 2024
b1cb13e
Implement `to_usize` on result codes
sug0 Apr 4, 2024
aecf988
Switch to type-safe events API on FinalizeBlock tests
sug0 Apr 4, 2024
ac1c28e
Fix block search response in integration tests
sug0 Apr 4, 2024
5e9fa86
Parse gas from strings
sug0 Apr 5, 2024
74bde24
Re-export gas in the SDK
sug0 Apr 5, 2024
0620d78
Remove `query_tx_response`
sug0 Apr 5, 2024
baf13b3
Check if an attribute is present in event attributes map
sug0 Apr 5, 2024
eff6685
Remove raw string attr methods from events
sug0 Apr 5, 2024
3ce3642
Generalize attributes table
sug0 Apr 5, 2024
d805044
Implement attributes map for vecs of tm event attrs
sug0 Apr 5, 2024
7db1359
Parse TxIndex instances from strs
sug0 Apr 5, 2024
e0455dd
Store TxIndex in valid masp tx attrs
sug0 Apr 5, 2024
5e6bcbf
Use domain specific types in masp events code
sug0 Apr 5, 2024
860fdeb
Unsize reading traits and change method names
sug0 Apr 5, 2024
f67b054
IBC event connection id domain type
sug0 Apr 5, 2024
c8d6c50
Event attribute dispatching
sug0 Apr 6, 2024
3fdd825
Create new IBC event attr domain types
sug0 Apr 8, 2024
b4b253a
Parse IBC packet from event attributes
sug0 Apr 8, 2024
2b4392a
Use domain types in `get_packet_from_events`
sug0 Apr 8, 2024
a61304d
Add yet more IBC event attr domain types
sug0 Apr 8, 2024
8a59cdf
Refactor IBC tests to use event attr domain types
sug0 Apr 8, 2024
0466db9
Add new domain types for event attrs
sug0 Apr 8, 2024
1ae49f7
Rework event attr errors
sug0 Apr 8, 2024
0c7e3b3
More domain type usage in IBC event attrs
sug0 Apr 8, 2024
34838e8
IBC receiver event attr domain type
sug0 Apr 8, 2024
632fee4
Add new IBC even attr domain types
sug0 Apr 8, 2024
edc4e5a
Optional reading of event attrs
sug0 Apr 9, 2024
e8164c2
Add new IBC receiver helper methods
sug0 Apr 9, 2024
fff2aae
Replace all IBC event attr raw accesses with domain types
sug0 Apr 9, 2024
a0e7475
Switch to type safe event attrs API in gov
sug0 Apr 10, 2024
0196112
Rework event types
sug0 Apr 12, 2024
5d9a737
Rework the event log
sug0 Apr 9, 2024
02531ae
Rebase fixes
sug0 Apr 15, 2024
fbaad74
Encode IBC event domain in ABCI event attrs
sug0 Apr 17, 2024
703ceb2
Deprecate accessing event attrs directly
sug0 Apr 17, 2024
07306ca
Wrap IBC event types
sug0 Apr 17, 2024
b8f57e6
Query IBC events with IbcEventType
sug0 Apr 17, 2024
827d617
Test parsing event height
sug0 Apr 19, 2024
1925699
Remove unused IBC event domain types
sug0 Apr 19, 2024
b24a4ae
Bump Hermes version in CI
sug0 Apr 23, 2024
251d064
Rebase fixes for v0.34.0
sug0 Apr 29, 2024
f629fea
Changelog for #3032
sug0 Apr 10, 2024
4717806
Derive serde traits on events
sug0 Apr 10, 2024
8740815
Implement AttributesMap on BTreeMap
sug0 Apr 10, 2024
938b18b
Switch to BTreeMap in event attributes
sug0 Apr 10, 2024
d3b10c9
Implement Ord on events
sug0 Apr 10, 2024
b9c8fdd
Impl Hash on events
sug0 Apr 10, 2024
70c3314
Write a more accurate docstr on attributes map
sug0 Apr 15, 2024
5d52c2d
Allow extending query matcher with new attrs
sug0 Apr 15, 2024
49de952
Match the prefix of an event type
sug0 Apr 15, 2024
f2f961d
Docstr fixes
sug0 Apr 15, 2024
caff6a7
Attempt to unify event kinds under the write log
sug0 Apr 15, 2024
a6c29ab
Further remove IBC specific event logic from write log
sug0 Apr 16, 2024
eb83ccf
Change TxEnv def to allow emitting/querying arbitrary events
sug0 Apr 16, 2024
6552fe8
Emit and query arbitrary events from wasm txs
sug0 Apr 16, 2024
713f33b
Query arbitrary events from VPs
sug0 Apr 16, 2024
f292669
Keep all IBC events in VP pseudo exec ctx
sug0 Apr 16, 2024
f4edd39
Fix IBC unit tests
sug0 Apr 16, 2024
8aa51b9
Extend WASM events with the current height in FinalizeBlock
sug0 Apr 23, 2024
9a3e15e
Changelog for #3088
sug0 Apr 19, 2024
8cb39d2
Move IBC events to the appropriate crate
sug0 Apr 19, 2024
f9d3947
Move Eth Bridge events to the appropriate crate
sug0 Mar 28, 2024
82cfb22
Move Governance events to the appropriate crate
sug0 Apr 19, 2024
dc29f70
Move events to their own crate
sug0 Mar 28, 2024
4b82fa9
update to 0.51.0
yito88 Apr 8, 2024
1df9fd0
update to the current main
yito88 Apr 9, 2024
5efcecf
fix tests
yito88 Apr 9, 2024
16f61c7
ibc-rs 0.52.0 tendermint-rs 0.35
yito88 Apr 26, 2024
e646198
fix unit tests
yito88 Apr 29, 2024
ce25f87
Verify the checksum of downloaded wasm files
sug0 Apr 24, 2024
34f5fca
Changelog for #3119
sug0 Apr 24, 2024
c27669f
Merge branch 'tiago/check-wasm-digests-after-download' (#3119)
brentstone Apr 29, 2024
1360956
fix is_ibc_denom
yito88 Apr 29, 2024
6f498b7
fix parameters vp
Apr 30, 2024
5d43e90
Merge branch 'murisi/receive-randomness' (#3140)
Apr 30, 2024
774bb91
evil: recompute tx test fixtures
Apr 30, 2024
55dc816
Merge branch 'cpp-phoenix/remove-epoch-from-wrappertx' (#2946)
Apr 30, 2024
bb13ddc
evil: recompute tx test fixtures
Apr 30, 2024
d2f1e80
Merge branch 'phasewalk1/cli-fallible-conversions' (#2832)
Apr 30, 2024
5976319
Merge branch 'fraccaman/governable-wasm-txs' (#3100)
Apr 30, 2024
338bd62
evil: recompute wasm for tests
Apr 30, 2024
a6ae2f5
Re-export `namada_events` crate from `namada`
sug0 Apr 30, 2024
43d0dc4
Use new events API in benches
sug0 Apr 30, 2024
68420a5
Changelog for #3102
sug0 Apr 22, 2024
ccc34a1
goveranance: refactor and improve events
Apr 22, 2024
75d9afb
Implement FromStr on I256
sug0 Apr 22, 2024
b1f963f
Convert from Uint to Amount with 0 denom
sug0 Apr 22, 2024
06cd002
Negate I256 numbers
sug0 Apr 22, 2024
42a4784
Add token balance change events
sug0 Apr 22, 2024
f79757b
Emit fee payment balance change events
sug0 Apr 22, 2024
b6a9b43
Include current height in wrapper fee payment event
sug0 Apr 22, 2024
4e26c85
Include wrapper tx hash in balance change event
sug0 Apr 23, 2024
4e11bc5
Add more balance change targets
sug0 Apr 23, 2024
e8a0b24
Refactor governace event emission
sug0 Apr 23, 2024
2dab64e
Extend event with a closure
sug0 Apr 23, 2024
5178376
Make the token event's post balance optional
sug0 Apr 23, 2024
430e9b0
Add event level to balance change events
sug0 Apr 23, 2024
e8527e5
Emit PGF payment events
sug0 Apr 23, 2024
555ace4
Add token minting function
sug0 Apr 24, 2024
49a59e4
Implement EmitEvents on state impls
sug0 Apr 24, 2024
4179ce3
Remove unused file
sug0 Apr 24, 2024
d6085fe
Mint IBC tokens and emit events
sug0 Apr 24, 2024
73d1216
added init account, update account and steward commission cli checks
Apr 30, 2024
9836186
Burn IBC tokens and emit events
sug0 Apr 24, 2024
1f92db0
Governance refund balance change events
sug0 Apr 26, 2024
0d466ae
Remove minted supply target
sug0 Apr 26, 2024
584ce8d
Refactor token events
sug0 Apr 26, 2024
4fb2b3b
Move `token` events to `trans_token`
sug0 Apr 26, 2024
360ccec
Proof of stake events
sug0 Apr 26, 2024
c6a08ed
Add void event sink for testing
sug0 Apr 26, 2024
5dc7798
Emit PoS slashing events
sug0 Apr 26, 2024
a63a287
Emit token transfer event from wasm
sug0 Apr 29, 2024
b36959a
Fix unit tests
sug0 Apr 30, 2024
dcac2b6
Log which token failed to be minted on IBC native VP
sug0 Apr 30, 2024
ff62f8e
Fix Multitoken native VP err msg
sug0 Apr 30, 2024
406f715
Changelog for #3141
sug0 Apr 29, 2024
61891b2
Merge branch 'tiago/generalize-events' (#3032)
sug0 Apr 30, 2024
adbd3ae
Merge branch 'tiago/emit-generic-events-wasm' (#3088)
sug0 Apr 30, 2024
77ee87b
Merge branch 'tiago/move-events-to-submodules' (#3102)
sug0 Apr 30, 2024
cb2fef2
changelog: add #3104
brentstone Apr 30, 2024
bfc03ec
Merge branch 'fraccaman/governance-events' (#3104)
brentstone Apr 30, 2024
4a79423
add IBC e2e test with Gaia
yito88 Mar 4, 2024
b00eb39
add changelog
yito88 Mar 5, 2024
6548e72
change the rate limit
yito88 Apr 12, 2024
8fc4bb7
fix e2e tests
yito88 Apr 15, 2024
260dbe0
fix for gaia v15
yito88 Apr 19, 2024
b32ae66
Merge branch 'yuji/ibc-namada-gaia-e2e' (#2818)
brentstone Apr 30, 2024
d785578
Merge branch 'grarco/remove-pin-key' (#3142)
brentstone Apr 30, 2024
d301e3b
evil: update hermes
brentstone Apr 30, 2024
1bf0c9c
some improvements
brentstone May 1, 2024
98d5639
bug fix: handle empty public keys correctly
brentstone May 1, 2024
8421354
Merge branch 'fraccaman/minor-cli-fixe4s' (#3154)
brentstone May 1, 2024
1112139
add validator alias field to metadata
McDaan Mar 17, 2024
eb9a410
generating localnet files
Apr 10, 2024
fb6be58
Changelog
McDaan Mar 18, 2024
ac07ad1
added changelog
Apr 25, 2024
fa4237f
wip
Apr 23, 2024
9ae214a
should gov VP have any delegations logic? turn off
brentstone Apr 30, 2024
989627f
revert find_delegation_validators -> no state
brentstone Apr 30, 2024
2d279bb
bug fix: ensure votes only to explicit active validators are counted
brentstone Apr 30, 2024
5994a45
clean up client code
brentstone Apr 30, 2024
6d7cde7
wasm tx: pass current delegations instead of those at proposal start
brentstone Apr 30, 2024
5295bb9
keep validator state longer in storage
brentstone Apr 30, 2024
48aba22
better documentation of proposal periods
brentstone May 2, 2024
773d366
add functions in trans_token storage
brentstone Apr 8, 2024
7452dbb
remove redundant genesis total supply initialization
brentstone Apr 8, 2024
ed78410
use new fns in tests
brentstone Apr 27, 2024
39e609a
better error handling
brentstone Apr 30, 2024
05520a2
better modularization
brentstone May 2, 2024
c39f3dc
update eth-bridge things
brentstone May 2, 2024
9f32d08
changelog: add #3029
brentstone May 2, 2024
2255db3
core: add arith mod with a custom `trait CheckedAdd`
tzemanovic Apr 30, 2024
83016cf
deps: add smooth-operator and re-export from core/arith
tzemanovic Apr 29, 2024
3956994
core: strict clippy arith
tzemanovic Apr 12, 2024
6081bf5
core/voting_power: sanitize panicking code
tzemanovic Apr 16, 2024
689fe21
core: add `assert_matches` dev-dep
tzemanovic Apr 16, 2024
b4a0668
core/uint: sanitize panicking code
tzemanovic Apr 16, 2024
3ab4b54
set height for abci_query
yito88 May 2, 2024
babaeab
reuse base_denom
yito88 May 2, 2024
b9476ca
add changelog
yito88 May 2, 2024
3e4e57b
Merge branch 'base' into yuji/ibc-rs-0.52.0
yito88 May 2, 2024
2f3e7ac
Merge branch 'brent/token-balance-update-fns' (#3029)
brentstone May 2, 2024
f50e362
Merge branch 'fraccaman/improve-governance-voting-logic' (#3120)
brentstone May 2, 2024
2beab5f
Merge branch 'yuji/ibc-rs-0.52.0' (#3030)
brentstone May 2, 2024
020393c
Merge branch 'yuji/abci-query-height' (#3164)
brentstone May 2, 2024
5f16adb
fix tests
brentstone May 2, 2024
efa2e19
Rmoves old allowlisted gas
grarco Apr 26, 2024
26e418f
Removes masp pin key
grarco Apr 26, 2024
31ad647
Adjusts wasm txs and client args
grarco Apr 26, 2024
3930d3f
Fixes econding. Updates shielded keys and addresses for tests
grarco Apr 26, 2024
871226b
Removes unused errors and integration test
grarco Apr 26, 2024
ab056c5
Changelog #2675
grarco Apr 26, 2024
2a25031
Removes `query_tx_deltas`
grarco Apr 27, 2024
cb5f4ac
Removes `delta_map` from the `ShieldedContext` and all the code to wo…
grarco May 3, 2024
0ae083b
Changelog #3172
grarco May 3, 2024
1f41fb6
removed outdated benchmarks
May 3, 2024
5268b6d
Merge remote-tracking branch 'origin/base' into fraccaman/rework-balance
sug0 May 3, 2024
bd910d4
Refactor the CLI's balance command
sug0 May 3, 2024
f75f4f2
Remove IBC token query command
sug0 May 3, 2024
1a45b70
Remove `get_token_balance` from apps
sug0 May 3, 2024
d285693
Improve error msg when no balance owner is found
sug0 May 3, 2024
9aa20ad
Standardize no balance response
sug0 May 3, 2024
e956faa
clippy,fmt
May 3, 2024
733788d
Fix integration tests
sug0 May 6, 2024
65ce1d7
Changelog for #3171
sug0 May 3, 2024
c1cdd35
Fix unused import build warnings
sug0 Apr 30, 2024
08550f2
Merge branch 'tiago/remove-build-warning' (#3175)
brentstone May 7, 2024
2fe933c
Merge branch 'fraccaman+grarco/remove-benchmark' (#3173)
brentstone May 7, 2024
9b1684b
Merge branch 'fraccaman/rework-balance' (#3171)
brentstone May 7, 2024
8f3a809
namada/wasm/cache: write the file to cache before updating progress
tzemanovic May 7, 2024
1cfedc1
Merge branch 'tiago/balance-change-events' (#3141)
May 7, 2024
ce9754a
Merge branch 'tomas/fix-wasm-cache-pre-compile' (#3181)
May 7, 2024
8f3c7a5
Merge branch 'grarco/remove-delta-map' (#3172)
brentstone May 7, 2024
3c12716
change to validator name (from validator alias)
brentstone May 7, 2024
294519c
test
brentstone May 7, 2024
98f709d
Merge branch 'McDaan-validator-alias' (#2911)
brentstone May 7, 2024
3399415
core/token: sanitize panicking code
tzemanovic Apr 19, 2024
7c6e8b8
core/storage: sanitize panicking code
tzemanovic Apr 19, 2024
c44db4c
core/dec: sanitize panicking code
tzemanovic Apr 19, 2024
0ebb891
core: clippy fixes
tzemanovic Apr 19, 2024
5ee4ab5
test/core: fixes for checked arith
tzemanovic Apr 22, 2024
e0bb56e
storage: add conv from core::arith::Error for convenience
tzemanovic Apr 30, 2024
2594f71
storage/collections/lazy_map: add try_update
tzemanovic Apr 30, 2024
3ca57e2
controller: replacing panicking code
tzemanovic Apr 22, 2024
a5274fe
vote_ext: update to non-panicking core API
tzemanovic Apr 22, 2024
0808fb0
trans_token: update to non-panicking core API
tzemanovic Apr 22, 2024
2486f83
shielded_token: update to non-panicking core API
tzemanovic Apr 23, 2024
b267492
state: update to non-panicking core API
tzemanovic Apr 25, 2024
d745116
gov: update to non-panicking core API
tzemanovic Apr 25, 2024
3b1e84f
pos: update to non-panicking core API
tzemanovic Apr 30, 2024
76fe7d2
ibc: update to non-panicking core API
tzemanovic May 1, 2024
ac74541
eth_bridge: update to non-panicking core API
tzemanovic May 1, 2024
410f58e
sdk: update to non-panicking core API
tzemanovic May 2, 2024
80e22a2
namada: update to non-panicking core API
tzemanovic May 2, 2024
2fbcae3
apps: update to non-panicking core API
tzemanovic May 2, 2024
7c7e483
benches: update to non-panicking core API
tzemanovic May 2, 2024
2394478
wasm: update to non-panicking core API
tzemanovic May 2, 2024
e53a3cc
namada/pos: re-use into_tm_voting_power from pos crate
tzemanovic May 3, 2024
a78ec98
changelog: add #3074
tzemanovic May 3, 2024
a6f15dd
Merge branch 'tomas/checked-arith' (#3074)
tzemanovic May 8, 2024
3b048d4
fixup! Merge branch 'tomas/checked-arith' (#3074)
tzemanovic May 8, 2024
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
2 changes: 2 additions & 0 deletions .changelog/unreleased/2911-validator-alias.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Add a validator alias field to validator metadata
([\#2911](https://github.com/anoma/namada/pull/2911))
2 changes: 2 additions & 0 deletions .changelog/unreleased/bug-fixes/3011-fix-ibc-client-frozen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Resolved the frozen IBC client issue by updating ibc-rs to 0.52
([\#3011](https://github.com/anoma/namada/issues/3011))
2 changes: 2 additions & 0 deletions .changelog/unreleased/bug-fixes/3065-abci-query-height.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Set the height for abci_query response
([\#3065](https://github.com/anoma/namada/issues/3065))
2 changes: 2 additions & 0 deletions .changelog/unreleased/bug-fixes/3100-governable-wasm-txs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Wasm transactions are now governable via proposals.
([\#3100](https://github.com/anoma/namada/pull/3100))
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Verify the checksum of dowloaded wasm artifacts, before completing the ledger's
bootup procedure. ([\#3119](https://github.com/anoma/namada/pull/3119))
2 changes: 2 additions & 0 deletions .changelog/unreleased/improvements/2675-remove-pin-key.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Removed the MASP pin key.
([\#2675](https://github.com/anoma/namada/issues/2675))
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Refactor CliToSdk to propagate errors from fallible conversions
([\#2832](https://github.com/anoma/namada/pull/2832))
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Remove the epoch field from the wrapper tx.
([\#2946](https://github.com/anoma/namada/pull/2946))
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Refactor and modularize the token balance and supply API.
([\#3029](https://github.com/anoma/namada/pull/3029))
2 changes: 2 additions & 0 deletions .changelog/unreleased/improvements/3074-checked-arith.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Prohibit unchecked arithmetics and conversions in the core crate.
([\#3074](https://github.com/anoma/namada/pull/3074))
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Emit core events (i.e. `namada_core::event::Event`) from tx wasms.
([\#3088](https://github.com/anoma/namada/pull/3088))
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Move event types to their appropriate crates.
([\#3102](https://github.com/anoma/namada/pull/3102))
2 changes: 2 additions & 0 deletions .changelog/unreleased/improvements/3104-governance-events.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Refactor governance events.
([\#3104](https://github.com/anoma/namada/pull/3104))
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Emit balance change events for various protocol actions.
([\#3141](https://github.com/anoma/namada/pull/3141))
3 changes: 3 additions & 0 deletions .changelog/unreleased/improvements/3171-rework-balance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Remove unbounded `token` and `owner` balance queries from the CLI, in
an attempt to reduce strain on the RPC servers of full/validator nodes.
([\#3171](https://github.com/anoma/namada/pull/3171))
2 changes: 2 additions & 0 deletions .changelog/unreleased/improvements/3172-remove-delta-map.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Removed the unused `delta_map` from the shielded context.
([\#3172](https://github.com/anoma/namada/pull/3172))
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Improve vote proposal logic transaction.
([\#3120](https://github.com/anoma/namada/pull/3120))
2 changes: 2 additions & 0 deletions .changelog/unreleased/testing/2232-ibc-namada-gaia-e2e.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Add IBC E2E test with Gaia
([\#2232](https://github.com/anoma/namada/issues/2232))
2 changes: 2 additions & 0 deletions .changelog/v0.33.0/improvements/3032-generalize-events.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Erase protocol specific details from the core API of events in Namada.
([\#3032](https://github.com/anoma/namada/pull/3032))
3 changes: 2 additions & 1 deletion .github/workflows/scripts/e2e.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"e2e::ibc_tests::pgf_over_ibc_with_hermes": 240,
"e2e::ibc_tests::proposal_ibc_token_inflation": 600,
"e2e::ibc_tests::ibc_rate_limit": 500,
"e2e::ibc_tests::ibc_namada_gaia": 450,
"e2e::eth_bridge_tests::test_add_to_bridge_pool": 10,
"e2e::ledger_tests::double_signing_gets_slashed": 12,
"e2e::ledger_tests::ledger_many_txs_in_a_block": 55,
Expand All @@ -28,4 +29,4 @@
"e2e::wallet_tests::wallet_encrypted_key_cmds": 1,
"e2e::wallet_tests::wallet_encrypted_key_cmds_env_var": 1,
"e2e::wallet_tests::wallet_unencrypted_key_cmds": 1
}
}
2 changes: 1 addition & 1 deletion .github/workflows/scripts/hermes.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.4-namada-beta8-rc2
1.7.4-namada-beta9-rc2
Loading
Loading