Piers Shepperson

Results 74 issues of Piers Shepperson

Currently, each free storage assigner has a limit on the total free storage they can assign. We wish to put a limit on the amount of free storage that can...

smart-contracts
post-mainnet

Add a toggleable debug mode where an order list of each thing that happens is kept. This could be viewed to give a macroscopic view of the chain. This would...

Event database
post-mainnet

## Fixes ## Changes Process events in the event database in a transaction ## Need to be mentioned in CHANGELOG.md? ## Tests Tasks to complete before merging PR: - [...

We should add an error code to each [transaction object](https://github.com/0chain/0chain/blob/staging/code/go/0chain.net/chaincore/transaction/entity.go#L57) when it is created. Now whenever we return an error from that transaction we can wrap it with this error...

post-mainnet

Add new rewards table to event db to record when delegates receive rewards. The current rewards table records when rewards are collected, not when they are assigned. So we will...

Event database
api

We need changes to the following to sc.yaml ```yaml min_alloc_duration: "1 year" time_unit: "1 year" max_read_price: 0.0 readpool: min_lock: 0.0 # tokens min_lock_period: 1 year max_lock_period: infinite writepool: min_lock: 0.1...

enhancement
mainnet
smart-contracts

Allocation changes to support NFTs. 1. [ ] Allocations cannot have the duration reduced. Change for all allocations. 2. [ ] Add an `anyone can extend` boolean flag. 3. [...

smart-contracts

[storagesc.SettingNames ](https://github.com/0chain/0chain/blob/staging/code/go/0chain.net/smartcontract/storagesc/config_settigns.go#L127)max_write_price is repeated When you do ./zwallet sc-config, which calls /storage-config the following are missing missing field time_unit, index 1 missing field min_alloc_duration, index 3 missing field max_challenge_completion_time, index...

smart-contracts

## Fixes ## Changes Add a round last updated field for fees and rewards. This is so that system tests, or anyone else, can tell exactly when the data in...