|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [3.0.0](https://github.com/centrifuge/api-v3/compare/v2.1.0...v3.0.0) (2026-02-06) |
| 4 | + |
| 5 | + |
| 6 | +### ⚠ BREAKING CHANGES |
| 7 | + |
| 8 | +* unify naming of timestamp fields across entities |
| 9 | + |
| 10 | +### Features |
| 11 | + |
| 12 | +* add adapter wiring information ([#203](https://github.com/centrifuge/api-v3/issues/203)) ([6fefb13](https://github.com/centrifuge/api-v3/commit/6fefb13255549dad2e7a6ad6034a4914c0f88ee8)), closes [#200](https://github.com/centrifuge/api-v3/issues/200) |
| 13 | +* add originating txHash to default entity fields ([#202](https://github.com/centrifuge/api-v3/issues/202)) ([ab0aedc](https://github.com/centrifuge/api-v3/commit/ab0aedc0e321c07acef125d09311a4550c051b66)), closes [#191](https://github.com/centrifuge/api-v3/issues/191) |
| 14 | +* add urls and ipfs pinnend symbold ([#244](https://github.com/centrifuge/api-v3/issues/244)) ([de74050](https://github.com/centrifuge/api-v3/commit/de740502b6bb7a695cd409525d5d25188627dcd9)) |
| 15 | +* allow protocol overlapping period ([#233](https://github.com/centrifuge/api-v3/issues/233)) ([0f5e225](https://github.com/centrifuge/api-v3/commit/0f5e2252985ae4042af6833463a8b6a77e9614f5)) |
| 16 | +* architecture for concurrent indexing of V3 and V3.1 indexing logic Fixes [#161](https://github.com/centrifuge/api-v3/issues/161) ([a12fb55](https://github.com/centrifuge/api-v3/commit/a12fb555ad2c5a0dbf00c9323df2d6fe98315912)) |
| 17 | +* improve crosschain messaging ([813d33e](https://github.com/centrifuge/api-v3/commit/813d33e5fb74c89d2cde42d7b96b36768923305a)) |
| 18 | +* improved logging ([594683d](https://github.com/centrifuge/api-v3/commit/594683d2fadccf73ef401d588a925a92198d3a8e)) |
| 19 | +* index v3.1 ([#208](https://github.com/centrifuge/api-v3/issues/208)) ([a89c210](https://github.com/centrifuge/api-v3/commit/a89c210af306b27ff13ac0ebd10f1c274d80cd2b)) |
| 20 | +* ops improvements ([#243](https://github.com/centrifuge/api-v3/issues/243)) ([d56fe06](https://github.com/centrifuge/api-v3/commit/d56fe06826715cda560674f57e062be75c115606)) |
| 21 | +* optimized prod logging ([fc31e52](https://github.com/centrifuge/api-v3/commit/fc31e5259d88e9cdbcf478130d3df314ee8e6341)) |
| 22 | +* run v3.1 only indexer ([#226](https://github.com/centrifuge/api-v3/issues/226)) ([11263d1](https://github.com/centrifuge/api-v3/commit/11263d1d5a17eef831b1a418edf2f4a926c09c26)) |
| 23 | +* unify naming of timestamp fields across entities ([8385ea8](https://github.com/centrifuge/api-v3/commit/8385ea88f05d738212ac503bd49a233fce3fbf23)) |
| 24 | +* update deployments to include new contracts ([e83e6ee](https://github.com/centrifuge/api-v3/commit/e83e6ee9e53e11b0c8d90c7b6260a460f2981c27)) |
| 25 | +* upgrade to ponder 0.15.17 ([a12fb55](https://github.com/centrifuge/api-v3/commit/a12fb555ad2c5a0dbf00c9323df2d6fe98315912)) |
| 26 | +* user order structure ([#212](https://github.com/centrifuge/api-v3/issues/212)) ([150aecc](https://github.com/centrifuge/api-v3/commit/150aecc110d6a64793707d9d0735f1ac02a295ed)) |
| 27 | + |
| 28 | + |
| 29 | +### Bug Fixes |
| 30 | + |
| 31 | +* add update on approve ([#223](https://github.com/centrifuge/api-v3/issues/223)) ([c3e54d9](https://github.com/centrifuge/api-v3/commit/c3e54d9b0b49e831277f35322955fa0f64aebce5)) |
| 32 | +* allow to select chains in contracts ([20419ae](https://github.com/centrifuge/api-v3/commit/20419ae3bb7851dfaea81980f8d3937b6bffe3b8)) |
| 33 | +* cache should skip unsupported commands ([b4405fd](https://github.com/centrifuge/api-v3/commit/b4405fdf41f77a2a7e2f33306b75392bdec0b180)) |
| 34 | +* filter out reduntant txin + txout for invest redemption orders ([50e980e](https://github.com/centrifuge/api-v3/commit/50e980ee935ac3e385813e8921d365506921dd0d)) |
| 35 | +* filter out reduntant txin + txout for invest redemption orders ([3efd3b2](https://github.com/centrifuge/api-v3/commit/3efd3b22ad0f5bfe420ada87d01fbfba65a1788b)) |
| 36 | +* imissing icons ([1031051](https://github.com/centrifuge/api-v3/commit/1031051f4c5a19523857eda6e809ef367e87b69d)) |
| 37 | +* improved logging and graceful handling of exceptions ([e2e8f9e](https://github.com/centrifuge/api-v3/commit/e2e8f9e248126f5a7d8658dd04e38c35ab7c55ef)) |
| 38 | +* inconsistency in pendingInvestOrders ([#216](https://github.com/centrifuge/api-v3/issues/216)) ([59ca557](https://github.com/centrifuge/api-v3/commit/59ca5575487cf960f3418c8873f55fbe046d06ba)), closes [#214](https://github.com/centrifuge/api-v3/issues/214) |
| 39 | +* investor and redeem orders precision fix ([#188](https://github.com/centrifuge/api-v3/issues/188)) ([16a8615](https://github.com/centrifuge/api-v3/commit/16a8615038ca09c3b43f311c16229ee37e228f02)) |
| 40 | +* issue and revoke conversions ([1435215](https://github.com/centrifuge/api-v3/commit/1435215565fd2412d4401049fe1ee7c28e36ad67)) |
| 41 | +* load correct abis for chain requests ([9e0500e](https://github.com/centrifuge/api-v3/commit/9e0500e4131b959221c742ef825dfe66533bab69)) |
| 42 | +* mainnet registry ([132e22c](https://github.com/centrifuge/api-v3/commit/132e22c895c69ebbe631cf2c309c098994693db4)) |
| 43 | +* missing dependencies in prod ([e9b59bd](https://github.com/centrifuge/api-v3/commit/e9b59bd54ed1c8990738511ef396b15295fc557f)) |
| 44 | +* missing setup handlers ([d44eb75](https://github.com/centrifuge/api-v3/commit/d44eb75510e6bb563b66d33779cbf8b7d61f4147)) |
| 45 | +* missing several txHashes in Invest and Redeem Orders as well as epoch ([8385ea8](https://github.com/centrifuge/api-v3/commit/8385ea88f05d738212ac503bd49a233fce3fbf23)) |
| 46 | +* missing several txHashes in Invest and Redeem Orders as well as epoch ([#205](https://github.com/centrifuge/api-v3/issues/205)) ([8385ea8](https://github.com/centrifuge/api-v3/commit/8385ea88f05d738212ac503bd49a233fce3fbf23)) |
| 47 | +* missing token decimals in V3.1 ([#213](https://github.com/centrifuge/api-v3/issues/213)) ([b8bd839](https://github.com/centrifuge/api-v3/commit/b8bd83930df4a8126e89ed73f1546ba04fb05b9a)) |
| 48 | +* multiple instances of failing claims ([a97c900](https://github.com/centrifuge/api-v3/commit/a97c9009f58c4d0bcd4f1450d0048ce62516899e)), closes [#201](https://github.com/centrifuge/api-v3/issues/201) |
| 49 | +* multiple instances of failing claims ([#207](https://github.com/centrifuge/api-v3/issues/207)) ([a97c900](https://github.com/centrifuge/api-v3/commit/a97c9009f58c4d0bcd4f1450d0048ce62516899e)) |
| 50 | +* negative tokenInstance balance ([#190](https://github.com/centrifuge/api-v3/issues/190)) ([1435215](https://github.com/centrifuge/api-v3/commit/1435215565fd2412d4401049fe1ee7c28e36ad67)) |
| 51 | +* onchain sync vault bug ([#228](https://github.com/centrifuge/api-v3/issues/228)) ([352337f](https://github.com/centrifuge/api-v3/commit/352337fb0d05a89c85125d4040097de7e9867dfc)) |
| 52 | +* refine Invest and Redeem Orders ([#210](https://github.com/centrifuge/api-v3/issues/210)) ([6ef36b0](https://github.com/centrifuge/api-v3/commit/6ef36b040a98d8a52509473a5ceb64dc9139d820)), closes [#209](https://github.com/centrifuge/api-v3/issues/209) |
| 53 | +* registry defaults ([e3db503](https://github.com/centrifuge/api-v3/commit/e3db503d78ce8c1c9e9e42adc3c9378dbf6fbf79)) |
| 54 | +* registry details ([8b6b40e](https://github.com/centrifuge/api-v3/commit/8b6b40e96f6d15c202e97cb812370873fcac2340)) |
| 55 | +* remove unused imports ([d28cdd1](https://github.com/centrifuge/api-v3/commit/d28cdd100a46f12511cfc5c82705cfef5acca61e)) |
| 56 | +* require glibc image ([95083b8](https://github.com/centrifuge/api-v3/commit/95083b803d032d612e5d2648d3c4b60f4e790a99)) |
| 57 | +* track upon vault events correctly ([#225](https://github.com/centrifuge/api-v3/issues/225)) ([9d0b619](https://github.com/centrifuge/api-v3/commit/9d0b6195568d4764e9284e559e19bf7fd7046ff8)) |
| 58 | +* unify inclusion of tx hashes ([8385ea8](https://github.com/centrifuge/api-v3/commit/8385ea88f05d738212ac503bd49a233fce3fbf23)) |
| 59 | +* v3.1 phantom pendingInvestOrder ([#242](https://github.com/centrifuge/api-v3/issues/242)) ([cabecac](https://github.com/centrifuge/api-v3/commit/cabecac7eaa4bcb09bd142e31d21c5e1a63c67fc)) |
| 60 | +* vaultInvestOrder claimable in asset denomination ([#218](https://github.com/centrifuge/api-v3/issues/218)) ([044db99](https://github.com/centrifuge/api-v3/commit/044db992671863716acdea216f54aa705158003d)), closes [#217](https://github.com/centrifuge/api-v3/issues/217) |
| 61 | + |
3 | 62 | ## [2.1.0](https://github.com/centrifuge/api-v3/compare/v2.0.0...v2.1.0) (2025-11-18) |
4 | 63 |
|
5 | 64 |
|
|
0 commit comments