Releases: CityOfZion/dora
Releases · CityOfZion/dora
Dora v2 API
What's Changed
- bug fix: fixes time format issue on tx details screen by @comountainclimber in #627
- CU-8678e8t9b - Fix issue that is preventing N3 TestNet nodes from appearing in our monitor when filtering for TestNet (they appear when filtering for "All") by @Thacryba in #632
- CU-3cr19t9 - Change the contracts, transactions and blocks list pagination to the traditional style, so I can easily jump to the last page by @Thacryba in #631
- Remove NEO2 by @ixje in #630
- CU-8678fpcc5 - Contract List: Design Fixes (Mobile) by @endkeyCoder in #633
- CU-8678fnyuq - Home: Design fixes (Desktop/Mobile) by @Thacryba in #634
- CU-8678fq9fg - Specific Block: Design fixes (Mobile) by @endkeyCoder in #635
- CU-3cr19t9 - Change the contracts, transactions and blocks list pagination to the traditional style, so I can easily jump to the last page by @Thacryba in #641
- CU-8678fpv42 - Specific Contract: Design fixes (Desktop/Mobile) by @endkeyCoder in #636
- CU-8678fqpj9 - Specific Monitor: Design fixes (Desktop/Mobile) by @Thacryba in #637
- CU-8678fqxmd - Search Result: Design fixes (Desktop/Mobile) by @Thacryba in #638
- CU-8678fqmj7 - Monitor: Design fixes (Desktop/Mobile) by @Thacryba in #639
- CU-8678fnyuq - Home: Design fixes (Desktop/Mobile) by @Thacryba in #642
- CU-864dhrxpn - Implement Sentry or similar tool to track errors in pr… by @LeonardoDizConde in #640
- Fix missing block script by @ixje in #643
- CU-86a0dc4dp - requesting block/transaction details also requests a lot of unnecessary data by @Thacryba in #645
- CU-86a0dc4dp - requesting block/transaction details also requests a lot of unnecessary data by @Thacryba in #646
- Optimise asset lookup for address transactions by @ixje in #644
- make asset clickable in assets list of an address by @ixje in #649
- CU-86a0h7rrb - tx details page asks duplicate data by @yumiuehara in #648
- CU-86a0h7u3d - tx details notification list asks for duplicate data by @yumiuehara in #647
- remove contracts counts stats by @ixje in #650
- CU-86a0bqr0f - migrate monitor page to new websocket by @Thacryba in #651
- CU-86a0jbrvr - change pagination style by @Thacryba in #652
- Backend v2 by @lllwvlvwlll in #654
Full Changelog: v0.1.9...v0.2.0
v0.0.7
What's Changed
- feature: fix address page by @comountainclimber in #419
Full Changelog: v0.0.6...v0.0.7
v0.0.6
What's Changed
- Fixing nullable extra by @lock9 in #388
- Trimming search input by @lock9 in #393
- add GHOST logo by @vincentgeneste in #394
New Contributors
- @vincentgeneste made their first contribution in #394
Full Changelog: v0.0.5...v0.0.6
v0.0.5
General
- Adds the transactions list to N3 block pages
- Significantly extends the metadata presented to the user for smart contracts
- changes the block page to use seconds instead of milliseconds
- Updates the type field for contracts to display supported standards
- Misc minor defect mitigations