Ethan Buchman
|
a0f3b94e83
|
account permissions and some gendoug
|
10 years ago |
Ethan Buchman
|
a7ecdd10de
|
Merge from panic branch
|
10 years ago |
Jae Kwon
|
9965dd5de6
|
uint* to int* whereever appropriate; https://www.reddit.com/r/golang/comments/2q5vdu/int_vs_uint/
|
9 years ago |
Jae Kwon
|
829df93577
|
Re-use ValidatorSet.VerifyValidation()
|
10 years ago |
Jae Kwon
|
01b5540ffe
|
consensus/state is 2-step asynchronous
|
10 years ago |
Jae Kwon
|
6062b06aa9
|
fixed NameTx.WriteSignBytes() bug.
|
10 years ago |
Ethan Buchman
|
6eb8386c7c
|
fixes for chain id in nametx sign functions
|
10 years ago |
Ethan Buchman
|
77ff09e173
|
namereg cleanup, tests
|
10 years ago |
Ethan Buchman
|
02aedaaefb
|
more cleanup rpc tests, testing namereg
|
10 years ago |
Ethan Buchman
|
cff6bcfb31
|
copy entry on get, use strings for name/data, uint64 for expires
|
10 years ago |
Ethan Buchman
|
8631d5085e
|
name reg
|
10 years ago |
Ethan Buchman
|
2045aee9cd
|
pass chainID through sign interfaces
|
10 years ago |
Ethan Buchman
|
e9695baebb
|
tx utils
|
10 years ago |
Ethan Buchman
|
d43c776e84
|
add bonder's signature to BondTx
|
10 years ago |
Ethan Buchman
|
7a97fb464d
|
genpriv from hash(secret), evc fix in ExecTx
|
10 years ago |
Ethan Buchman
|
02f4219079
|
cleanup calldepth=0 events logic
|
10 years ago |
Ethan Buchman
|
bda9a38544
|
CallTx to address with no code fails and costs gas
|
10 years ago |
Jae Kwon
|
0db6b0b005
|
Maybe fixed validatorSet.IncrementAccum()
|
10 years ago |
Jae Kwon
|
5bdd73f4a4
|
New genesis.json
|
10 years ago |
Jae Kwon
|
b11ca1bbfc
|
(╯°□°)╯︵ ┻━┻
|
10 years ago |
Ethan Buchman
|
d27e0bbad5
|
event cache and fireable interace
|
10 years ago |
Ethan Buchman
|
a1c5e32d76
|
fixes from review with jae
|
10 years ago |
Jae Kwon
|
df1d46d04d
|
Errorf -> fmt.Errorf
|
10 years ago |
Ethan Buchman
|
34098edb93
|
state: fireEvents flag on ExecTx and fixes for GetAccount
|
10 years ago |
Ethan Buchman
|
2e918e8c0b
|
rpc: websocket events testing
|
10 years ago |
Ethan Buchman
|
85661de293
|
fire events, event urls
|
10 years ago |
Jae Kwon
|
6d6f061f19
|
Support nil pointers for Binary.
If the thing does not already have a typebyte declared,
a fake one will be given (0x01).
A TypeByte of 0x00 is reserved for nil things.
No nil-dogs.
|
10 years ago |
Jae Kwon
|
13b6508ecd
|
Package import path change
|
10 years ago |
Ethan Buchman
|
60f166e823
|
tendermint2
|
10 years ago |
Jae Kwon
|
79304b0dd3
|
Create BlockCache and TxCache for performance.
|
10 years ago |
Jae Kwon
|
fd0646fc4f
|
Compare blockhashes in stageBlock()
|
10 years ago |
Jae Kwon
|
87e1f76324
|
tendermint/block -> tendermint/types and tendermint/blockchain
|
10 years ago |
Ethan Buchman
|
6a227004aa
|
state: fixes for creating a contract and msging it in the same block
|
10 years ago |
Ethan Buchman
|
e6da48880b
|
vm: fix Pad functions, state: add debug log for create new account
|
10 years ago |
Ethan Buchman
|
e56db7f615
|
state: fix debug logs
|
10 years ago |
Ethan Buchman
|
6cd46b726d
|
state: ExecTx bug fixes for create contract
|
10 years ago |
Ethan Buchman
|
deff645dba
|
some public convenience functions, extra debug errors on ExecTx
|
10 years ago |
Jae Kwon
|
55d8e29e32
|
Fixed issues from review with Ethan
|
10 years ago |
Jae Kwon
|
5dcbb272be
|
formatting...
|
10 years ago |
Jae Kwon
|
b7553e2bfe
|
Address is generated with VMAppState, and it increments the nonce too.
|
10 years ago |
Jae Kwon
|
36dca3981b
|
Make Call() handle value transfers and reverts.
|
10 years ago |
Jae Kwon
|
7f12738415
|
VMAppState bridge to vm.
|
10 years ago |
Ethan Buchman
|
9c4692c071
|
remove gas price and dont run txs before they come in a block
|
10 years ago |
Ethan Buchman
|
f384d10a05
|
block/state: gas price for block and tx
|
10 years ago |
Ethan Buchman
|
7a33aba6e5
|
block/state: add CallTx type
|
10 years ago |
Ethan Buchman
|
f55609a792
|
consensus: check both vote orderings for dupeout txs
|
10 years ago |
Ethan Buchman
|
33f8943543
|
consensus: broadcast evidence tx on ErrVoteConflictingSignature
|
10 years ago |
Jae Kwon
|
249ae38068
|
test bondTx
|
10 years ago |
Jae Kwon
|
d1a36d2ac2
|
Validation validation bug fix --> keep track of LastBondedValidators
|
10 years ago |
Jae Kwon
|
03a7564abd
|
fix validator timeout bug
|
10 years ago |