Prasanna Loganathar

Results 29 issues of Prasanna Loganathar

## Summary - Move cargo.toml to root - Cleanup rebuild on head change in rust build scripts - Move testdata into it's place - Correct analyzer defaults for vscode -...

## Summary - High-level tracker for all xVM foundations and EVM. - Release Tracker: https://github.com/DeFiCh/ain/issues/2535 - Bug Tracker: https://github.com/DeFiCh/ain/issues/1991 - [ETH-JSON Spec Implementation Tracker](https://github.com/DeFiCh/ain/issues/1852) ## Infrastructure - [x] Repository cleanup...

evm
tracker

## Summary - This is a tracker to gather, collect and resolve known issues related to EVM before hitting testnet - For early testers: Please feel free to add it...

bug
tracker

## Summary - Enforce better error handling ## Implications - Storage - [ ] Database reindex required - [ ] Database reindex optional - [ ] Database reindex not required...

## Summary - Creating this as living thread to document some of shenanigans of cross builds along with multiple languages. - This is key place to document build system and...

docs

CFP Payments for approved on-chain proposals that ended on BH 3250000 (Sep 03, 2023) has been completed. ### Details - https://defiscan.live/governance/1f4039ab714cf73ff1d92b58608ed20a73a799cde88c103b679bdafd83eb472b - **[dFRtR9GJT9UF41UgjHNusxeZpKqy8nRun3](https://defiscan.live/address/dFRtR9GJT9UF41UgjHNusxeZpKqy8nRun3) 11000** // (1 * 10000) + 1000...

cfp
announcement

Currently impl for a struct and traits look like this: ```rust struct Services {}; impl Services { } impl Clone for Services { fn clone(&self) -> Services { Services {}...

T-lang
A-syntax
A-impls

I think it'd be immensely useful if `iter_chain` can be added on the type that derives Error and delegated to std::error::Error's iter_chain on nightlies with `error_iter` feature. Sure, one can...

later

``` $ lapce -w libEGL fatal: DRI driver not from this Mesa build ('23.2.1-1ubuntu3.1~22.04.2' vs '24.0.5-1ubuntu1') ``` - Lapce v0.4.0 x64 - OS: Ubuntu 24.04 LTS

C-bug