Ruben Buniatyan

Results 21 issues of Ruben Buniatyan

I'm getting an error when trying to generate bindings for [options.h](https://github.com/facebook/rocksdb/blob/main/include/rocksdb/options.h): Unsupported type: 'CX_TypeClass_MemberPointer' > Info: Visiting Info: Visiting /usr/include/clang/17.0.6/include/stddef.h Info: Visiting /usr/include/clang/17.0.6/include/__stddef_max_align_t.h Info: Visiting /usr/include/x86_64-linux-gnu/bits/types.h Info: Visiting /usr/include/x86_64-linux-gnu/bits/stdint-intn.h Info:...

## Changes - Block production for Shutter transactions - Fetching logs from events - Receiving decryption keys from Keyper p2p network - Get eon information from contracts - Check validator...

gnosis

Pruning was not triggered when the storage space dropped to below the specified threshold. **Steps to Reproduce** The user used the following configuration: ``` --config mainnet \ --datadir /var/lib/nethermind \...

bug

This error has been observed on the Gnosis devnet archive node during `trace_replayBlockTransactions` execution: ``` System.ObjectDisposedException: Cannot access a disposed object. Object name: 'Nethermind.Db.Rocks.DbOnTheRocks'. at Nethermind.Db.Rocks.DbOnTheRocks.GetSpanWithColumnFamily(ReadOnlySpan`1 key, ColumnFamilyHandle cf) in...

bug
rpc

Could we please have the official binaries by Facebook for all platforms? The linkage to snappy and bz2 causes many problems on Linux, sometimes on macOS. Replacing those with _ones...

- Implement `INumber` interface for `Int256` and `UInt256` types - Implement `Int128` and `UInt128` support

See #5207 ## Changes Implemented AES-CTR using .NET's own AES implementation replacing the one of Bouncy Castle ## Types of changes #### What types of changes does your code introduce?...

performance
cryptography

## Changes Fixed compiler warnings for tools projects, so we can have clean results on PR builds like before. ## Types of changes #### What types of changes does your...

## Changes Documented enums with `System.ComponentModel.DescriptionAttribute` to improve docs generation. ## Types of changes #### What types of changes does your code introduce? - [ ] Bugfix (a non-breaking change...

docs

**This PR is intended to be merged after .NET 9 general availability.** Some changes are temporary and will be reverted before merging. ## Changes - Set the target framework to...

.net