spacesvm icon indicating copy to clipboard operation
spacesvm copied to clipboard

Results 10 spacesvm issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.4.0 to 0.7.0. Commits 8e2b117 http2/hpack: avoid quadratic complexity in hpack decoding 547e7ed http2: avoid referencing ResponseWrite.Write parameter after returning 39940ad html: parse comments per HTML spec...

dependencies

We found in Ci that the use of airdrop[1] functionality would oom nodes due to high memory usage. This issue is to track the perf issue and possibly correct so...

bug

Add a simple faucet for users to get SCP tokens and a simple how-to guide on how to interact with the VM directly, for example, how to interact with spacevm...

It would be nice to be able to fetch: * number of claimed spaces * number of expired spaces * number of moved spaces * number of set keys *...

enhancement

When syncing the new Spaces Subnet (https://testnet.avascan.info/blockchains?subnet=Ai42MkKqk8yjXFCpoHXw7rdTWSHiKEMqh5h8gbxwjgkCUfkrk), it takes over 8 minutes to execute the first 30k blocks. It is likely most time is spent in the unoptimized `lookback` function....

With only a time-based compaction mechanism, disk usage may become unnecessarily large during bootstrapping.

enhancement

We should implement granular locking to prevent API calls from blocking consensus operations: https://github.com/ava-labs/spacesvm/blob/22a78d6cdb7c271df9ac67a30f6884799b537f8b/vm/vm.go#L245-L249

enhancement

Instead of storing the value to the DB, allow node operators to just store the length of the value (minimum needed for block execution) for keys/prefixes they don't care about....

research

If we enlarge the max value size to support media files, we need to find a way to avoid gossiping them aggressively to the rest of the network. We could...

research