Chance Hudson
|
4c482cac9e
|
fix: return result when node is not synced
|
2021-12-09 02:06:34 -06:00 |
|
Chance Hudson
|
f7ef5f324e
|
fix: verify deposit commit merge value
|
2021-12-09 01:58:03 -06:00 |
|
Chance Hudson
|
8024611e67
|
fix: check for an existing slash
|
2021-12-09 00:29:50 -06:00 |
|
Chance Hudson
|
7273f217e7
|
fix: input handling
|
2021-12-08 22:17:24 -06:00 |
|
Chance Hudson
|
13fa2c2cc8
|
fix: verify deposit merged hash before block generation
|
2021-12-08 22:06:37 -06:00 |
|
Chance Hudson
|
21837a8915
|
fix: sum commit fees, not individual deposit fees
|
2021-12-08 21:13:45 -06:00 |
|
Chance Hudson
|
e7a29225c9
|
fix: silence off chain validation errors if onchain slash is true
|
2021-12-07 18:19:58 -06:00 |
|
Chance Hudson
|
29d82b992f
|
fix: sync start point
|
2021-12-07 18:19:46 -06:00 |
|
Chance Hudson
|
0fd413660b
|
feat: load events by scanning, then use subscription
|
2021-12-07 17:08:45 -06:00 |
|
Chance Hudson
|
88fe039e2c
|
fix: mul gas
|
2021-12-07 01:21:53 -06:00 |
|
Chance Hudson
|
4e733a6838
|
fix: remove MAX_TRANSACTIONS
|
2021-12-07 01:12:50 -06:00 |
|
Chance Hudson
|
612deac5e8
|
fix: bump deposit commit gas
|
2021-12-07 01:05:08 -06:00 |
|
Chance Hudson
|
beb78b9642
|
fix: treenode index
|
2021-12-06 23:30:37 -06:00 |
|
Chance Hudson
|
5a9f6a2195
|
fix: remove gas constant
|
2021-12-06 23:11:47 -06:00 |
|
Chance Hudson
|
e463d5699e
|
fix: start propose task by default
|
2021-12-06 23:10:24 -06:00 |
|
Chance Hudson
|
7c7b1262b3
|
fix: include max of 20 txs per block
|
2021-12-06 22:52:15 -06:00 |
|
Chance Hudson
|
898ae4d87a
|
fix: harcode gas increase
|
2021-12-06 22:32:59 -06:00 |
|
Chance Hudson
|
87682877c1
|
fix: store genesis block data using db transaction
|
2021-12-06 21:17:47 -06:00 |
|
Chance Hudson
|
f58eb3d98f
|
chore: lint
|
2021-12-06 20:40:27 -06:00 |
|
Chance Hudson
|
299c10337c
|
fix: remove transactions including references to utxo roots more than REF_DEPTH blocks in the past
|
2021-12-06 20:39:38 -06:00 |
|
Chance Hudson
|
bf912d833a
|
refactor: export individual offchain validators
|
2021-12-06 20:39:14 -06:00 |
|
wanseob
|
7566353095
|
chore(release):2.0.0-beta.7
|
2021-12-02 07:56:22 +00:00 |
|
Chance Hudson
|
9f46d66b1e
|
fix: revert block validity check
feat: check for nullifier uniqueness in block
2.0.0-beta.7
|
2021-12-02 16:47:51 +09:00 |
|
Chance Hudson
|
9a49b48a33
|
fix: cast parent header types
|
2021-12-02 16:47:51 +09:00 |
|
Chance Hudson
|
d4c3f499a4
|
feat: validate block before proposing
|
2021-12-02 16:47:51 +09:00 |
|
Chance Hudson
|
eb58ca1521
|
chore: lint
|
2021-12-02 16:47:51 +09:00 |
|
Chance Hudson
|
4bee7db64f
|
fix: don't try to save duplicate transactions
|
2021-12-02 16:47:51 +09:00 |
|
Chance Hudson
|
184b504b30
|
fix: provide slasher account in cli
|
2021-12-02 16:47:51 +09:00 |
|
Chance Hudson
|
fc3f7a82fd
|
fix: log slash errors
|
2021-12-02 16:47:51 +09:00 |
|
Chance Hudson
|
c8dc864d38
|
fix: handle undefined values in indexeddb array
|
2021-12-02 14:04:41 +09:00 |
|
Chance Hudson
|
787e8188da
|
fix: add index for nullifier
|
2021-12-02 14:04:41 +09:00 |
|
Chance Hudson
|
91608ecece
|
feat: index support for queries using array of values
|
2021-12-02 14:04:41 +09:00 |
|
Chance Hudson
|
7513e10d88
|
feat: fee calculation without contacting a coordinator
|
2021-12-02 14:04:19 +09:00 |
|
jin
|
1ef961d312
|
feat: deliver zkopru branch and commit hash to stress-test
|
2021-11-30 22:04:44 +09:00 |
|
jin
|
747229cf64
|
fix: eof
|
2021-11-30 22:04:44 +09:00 |
|
jin
|
163ab864f6
|
fix compose path and added ganache testchain block time
|
2021-11-30 22:04:44 +09:00 |
|
Chance Hudson
|
177b3adac0
|
chore: typo syncronizer->synchronizer
|
2021-11-30 22:04:00 +09:00 |
|
Chance Hudson
|
29aa2c2f46
|
refactor: remove unnecessary promise
|
2021-11-30 22:04:00 +09:00 |
|
Chance Hudson
|
495d5005a7
|
fix: web3 provider connection detection
|
2021-11-30 22:04:00 +09:00 |
|
Chance Hudson
|
4b7b11adf9
|
fix: use zkopru ipfs gateway, allow custom gateway string to be passed
|
2021-11-30 22:04:00 +09:00 |
|
wanseob
|
e32c72323f
|
chore(release):2.0.0-beta.6
|
2021-11-26 09:04:41 +00:00 |
|
tkmct
|
99d750aba4
|
Fix hash method call
2.0.0-beta.6
|
2021-11-25 15:53:58 +09:00 |
|
tkmct
|
94ee0351cc
|
chore: layer2 sendTx returns zkTx hash
|
2021-11-25 15:53:58 +09:00 |
|
jin
|
1ebec11876
|
fix: typo
|
2021-11-24 14:53:19 +09:00 |
|
jin
|
56d8c5ed5a
|
fix: remove trigger condition
|
2021-11-24 14:53:19 +09:00 |
|
wanseob
|
839069d2de
|
chore(release):2.0.0-beta.5
|
2021-11-23 14:18:13 +00:00 |
|
Wanseob Lim
|
5d1e47df4e
|
chore: update release script
2.0.0-beta.5
|
2021-11-23 23:07:26 +09:00 |
|
jin
|
f81558ced1
|
fix: drone server url
|
2021-11-23 23:06:31 +09:00 |
|
jin
|
dd2d1a07ba
|
feat: added drone ci config for stress-test as trigger
|
2021-11-23 23:06:31 +09:00 |
|
Wanseob Lim
|
d14438a81b
|
fix: update webpack script
|
2021-11-23 23:02:02 +09:00 |
|