Stella Cannefax
Stella Cannefax
Add a tab in transaction results for event data. narrower screens hide the left column. Videos showing scrolling and width responsiveness can be found in `#sui-explorer` channel. The "click left...
The label fits & reads better without "ID" - i think users understand that the hash text is an identifier implicitly. screenshot comparison: ## 650px width ### now ### previously
one single transaction's details, and a list of 5 recent ones. original issue: #1264
This fixes 3 small issues: 1) the generated guards had an extra `_argumentName?` parameter (not sure why, it didn't do anything), these are removed. 2) the `type_guards.sh` script should now...
# Basics What if we want to transmit messages that involve multiple different OSC element types at once? We'd want to model that as a struct, for example: ```csharp struct...
There's a few optimizations to be made in the way `OscWriter` does some serialization (mostly copying multiple bytes at once when serializing strings & addresses) However, since you should always...
A convenient way to quickly take a screenshot in EXR would be really convenient. probably would work as an Action in the radial menu
👋 first time contributor here, hope my formatting is ok! When running `polkadot-archive` with wasm execution & tracing off, i noticed that all or most of the work to archive...
I've tried using a couple different versions of Unity 5.3.x. Same behavior within the Editor and within built apps. I'm using a Mid-2015 Macbook pro with the dedicated AMD gpu....
We expose a `sui_getRawObject` method on the RPC, but not yet in the SDK. This adds it. some [background on the raw object method](https://github.com/MystenLabs/sui/issues/2304). This has been tested with regular...