David Edey

Results 14 issues of David Edey

Using v0.13.7 _File 1:_ `@@include("file2.htm")` _File 2:_ `\ufeff Some text here` _Results in file 1 reading:_ ` Some text here` Some tools such as visual studio include BOMs automatically in...

#### Bug Report Checklist - [X] Have you provided a full/minimal spec to reproduce the issue? - [N/A] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? - [X]...

Issue: Bug

## PR status update This full PR has been parked, and instead, will do it in bits (starting with just the core versioned models + schema stuff) - will create...

substate

## Summary Work in progress implementation of message encryption - currently only working for Curve25519. ## Details Still to-do: - There is a version clash where curve25519-dalek 3.x requires zeroize...

## Summary DRAFT PR. Replaces / rebases the key parts of #1318 - some of this still needs to go. Still to come: * Remove the partition-related stuff and flashing-related...

## Summary These macros output tests which check for a fixed type schema, or a backwards compatible type schema. See `sbor-assert.rs` in the tests to see how the macros are...

## Summary Part 1 of implementing schema comparisons REP (the underlying tooling). Part 2 with the macros and implementing on various types will follow in another PR (EDIT: https://github.com/radixdlt/radixdlt-scrypto/pull/1848 )...

## Summary Small improvements to https://github.com/radixdlt/babylon-node/pull/946 ## Details * The as-performant-as-before version macro `_single_versioned!` now makes use of the `.as_unique_version()` method for single-versioned types which is _only available on substates...

## Summary A WIP draft PR to update the engine in the node. Builds on top of https://github.com/radixdlt/babylon-node/pull/1006 and needs that to be merged when tests pass. ## Details >...