Author | SHA1 | Message | Date |
---|---|---|---|
Ethan Buchman | f93bb35c02 | rpc: return tx hash, creates contract, contract addr in broadcast (required some helper functions). Closes #30 | 10 years ago |
Jae Kwon | 135894ea88 |
Dot import -> named import
Changed modulename_ to short module names Also removed Unreader, replaced with PrefixdReader in select locations |
10 years ago |
Jae Kwon | 83d313cbe5 | Refactor Tx, Validator, and Account structure | 10 years ago |
Jae Kwon | 8718bd52a4 | made ValidatorSet.Hash deterministic; fix off-by-1 bugs | 10 years ago |
Jae Kwon | a0cc186c75 |
Unified deterministic merkle tree computation. Now we have 2 types of
trees... IAVL (nondeterministic) and Simple (deterministic) |
10 years ago |