Brandon

Results 10 issues of Brandon

### Describe the bug It is possible to create time.Time objects which might introduce problems when using the object. For example the code below does not do what you want...

Bug
Meta: Good First Issue

### Describe the bug It's not possible to define an optional attribute if the attribute is an object (of some other struct). The code below will not compile and cause...

Bug

No need to make the function return an optional Request. It always returns a proper Request object.

### Describe the bug C compile crash saying: error: struct or union expected on the code below on line 7877. I see that it is trying to access a property...

Bug
Status: Confirmed
Unit: cgen

### Describe the feature Right now it is not possible to choose the rate at which the logs are flushed. We should be able to define that. ### Use Case...

Feature Request

A couple of commands have been deprecated and replaced by others. For example listaccounts is now listlabels. Most accounts related rpcs are now renamed to label. See https://chainquery.com/bitcoin-cli

rpc
good first issues
json
bitcoind-compat

The events defined in the struct https://github.com/centrifuge/go-substrate-rpc-client/blob/015965cf2e670ceb9b87ae40a8ddfe7ee8114a8f/types/event_record.go#L65 are not in line with the one from substrate: https://github.com/paritytech/substrate/blob/e92613d9a4f4e85b57a2dd891765c407f0ad2549/frame/scheduler/src/lib.rs#LL257C3-L257C3 These are missing: - CallUnavailable - PeriodicFailed - PermanentlyOverweight I noticed the ones...

I3-annoyance

The integration tests take up most of the CI execution time. We should try to improve it. Possibilities: - Only run one instance of the chain per test (instead of...

type_feature

The rust client https://github.com/DylanVerstraete/tfchain-client should be extended. We should be able to call all API calls using that client. We can use https://github.com/paritytech/subxt/ as inspiration.

type_feature

The property ContractsToBillAt is a map from blocknumber towards a vector of contracts to bill. As a contract should only be billed once per block it makes more sense to...

type_feature