Dmytro Kozhevin
Dmytro Kozhevin
Transaction simulation framework has been incompatible for some time and notably won't be compatible with Soroban. Thus we're removing it for now in order to reduce the maintenance burden. Going...
Currently the default expiration for a Soroban signature (i.e. signature used to authorize `SorobanAuthorizationEntry`) is set to a maximum possible value (https://github.com/stellar/js-stellar-sdk/blob/e5e49dcde5b4333d4b0082abffb5d4cb1ff5cc1d/src/contract/assembled_transaction.ts#L651). That's both unnecessarily expensive and unnecessarily unsafe -...
### What Also modified the makefile to regenerate Wasms in the directory corresponding to the necessary protocol version. I'm not sure yet if we need to maintain several versions of...
This is a tracking issue for [CAP-58](https://github.com/stellar/stellar-protocol/blob/master/core/cap-0058.md) implementation. The change is relatively small can will likely contain just a few per-repo components: - [ ] XDR changes as per CAP...
We temporarily unpin the dalek version in order to unblock the downstream deps from updating to non-vulnerable version. We should pin this back after Core is updated to use new...
Currently the go-to way of measuring Core's performance is the 'max TPS' test, that relies on generating transactions and sending them to a synthetic network. Unfortunately, this test does not...
# Description I've tried to minimize the scope of the changes; specifically this doesn't contain any actual logic for the parallel execution (such as data dependency validation and building parallel...
This is the tracking/discussion issue for work on applying Soroban phase in parallel using multithreading. The purpose of the prototype is to come up with a Core build that can...
# Description It seems like it's not possible to link the release build of the rust libraries to the debug-mode core, so I'm disabling tracy for the debug builds. Neither...
WIP draft