tfchain icon indicating copy to clipboard operation
tfchain copied to clipboard

Threefold Chain.

Results 95 tfchain issues
Sort by recently updated
recently updated
newest added

The document [here](https://github.com/threefoldtech/tfchain/blob/33855091d89ac3173aea7145bc96acaa661b88d4/docs/misc/adding_validators.md?plain=1#L52) refer to the smct key type requirement which already removed [here](https://github.com/threefoldtech/tfchain/pull/558) Also should point to the importance of enabling offchain worker on all the validators

documentation

Since providing a custom values file merges with the default one and does not override, `kubernetes.io/ingress.class: traefik` is always present

type_bug

Emitting too much information in events can be wasteful and inefficient, as it may consume unnecessary on-chain storage space. Currently, we emit the value alongside the account id and user...

type_feature

Currently the weight is set to take into a account the cost of writing one entry to the DB. I think the better thing to do here is to scale...

type_feature

Following the idea introduced in https://github.com/threefoldtech/tfchain/issues/656 we want to prevent storage "leaking". Since we made a first version of a such live storage checking tool for pallet `smart-contract`, we should...

type_feature

https://github.com/threefoldtech/tfchain/blob/9d56a805ead04d7f5d49cd7387443535a66e4032/bridge/tfchain_bridge/pkg/stellar/stellar.go#L351-L386 Instead of using a for loop to send requests and wait for 10 seconds when no new transactions are found, we can use the Stellar [SDK](https://github.com/stellar/go/blob/master/clients/horizonclient) stream mode to...

type_feature

Thursday (01/12) evening until Friday morning the public devnet light node was offline for about 16h due to dc networking issues. It kept running but was unreachable for anyone/anything. Since...

type_bug

Can we change TFT price decimal value from only 3 digits to 7 digits, since most of the calculation is done based on tftprice():u32 value which doesn't give the accurate...

priority_minor
type_bug