This repository has been archived by the owner on Jun 19, 2024. It is now read-only.
v0.2.0
What's Changed
- feat: added return code to database by @rllola in #55
- Fix/improvements by @neithanmo in #52
- fix: do proper lookup for event keys for transaction status by @rllola in #60
- Update 07-telemetry.md by @ainhoa-a in #61
- Improve README.md by @ainhoa-a in #68
- Update namada 0.28 by @neithanmo in #63
- upgrade runners by @jleni in #58
- chore(deps): bump zerocopy from 0.7.30 to 0.7.31 by @dependabot in #69
- fix: tests by @rllola in #70
- Argument parsing via cli by @rllola in #71
- add multiple ways to fetch checksums.json by @Fraccaman in #67
- fix: remove port from config by @rllola in #72
- fix transaction by hash and other improvements by @neithanmo in #74
- Feat/improvements by @neithanmo in #75
- fix: remove foreign key constraint by @rllola in #77
- Update 05-development.md by @romanv1812 in #78
- chore(deps): bump h2 from 0.3.22 to 0.3.24 by @dependabot in #80
- fix: vote_proposal_id not a primary key by @rllola in #83
- Remove legacy check by @neithanmo in #84
- feat: update v0.31.0 by @rllola in #89
- remove is default from vote_proposal by @dimiandre in #92
- feat: skip the index creation in the database if not needed by @rllola in #88
- misc: improve docs by @rllola in #98
- fix: added new tests verctor that match v0.31.0 by @rllola in #100
- Clarify users that a create_index field is needed in the Settings.toml file by @zenodeapp in #96
- fix: remove constrainst on tx id because they are actually not unique by @rllola in #107
- feat: able to query the latest few blocks from /block/last by @rllola in #116
- Add config option to specify postgres port by @joel-u410 in #113
- checksum for shielded-expedition is v0.31.1 by @rllola in #117
- Fix Makefile for dependency download by @sshamanov in #110
- INSERT has more expressions than target columns (issue #104) by @zenodeapp in #105
- misc: update masp address for shielded expedition by @rllola in #119
- fix: shielded assets parse int error by @rllola in #120
- fix: vote endpoint to reflect new struct by @rllola in #124
- fix: doc url in example by @rllola in #125
- fix: update doc and setting example to add port value by @rllola in #127
- Add settings test by @neithanmo in #128
- Fix: 'Invalid Transaction data' error by @rllola in #130
- fix: tx_bond error message for failing tx by @rllola in #133
- fix: the invalid tx error when trasnction has failed by @rllola in #136
- Update tx.rs to include return_code in server respone by @msobh13 in #141
- Add support for json logging. by @joel-u410 in #138
- Add reason string to InvalidTxData error. by @joel-u410 in #137
- misc: rustfmt by @rllola in #144
- misc: update config variable name to avoid confusion by @rllola in #145
- Change database traces from info -> debug by @joel-u410 in #135
- feat: decode more kind of txs in the server by @rllola in #148
New Contributors
- @ainhoa-a made their first contribution in #61
- @jleni made their first contribution in #58
- @dependabot made their first contribution in #69
- @Fraccaman made their first contribution in #67
- @romanv1812 made their first contribution in #78
- @dimiandre made their first contribution in #92
- @zenodeapp made their first contribution in #96
- @joel-u410 made their first contribution in #113
- @sshamanov made their first contribution in #110
- @msobh13 made their first contribution in #141
Full Changelog: v0.1.0-rc.1...v0.2.0