Ethan Buchman
|
3395f5fb0e
|
types: builds
|
2018-03-02 01:28:38 -05:00 |
|
Ethan Buchman
|
7a5060dc52
|
replace data.Bytes with cmn.HexBytes
|
2018-02-03 03:47:01 -05:00 |
|
Ethan Buchman
|
4e3488c677
|
update types
|
2018-02-03 03:23:10 -05:00 |
|
Ethan Buchman
|
eeab0efa56
|
types: tx.go comments
|
2017-12-26 20:21:17 -05:00 |
|
Anton Kaliaev
|
922af7c405
|
int64 height
uint64 is considered dangerous. the details will follow in a blog post.
|
2017-12-01 19:04:53 -06:00 |
|
Ethan Buchman
|
d1a00c684e
|
types: comments
|
2017-09-22 12:00:37 -04:00 |
|
Ethan Buchman
|
e1792c1ea5
|
fix tx string format take 2
|
2017-05-16 14:12:48 +02:00 |
|
Ethan Buchman
|
d5113377e2
|
fix tx string format
|
2017-05-16 14:01:52 +02:00 |
|
Adrian Brink
|
118d565534
|
Merge pull request #472 from tendermint/string_reprs
Add Tx String representation. Got the ok from Anton.
|
2017-05-15 09:49:40 +02:00 |
|
Jae Kwon
|
4c7a2be06a
|
Add Tx String representation
|
2017-04-30 16:06:49 -07:00 |
|
Ethan Buchman
|
bdb34f9f4e
|
types: []byte -> data.Bytes
|
2017-04-27 19:01:18 -04:00 |
|
Ethan Buchman
|
d5b524e309
|
go-merkle -> merkleeyes/iavl and tmlibs/merkle
|
2017-04-21 18:16:05 -04:00 |
|
Ethan Buchman
|
5da9b3a803
|
postmerge
|
2017-04-21 18:09:47 -04:00 |
|
Ethan Buchman
|
0017fb7ffe
|
premerge
|
2017-04-21 17:38:40 -04:00 |
|
Ethan Buchman
|
f4d0076344
|
TxResult includes Tx. /tx only works if indexer active
|
2017-04-18 19:56:41 -04:00 |
|
Ethan Buchman
|
6e065affe5
|
rpc: /tx allows height+hash
|
2017-04-13 16:04:36 -04:00 |
|
Ethan Buchman
|
7fb0e8b30b
|
Merge branch 'feature/tx-proof' into feature/237-tx-indexing
Conflicts:
types/tx.go
|
2017-04-12 18:48:39 -04:00 |
|
Ethan Buchman
|
2a59cda77e
|
/tx returns tx bytes
|
2017-04-12 18:18:17 -04:00 |
|
Ethan Frey
|
705e7bd577
|
Implemented and tested Txs.Index, hopefully better coverage
|
2017-04-12 15:18:09 +02:00 |
|
Ethan Frey
|
28307fd4c9
|
Add proof generation for one tx
|
2017-04-12 15:16:46 +02:00 |
|
Ethan Buchman
|
05136ff09d
|
update some comments
|
2016-07-12 14:58:16 -04:00 |
|
Ethan Buchman
|
65ebc344ac
|
broadcast_commit
|
2016-07-05 14:26:20 -04:00 |
|
Ethan Buchman
|
501c4e4bac
|
fixes from review
|
2016-04-26 22:17:13 -04:00 |
|
Ethan Buchman
|
d23f38b4f3
|
txs.Hash() to avoid extra allocs
|
2016-04-19 20:45:33 -04:00 |
|
Jae Kwon
|
e12f9d10e7
|
Bare consensus refactor
|
2015-11-01 11:34:08 -08:00 |
|
Jae Kwon
|
c4ed55d801
|
Refactor to move common libraries out of project
|
2015-10-22 17:39:06 -07:00 |
|
Ethan Buchman
|
e4f0e2b399
|
update namereg with longer names, more allowed chars
|
2015-09-15 19:43:22 -04:00 |
|
Ethan Buchman
|
6f25dfef44
|
move NewContractAddress to types and use ripemd160
|
2015-08-02 22:24:35 -04:00 |
|
Jae Kwon
|
3be3647dc8
|
tendermint/binary -> tendermint/wire
|
2015-07-28 12:18:17 -07:00 |
|
Jae Kwon
|
0ef5c3ad07
|
Fix returning prematurely within if(runCall){...}.
Renames
|
2015-07-28 12:16:17 -07:00 |
|
Ethan Buchman
|
31b9d8ee27
|
SNativeTx -> PermissionTx, consolidate permissions and native contracts
|
2015-07-22 10:49:53 -04:00 |
|
Ethan Buchman
|
d528d002fa
|
SNativeTx sign bytes
|
2015-07-22 10:49:53 -04:00 |
|
Ethan Buchman
|
e037093740
|
snative refactor and SNativeTx
|
2015-07-22 10:49:53 -04:00 |
|
Ethan Buchman
|
8e50bf15de
|
panic wrapper functions
|
2015-07-21 10:46:05 -04:00 |
|
Jae Kwon
|
1e7cc32597
|
tendermint/account -> acm
|
2015-07-19 09:40:55 -07:00 |
|
Jae Kwon
|
2e1d8ba054
|
Make Ripemd160 the default
|
2015-07-10 12:15:46 -07:00 |
|
Ethan Buchman
|
72b681a1bc
|
fix TxID to use ripemd160 in events and rpc return
|
2015-07-10 05:56:38 +00:00 |
|
Jae Kwon
|
9965dd5de6
|
uint* to int* whereever appropriate; https://www.reddit.com/r/golang/comments/2q5vdu/int_vs_uint/
|
2015-06-25 20:28:34 -07:00 |
|
Jae Kwon
|
6062b06aa9
|
fixed NameTx.WriteSignBytes() bug.
|
2015-06-01 17:49:24 -07:00 |
|
Jae Kwon
|
c8103f6415
|
sign-bytes field ordering & escaping of strings
|
2015-06-01 14:59:10 -07:00 |
|
Ethan Buchman
|
41502e05c1
|
chain_id written as string not hex in WriteSignBytes
|
2015-05-30 20:20:04 -04:00 |
|
Ethan Buchman
|
6eb8386c7c
|
fixes for chain id in nametx sign functions
|
2015-05-30 01:54:25 -04:00 |
|
Ethan Buchman
|
77ff09e173
|
namereg cleanup, tests
|
2015-05-30 01:20:42 -04:00 |
|
Ethan Buchman
|
02aedaaefb
|
more cleanup rpc tests, testing namereg
|
2015-05-30 01:19:03 -04:00 |
|
Ethan Buchman
|
cff6bcfb31
|
copy entry on get, use strings for name/data, uint64 for expires
|
2015-05-30 01:19:03 -04:00 |
|
Ethan Buchman
|
8631d5085e
|
name reg
|
2015-05-30 01:19:02 -04:00 |
|
Ethan Buchman
|
2045aee9cd
|
pass chainID through sign interfaces
|
2015-05-29 18:14:19 -04:00 |
|
Ethan Buchman
|
8a2d9525f0
|
network > chain_id, put in genesis.json
|
2015-05-29 18:14:19 -04:00 |
|
Ethan Buchman
|
d43c776e84
|
add bonder's signature to BondTx
|
2015-05-20 19:36:55 -04:00 |
|
Jae Kwon
|
75ef479547
|
Config is passed into each module. Remove tendermint/confer
|
2015-05-17 16:19:57 -07:00 |
|