You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolve all TODO, FIXME and BUG comments. Either implement missing functionality or write a proper explanation of why certain functionality is not provided and what it means.
This is a huge task that requires a lot of product knowledge.
Resolve all
TODO
,FIXME
andBUG
comments. Either implement missing functionality or write a proper explanation of why certain functionality is not provided and what it means.This is a huge task that requires a lot of product knowledge.
// TODO: test header context!
TODO: link to Isabella's two docs as background
TODO
// TODO: add fees, etc...
// TODO: make this random
// TODO: make this async, maybe adjust return value
// TODO: something else?
// TODO: check out config file...
//TODO: Possibly revisit passing the bucket later to have more control over types?
//TODO: This is being validated on model save
//TODO: This needs to be extended with examples where we use approvals for different users
//TODO: This needs to be extended with examples where we use approvals for different users
// TODO: Add checks for approvals
// TODO: Add checks for TokenDetails
// TODO: anyone can make a token????
# TODO validate the yaml here
// TODO: generalize better for other hosts?
// TODO: reuse FreeList between multiple cache wraps....
// TODO: reuse FreeList between multiple cache wraps....
// TODO: currently noop....leave it to the garbage collector
// TODO: add support for Combine (deleting those below)
// TODO: record new value???
// TODO: record new value???
// TODO: reuse FreeList between multiple cache wraps....
// TODO: make this private and only expose Iterator interface????
// TODO: make these configurable?
// TODO: create batch and reader and wrap the rest in btree...
return addr, "TODO: add a recovery phrase", nil
//TODO: Implement when tendermint implements this properly
// TODO: verify constructor checks well for errors
// TODO: deprecate in favor of
Coins.Combine()``// TODO: index name must be [a-z_]
// TODO: assert error if len > 1 ???
// TODO: support all prefix searches (later even more ranges)
// TODO: load normal iterator but then play it backwards?
// TODO: make this private and only expose Iterator interface????
// TODO: add reverse field
// TODO: is this correct? nothing else to do really....
// TODO: not implemented (ABCI spec still unclear....)
// TODO: support historical queries by getting old read-only
// TODO: better version handling!
// TODO: support proofs given this info....
// TODO: store the original validators somewhere
// TODO: investigate validators and consensusParams in response
// TODO: investigate response tags as of 0.11 abci
// TODO: investigate response tags as of 0.11 abci
// TODO: this should probably be protected by a mutex....
// TODO: look for better trie routers that handle patterns...
// TODO: Get with proof, also historical queries
// TODO: add Batch to atomic writes and efficiency
**TODO**
// TODO
**TODO**
by a
Savepoint Decorator_,
**TODO**
// (TODO: look at sources of randomness, other than default crypto/rand)
// TODO: add coins.Negative...
// how to do a query... TODO: abstract this??
// TODO: code reuse???
// TODO: auto-generate sequence
// TODO: add indexes
// TODO: remove duplicates (don't sort?)
TODO: If a transaction succeeded, but requested a RequiredFee higher than paid
return nil, errors.Wrap(errors.ErrHuman, "TODO: not implemented")
return errors.Wrap(errors.ErrHuman, "TODO: not implemented")
// TODO: improve this error message, so we use .New for stacktrace
//TODO: Sort errors and their codes
//TODO: Figure out what we need to do with counts for the next iteration
//TODO: Figure out whether we need wildcard approvals, might be wise to add an ApprovalOptions flag
//TODO: Should we allow approved to remove their own approvals? :)
//TODO: revisit
//TODO: Not sure I'm a fan of array of maps, but it makes sense
//TODO: Better name
// TODO: separate into own function (verify one sig)
// TODO: remove??? On afterthought, this is probably never needed
// TODO: add queries to verify
// TODO: better enforce token presence and sigfigs
// TODO: check tokens
// TODO: check that permissioning???
// TODO: not enforced in bucket, but in handler (SetName)
// TODO: also check delete
// TODO: doesn't work on windows!
// TODO: implement
Acceptance criteria
The
TODO
,FIXME
andBUG
comments are resolved with one of two options:The text was updated successfully, but these errors were encountered: