Richard Ramos
|
c39d765af5
|
Merge branch '150-gas-abstraction' of https://github.com/status-im/contracts into 000-gas-relayer-node
|
2018-05-02 17:03:00 -04:00 |
Richard Ramos
|
5655b601b3
|
IdentityGasRelay is a Kernel
|
2018-05-02 16:57:25 -04:00 |
Richard Ramos
|
7a3d745e16
|
Merge '150-gas-abstraction' into 000-gas-relayer-node
|
2018-05-02 16:54:42 -04:00 |
Richard Ramos
|
5fe6df8d15
|
Changed signature split to 65 bytes.
|
2018-05-02 11:57:56 -04:00 |
Ricardo Guilherme Schmidt
|
52d9983ae6
|
use MessageSigned contract to encapsulate message signing logic
|
2018-04-26 02:09:03 -03:00 |
Ricardo Guilherme Schmidt
|
62078f0fdc
|
Merge branch 'bootstrap' into 150-gas-abstraction
|
2018-04-26 02:03:54 -03:00 |
Ricardo Guilherme Schmidt
|
6600ee5ccf
|
add basic ethereum signing message methods
|
2018-04-26 01:03:55 -03:00 |
Richard Ramos
|
dd262752c2
|
Using Embark default ERC20Token, and changed way to determine if contract instance is valid
|
2018-04-25 14:49:13 -04:00 |
Ricardo Guilherme Schmidt
|
04cf36cdd5
|
use hash of ec-recovered key
|
2018-04-23 08:14:21 -03:00 |
Ricardo Guilherme Schmidt
|
7cdb169fea
|
Merge branch '145-identity' of https://github.com/status-im/contracts into 150-gas-abstraction
|
2018-04-23 08:11:28 -03:00 |
Ricardo Guilherme Schmidt
|
8bf51bc488
|
use hashed keys + dont require issuer to be claim signer
|
2018-04-23 08:04:03 -03:00 |
Ricardo Guilherme Schmidt
|
91559fd036
|
include dependency minimetoken
|
2018-04-23 02:12:55 -03:00 |
Ricardo Guilherme Schmidt
|
1c375daeb0
|
include dependency instance factory
|
2018-04-23 02:12:55 -03:00 |
Ricardo Guilherme Schmidt
|
bbb9b26b7c
|
inclde dependency 145
|
2018-04-23 02:12:55 -03:00 |
Ricardo Guilherme Schmidt
|
e711952231
|
reorg
|
2018-04-23 02:12:55 -03:00 |
Ricardo Guilherme Schmidt
|
fade1238b3
|
reorg
|
2018-04-23 02:12:55 -03:00 |
Ricardo Guilherme Schmidt
|
6b56999401
|
reorg
|
2018-04-23 02:12:55 -03:00 |
Ricardo Guilherme Schmidt
|
a1dd9d14a9
|
reorg
|
2018-04-23 02:11:21 -03:00 |
Ricardo Guilherme Schmidt
|
37135766e7
|
cleanup contents and update solc
|
2018-04-23 02:04:49 -03:00 |
Ricardo Guilherme Schmidt
|
6750c665e8
|
cleanup bootstrap
|
2018-04-23 01:58:58 -03:00 |
Ricardo Guilherme Schmidt
|
f9870224be
|
add return factoried contract address + add emit keyword
|
2018-04-19 05:33:04 -03:00 |
Ricardo Guilherme Schmidt
|
706941acb0
|
add return factoried contract address + add emit keyword
|
2018-04-19 05:33:04 -03:00 |
Ricardo Guilherme Schmidt
|
be024406d2
|
small fixes
|
2018-04-17 22:24:45 -03:00 |
Ricardo Guilherme Schmidt
|
922fea958f
|
change from gasMinimal to gasLimit
|
2018-04-17 11:18:23 -03:00 |
Richard Ramos
|
79da42e2ba
|
Fixing naming errors required for compilation
|
2018-04-09 16:05:19 -04:00 |
Richard Ramos
|
74262dd33e
|
Merge from embark into develop
|
2018-04-09 10:18:44 -04:00 |
Ricardo Guilherme Schmidt
|
e373ef3885
|
initialize first key as manager and action purpose
|
2018-04-02 16:26:25 -03:00 |
Ricardo Guilherme Schmidt
|
ac54537b74
|
updated to new solidity keywords and linting
|
2018-03-30 02:31:08 -03:00 |
Ricardo Guilherme Schmidt
|
e76dfe33ab
|
updated to new solidity keywords and linting
|
2018-03-30 02:31:08 -03:00 |
Ricardo Guilherme Schmidt
|
497076382b
|
fix typo
|
2018-03-28 18:37:17 -03:00 |
Ricardo Guilherme Schmidt
|
27d0fc24b6
|
democracy , constitution and factory refactor
|
2018-03-27 23:16:51 -03:00 |
Ricardo Guilherme Schmidt
|
33bb06bd76
|
fix wrong var name
|
2018-03-24 05:58:49 -03:00 |
Ricardo Guilherme Schmidt
|
a271b00539
|
normalize
|
2018-03-24 05:58:04 -03:00 |
Ricardo Guilherme Schmidt
|
cfb389398d
|
fix reentrancy and reexecution
|
2018-03-24 05:53:35 -03:00 |
Ricardo Guilherme Schmidt
|
8a32a3ea47
|
reorder _removeKey logic
|
2018-03-24 05:30:07 -03:00 |
Ricardo Guilherme Schmidt
|
334f6754af
|
move events and nonce increment
|
2018-03-24 05:16:54 -03:00 |
Ricardo Guilherme Schmidt
|
4c5cb43da0
|
added approve and call gas relayed for ERC20
|
2018-03-24 01:26:06 -03:00 |
Ricardo Guilherme Schmidt
|
fe4a10dfcd
|
makes "call" more explicit
|
2018-03-22 23:31:20 -03:00 |
Ricardo Guilherme Schmidt
|
17b6b7357c
|
simplify contract for easier readibility
|
2018-03-22 23:12:12 -03:00 |
Ricardo Guilherme Schmidt
|
3bdba827c9
|
move nonce check as first step (gas relayer pays this gas)
|
2018-03-22 13:09:02 -03:00 |
Ricardo Guilherme Schmidt
|
789252ba97
|
executed event always fire with executin result bool
|
2018-03-21 23:36:31 -03:00 |
Ricardo Guilherme Schmidt
|
7b179ec04c
|
more comments
|
2018-03-21 23:32:56 -03:00 |
Ricardo Guilherme Schmidt
|
905aff6485
|
(save gas) bypass "transaction sstore" if multisigned not required
|
2018-03-21 23:30:54 -03:00 |
Ricardo Guilherme Schmidt
|
39fcf1a055
|
fix natspec
|
2018-03-21 22:13:51 -03:00 |
Ricardo Guilherme Schmidt
|
3037d43109
|
standarize to _gasMinimal var name, and _gasMinimal >= startGas
|
2018-03-21 22:10:41 -03:00 |
Ricardo Guilherme Schmidt
|
770a638324
|
natspec
|
2018-03-21 19:58:19 -03:00 |
Ricardo Guilherme Schmidt
|
cfc3c17c6b
|
new snt controller with economic abstraction
|
2018-03-21 19:36:23 -03:00 |
Ricardo Guilherme Schmidt
|
e13ac0315d
|
update names
|
2018-03-21 18:43:26 -03:00 |
Ricardo Guilherme Schmidt
|
1f9ad9b135
|
add economic abstraction property to Identities
|
2018-03-21 18:02:05 -03:00 |
Ricardo Guilherme Schmidt
|
bcadf42cef
|
enhance utility modifier
|
2018-03-21 13:23:46 -03:00 |