Releases: zkopru-network/zkopru
Releases · zkopru-network/zkopru
Release 2.0.0-beta.8
What's Changed
- fix: use trusted setup zkeys for testings by @wanseob in #300
- fix: use python2 package in alpine based images by @jchancehud in #305
- chore: update default zkopru address by @jchancehud in #303
- fix: proper null handling in ne expressions for indexeddb by @jchancehud in #301
- Pending support by @jchancehud in #302
- consistent dockerfiles by @praneethmendu in #309
- chore(deps): bump tar from 6.1.3 to 6.1.9 by @dependabot in #310
- chore(deps): bump axios from 0.21.1 to 0.21.2 by @dependabot in #311
- chore(deps): bump object-path from 0.11.5 to 0.11.8 by @dependabot in #312
- chore(deps): bump tmpl from 1.0.4 to 1.0.5 by @dependabot in #313
- chore(deps): bump apollo-server from 2.25.2 to 2.25.3 by @dependabot in #314
- feat: add getter function for newWithdrawalOwner mapping by @jchancehud in #316
- Hotfix/drone trigger by @sifnoc in #320
- chore: layer2 sendTx returns zkTx hash by @tkmct in #319
- Ipfs gateway fix by @jchancehud in #322
- fix misc for docker-compose and drone by @sifnoc in #321
- feat: fee calculation without contacting a coordinator by @jchancehud in #324
- Indexed db index support by @jchancehud in #325
- Slash fixes by @jchancehud in #327
- Tx ref depth fix by @jchancehud in #328
- fix: check for an existing slash by @jchancehud in #334
- feat: load events by scanning, then use subscription by @jchancehud in #331
- fix: return result when node is not synced by @jchancehud in #338
- Propose fixes by @jchancehud in #339
New Contributors
- @praneethmendu made their first contribution in #309
- @dependabot made their first contribution in #310
Full Changelog: 2021102...2.0.0-beta.8
Release 2.0.0-beta.6
What's Changed
- Create CODE_OF_CONDUCT.md by @wanseob in #32
- Fix/45 by @wanseob in #46
- Update tree depth & make it have single tree model by @wanseob in #47
- refactor tree & build process by @wanseob in #48
- integration test by @wanseob in #49
- Fix/57 use audited code in Pairing.sol by @wanseob in #107
- Fix/95 by @wanseob in #112
- refactor: upgrade circom & snarkjs by @wanseob in #114
- refactor: primsa transaction & scheduled jobs by @wanseob in #115
- Fix/116 by @wanseob in #124
- Refactor/128 by @wanseob in #129
- WIP: Burn Auctions by @jchancehud in #133
- Coordinator auctions by @jchancehud in #136
- Better underflow handling by @jchancehud in #139
- More underflow protection by @jchancehud in #140
- Create separate auction for dest contract by @jchancehud in #142
- Compile to es6 by @jchancehud in #145
- Fix Poseidon deployments by @jchancehud in #146
- Add continuous integration by @jchancehud in #148
- Make github handles clickable in readme by @jchancehud in #150
- Poseidon revert by @jchancehud in #152
- Test fixes by @jchancehud in #153
- Cli daemon by @jchancehud in #147
- Fix contract leaks by @jchancehud in #157
- Interactive config creation by @jchancehud in #160
- Remove L2Chain latestBlock func by @jchancehud in #158
- fix: defaults handling by @jchancehud in #163
- Fix/165 by @wanseob in #166
- Enable pretty logs by @jchancehud in #167
- Server api by @jchancehud in #164
- Fix/170 by @wanseob in #171
- Add comments to burn auction by @jchancehud in #175
- audit fix - 1 by @wanseob in #173
- Auction bidding fix by @jchancehud in #177
- Ensure poseidon contracts exist for linking by @jchancehud in #183
- DB connector system by @jchancehud in #172
- Contract updates by @jchancehud in #184
- [WIP] Fix/178 integration test error by @wanseob in #186
- fix: typo error in several places by @zingero in #188
- Fix nonce race condition by @jchancehud in #190
- Return genesis block by @jchancehud in #191
- Browser support by @jchancehud in #179
- Fix/198 by @wanseob in #199
- Fix/201 by @wanseob in #206
- Wallet package by @jchancehud in #197
- Fix/212 by @sifnoc in #214
- DB reset logic by @jchancehud in #220
- Auto coordinator selection by @jchancehud in #217
- Pending TX by @jchancehud in #219
- Indexed db performance by @jchancehud in #221
- Atomic sync by @jchancehud in #226
- Fix/224 by @wanseob in #230
- fix: run contract tests by @jchancehud in #228
- Fix/223 by @sifnoc in #231
- Fix testblock generation error in ci by @jchancehud in #234
- Reorg revert handling by @jchancehud in #236
- Client library exports by @jchancehud in #237
- Feat/239 by @wanseob in #251
- Misc fixes by @jchancehud in #240
- fix: yarn develop command by @jchancehud in #259
- Transaction history client api by @jchancehud in #263
- Tree tests by @jchancehud in #265
- TX history refactor/hexify fixes/tree fixes by @jchancehud in #269
- fix compose files by @sifnoc in #267
- Test fixes by @jchancehud in #272
- Fix global tree cache by @jchancehud in #273
- Pending transaction crash fix by @jchancehud in #277
- fix: added missing treeCache for integration test by @sifnoc in #278
- test: make sure onchain/offchain each provides same utxo items by @wanseob in #280
- Utxo nullification fixes by @jchancehud in #283
- Fix rollup out of range issue by @jchancehud in #282
- fix: update dockerfiles to have fixed gas price for testing by @wanseob in #288
- Logger refactoring by @wanseob in #257
- Instant withdraw info memo by @jchancehud in #286
- Zk Tx Generator by @sifnoc in #225
- Test/circuit ci by @wanseob in #291
- TX history by @jchancehud in #292
- fix utxo root bug by @wanseob in #289
- Remove lookbehind in hostname regex by @jchancehud in #293
- feat: add generateSwapTransaction() by @tkmct in #297
- Audit v3 by @wanseob in #295
- fix: use trusted setup zkeys for testings by @wanseob in #300
- fix: use python2 package in alpine based images by @jchancehud in #305
- chore: update default zkopru address by @jchancehud in #303
- fix: proper null handling in ne expressions for indexeddb by @jchancehud in #301
- Pending support by @jchancehud in #302
- consistent dockerfiles by @praneethmendu in #309
- chore(deps): bump tar from 6.1.3 to 6.1.9 by @dependabot in #310
- chore(deps): bump axios from 0.21.1 to 0.21.2 by @dependabot in #311
- chore(deps): bump object-path from 0.11.5 to 0.11.8 by @dependabot in #312
- chore(deps): bump tmpl from 1.0.4 to 1.0.5 by @dependabot in #313
- chore(deps): bump apollo-server from 2.25.2 to 2.25.3 by @dependabot in #314
- feat: add getter function for newWithdrawalOwner mapping by @jchancehud in #316
- Hotfix/drone trigger by @sifnoc in #320
- chore: layer2 sendTx returns zkTx hash by @tkmct in #319
- Ipfs gateway fix by @jchancehud in #322
- fix misc for docker-compose and drone by @sifnoc in #321
- feat: fee calculation without contacting a coordinator by @jchancehud in #324
- Indexed db index support by @jchancehud in #325
- Slash fixes by @jchancehud in #327
New Contributors
- @jchancehud made their first contribution in #133
- @zingero made their first contribution in #188
- @tkmct made their first contribution in #297
- @praneethmendu made their first contribution in #309
- @...
Release 2.0.0-beta.6
What's Changed
- Create CODE_OF_CONDUCT.md by @wanseob in #32
- Fix/45 by @wanseob in #46
- Update tree depth & make it have single tree model by @wanseob in #47
- refactor tree & build process by @wanseob in #48
- integration test by @wanseob in #49
- Fix/57 use audited code in Pairing.sol by @wanseob in #107
- Fix/95 by @wanseob in #112
- refactor: upgrade circom & snarkjs by @wanseob in #114
- refactor: primsa transaction & scheduled jobs by @wanseob in #115
- Fix/116 by @wanseob in #124
- Refactor/128 by @wanseob in #129
- WIP: Burn Auctions by @jchancehud in #133
- Coordinator auctions by @jchancehud in #136
- Better underflow handling by @jchancehud in #139
- More underflow protection by @jchancehud in #140
- Create separate auction for dest contract by @jchancehud in #142
- Compile to es6 by @jchancehud in #145
- Fix Poseidon deployments by @jchancehud in #146
- Add continuous integration by @jchancehud in #148
- Make github handles clickable in readme by @jchancehud in #150
- Poseidon revert by @jchancehud in #152
- Test fixes by @jchancehud in #153
- Cli daemon by @jchancehud in #147
- Fix contract leaks by @jchancehud in #157
- Interactive config creation by @jchancehud in #160
- Remove L2Chain latestBlock func by @jchancehud in #158
- fix: defaults handling by @jchancehud in #163
- Fix/165 by @wanseob in #166
- Enable pretty logs by @jchancehud in #167
- Server api by @jchancehud in #164
- Fix/170 by @wanseob in #171
- Add comments to burn auction by @jchancehud in #175
- audit fix - 1 by @wanseob in #173
- Auction bidding fix by @jchancehud in #177
- Ensure poseidon contracts exist for linking by @jchancehud in #183
- DB connector system by @jchancehud in #172
- Contract updates by @jchancehud in #184
- [WIP] Fix/178 integration test error by @wanseob in #186
- fix: typo error in several places by @zingero in #188
- Fix nonce race condition by @jchancehud in #190
- Return genesis block by @jchancehud in #191
- Browser support by @jchancehud in #179
- Fix/198 by @wanseob in #199
- Fix/201 by @wanseob in #206
- Wallet package by @jchancehud in #197
- Fix/212 by @sifnoc in #214
- DB reset logic by @jchancehud in #220
- Auto coordinator selection by @jchancehud in #217
- Pending TX by @jchancehud in #219
- Indexed db performance by @jchancehud in #221
- Atomic sync by @jchancehud in #226
- Fix/224 by @wanseob in #230
- fix: run contract tests by @jchancehud in #228
- Fix/223 by @sifnoc in #231
- Fix testblock generation error in ci by @jchancehud in #234
- Reorg revert handling by @jchancehud in #236
- Client library exports by @jchancehud in #237
- Feat/239 by @wanseob in #251
- Misc fixes by @jchancehud in #240
- fix: yarn develop command by @jchancehud in #259
- Transaction history client api by @jchancehud in #263
- Tree tests by @jchancehud in #265
- TX history refactor/hexify fixes/tree fixes by @jchancehud in #269
- fix compose files by @sifnoc in #267
- Test fixes by @jchancehud in #272
- Fix global tree cache by @jchancehud in #273
- Pending transaction crash fix by @jchancehud in #277
- fix: added missing treeCache for integration test by @sifnoc in #278
- test: make sure onchain/offchain each provides same utxo items by @wanseob in #280
- Utxo nullification fixes by @jchancehud in #283
- Fix rollup out of range issue by @jchancehud in #282
- fix: update dockerfiles to have fixed gas price for testing by @wanseob in #288
- Logger refactoring by @wanseob in #257
- Instant withdraw info memo by @jchancehud in #286
- Zk Tx Generator by @sifnoc in #225
- Test/circuit ci by @wanseob in #291
- TX history by @jchancehud in #292
- fix utxo root bug by @wanseob in #289
- Remove lookbehind in hostname regex by @jchancehud in #293
- feat: add generateSwapTransaction() by @tkmct in #297
- Audit v3 by @wanseob in #295
- fix: use trusted setup zkeys for testings by @wanseob in #300
- fix: use python2 package in alpine based images by @jchancehud in #305
- chore: update default zkopru address by @jchancehud in #303
- fix: proper null handling in ne expressions for indexeddb by @jchancehud in #301
- Pending support by @jchancehud in #302
- consistent dockerfiles by @praneethmendu in #309
- chore(deps): bump tar from 6.1.3 to 6.1.9 by @dependabot in #310
- chore(deps): bump axios from 0.21.1 to 0.21.2 by @dependabot in #311
- chore(deps): bump object-path from 0.11.5 to 0.11.8 by @dependabot in #312
- chore(deps): bump tmpl from 1.0.4 to 1.0.5 by @dependabot in #313
- chore(deps): bump apollo-server from 2.25.2 to 2.25.3 by @dependabot in #314
- feat: add getter function for newWithdrawalOwner mapping by @jchancehud in #316
- Hotfix/drone trigger by @sifnoc in #320
- chore: layer2 sendTx returns zkTx hash by @tkmct in #319
New Contributors
- @jchancehud made their first contribution in #133
- @zingero made their first contribution in #188
- @tkmct made their first contribution in #297
- @praneethmendu made their first contribution in #309
- @dependabot made their first contribution in #310
Full Changelog: v0.0.6...2.0.0-beta.6
Release 2.0.0-beta.5
What's Changed
- Create CODE_OF_CONDUCT.md by @wanseob in #32
- Fix/45 by @wanseob in #46
- Update tree depth & make it have single tree model by @wanseob in #47
- refactor tree & build process by @wanseob in #48
- integration test by @wanseob in #49
- Fix/57 use audited code in Pairing.sol by @wanseob in #107
- Fix/95 by @wanseob in #112
- refactor: upgrade circom & snarkjs by @wanseob in #114
- refactor: primsa transaction & scheduled jobs by @wanseob in #115
- Fix/116 by @wanseob in #124
- Refactor/128 by @wanseob in #129
- WIP: Burn Auctions by @jchancehud in #133
- Coordinator auctions by @jchancehud in #136
- Better underflow handling by @jchancehud in #139
- More underflow protection by @jchancehud in #140
- Create separate auction for dest contract by @jchancehud in #142
- Compile to es6 by @jchancehud in #145
- Fix Poseidon deployments by @jchancehud in #146
- Add continuous integration by @jchancehud in #148
- Make github handles clickable in readme by @jchancehud in #150
- Poseidon revert by @jchancehud in #152
- Test fixes by @jchancehud in #153
- Cli daemon by @jchancehud in #147
- Fix contract leaks by @jchancehud in #157
- Interactive config creation by @jchancehud in #160
- Remove L2Chain latestBlock func by @jchancehud in #158
- fix: defaults handling by @jchancehud in #163
- Fix/165 by @wanseob in #166
- Enable pretty logs by @jchancehud in #167
- Server api by @jchancehud in #164
- Fix/170 by @wanseob in #171
- Add comments to burn auction by @jchancehud in #175
- audit fix - 1 by @wanseob in #173
- Auction bidding fix by @jchancehud in #177
- Ensure poseidon contracts exist for linking by @jchancehud in #183
- DB connector system by @jchancehud in #172
- Contract updates by @jchancehud in #184
- [WIP] Fix/178 integration test error by @wanseob in #186
- fix: typo error in several places by @zingero in #188
- Fix nonce race condition by @jchancehud in #190
- Return genesis block by @jchancehud in #191
- Browser support by @jchancehud in #179
- Fix/198 by @wanseob in #199
- Fix/201 by @wanseob in #206
- Wallet package by @jchancehud in #197
- Fix/212 by @sifnoc in #214
- DB reset logic by @jchancehud in #220
- Auto coordinator selection by @jchancehud in #217
- Pending TX by @jchancehud in #219
- Indexed db performance by @jchancehud in #221
- Atomic sync by @jchancehud in #226
- Fix/224 by @wanseob in #230
- fix: run contract tests by @jchancehud in #228
- Fix/223 by @sifnoc in #231
- Fix testblock generation error in ci by @jchancehud in #234
- Reorg revert handling by @jchancehud in #236
- Client library exports by @jchancehud in #237
- Feat/239 by @wanseob in #251
- Misc fixes by @jchancehud in #240
- fix: yarn develop command by @jchancehud in #259
- Transaction history client api by @jchancehud in #263
- Tree tests by @jchancehud in #265
- TX history refactor/hexify fixes/tree fixes by @jchancehud in #269
- fix compose files by @sifnoc in #267
- Test fixes by @jchancehud in #272
- Fix global tree cache by @jchancehud in #273
- Pending transaction crash fix by @jchancehud in #277
- fix: added missing treeCache for integration test by @sifnoc in #278
- test: make sure onchain/offchain each provides same utxo items by @wanseob in #280
- Utxo nullification fixes by @jchancehud in #283
- Fix rollup out of range issue by @jchancehud in #282
- fix: update dockerfiles to have fixed gas price for testing by @wanseob in #288
- Logger refactoring by @wanseob in #257
- Instant withdraw info memo by @jchancehud in #286
- Zk Tx Generator by @sifnoc in #225
- Test/circuit ci by @wanseob in #291
- TX history by @jchancehud in #292
- fix utxo root bug by @wanseob in #289
- Remove lookbehind in hostname regex by @jchancehud in #293
- feat: add generateSwapTransaction() by @tkmct in #297
- Audit v3 by @wanseob in #295
- fix: use trusted setup zkeys for testings by @wanseob in #300
- fix: use python2 package in alpine based images by @jchancehud in #305
- chore: update default zkopru address by @jchancehud in #303
- fix: proper null handling in ne expressions for indexeddb by @jchancehud in #301
- Pending support by @jchancehud in #302
- consistent dockerfiles by @praneethmendu in #309
- chore(deps): bump tar from 6.1.3 to 6.1.9 by @dependabot in #310
- chore(deps): bump axios from 0.21.1 to 0.21.2 by @dependabot in #311
- chore(deps): bump object-path from 0.11.5 to 0.11.8 by @dependabot in #312
- chore(deps): bump tmpl from 1.0.4 to 1.0.5 by @dependabot in #313
- chore(deps): bump apollo-server from 2.25.2 to 2.25.3 by @dependabot in #314
- feat: add getter function for newWithdrawalOwner mapping by @jchancehud in #316
New Contributors
- @jchancehud made their first contribution in #133
- @zingero made their first contribution in #188
- @tkmct made their first contribution in #297
- @praneethmendu made their first contribution in #309
- @dependabot made their first contribution in #310
Full Changelog: v0.0.6...2.0.0-beta.5
Release 2.0.0-beta.4
What's Changed
- Create CODE_OF_CONDUCT.md by @wanseob in #32
- Fix/45 by @wanseob in #46
- Update tree depth & make it have single tree model by @wanseob in #47
- refactor tree & build process by @wanseob in #48
- integration test by @wanseob in #49
- Fix/57 use audited code in Pairing.sol by @wanseob in #107
- Fix/95 by @wanseob in #112
- refactor: upgrade circom & snarkjs by @wanseob in #114
- refactor: primsa transaction & scheduled jobs by @wanseob in #115
- Fix/116 by @wanseob in #124
- Refactor/128 by @wanseob in #129
- WIP: Burn Auctions by @jchancehud in #133
- Coordinator auctions by @jchancehud in #136
- Better underflow handling by @jchancehud in #139
- More underflow protection by @jchancehud in #140
- Create separate auction for dest contract by @jchancehud in #142
- Compile to es6 by @jchancehud in #145
- Fix Poseidon deployments by @jchancehud in #146
- Add continuous integration by @jchancehud in #148
- Make github handles clickable in readme by @jchancehud in #150
- Poseidon revert by @jchancehud in #152
- Test fixes by @jchancehud in #153
- Cli daemon by @jchancehud in #147
- Fix contract leaks by @jchancehud in #157
- Interactive config creation by @jchancehud in #160
- Remove L2Chain latestBlock func by @jchancehud in #158
- fix: defaults handling by @jchancehud in #163
- Fix/165 by @wanseob in #166
- Enable pretty logs by @jchancehud in #167
- Server api by @jchancehud in #164
- Fix/170 by @wanseob in #171
- Add comments to burn auction by @jchancehud in #175
- audit fix - 1 by @wanseob in #173
- Auction bidding fix by @jchancehud in #177
- Ensure poseidon contracts exist for linking by @jchancehud in #183
- DB connector system by @jchancehud in #172
- Contract updates by @jchancehud in #184
- [WIP] Fix/178 integration test error by @wanseob in #186
- fix: typo error in several places by @zingero in #188
- Fix nonce race condition by @jchancehud in #190
- Return genesis block by @jchancehud in #191
- Browser support by @jchancehud in #179
- Fix/198 by @wanseob in #199
- Fix/201 by @wanseob in #206
- Wallet package by @jchancehud in #197
- Fix/212 by @sifnoc in #214
- DB reset logic by @jchancehud in #220
- Auto coordinator selection by @jchancehud in #217
- Pending TX by @jchancehud in #219
- Indexed db performance by @jchancehud in #221
- Atomic sync by @jchancehud in #226
- Fix/224 by @wanseob in #230
- fix: run contract tests by @jchancehud in #228
- Fix/223 by @sifnoc in #231
- Fix testblock generation error in ci by @jchancehud in #234
- Reorg revert handling by @jchancehud in #236
- Client library exports by @jchancehud in #237
- Feat/239 by @wanseob in #251
- Misc fixes by @jchancehud in #240
- fix: yarn develop command by @jchancehud in #259
- Transaction history client api by @jchancehud in #263
- Tree tests by @jchancehud in #265
- TX history refactor/hexify fixes/tree fixes by @jchancehud in #269
- fix compose files by @sifnoc in #267
- Test fixes by @jchancehud in #272
- Fix global tree cache by @jchancehud in #273
- Pending transaction crash fix by @jchancehud in #277
- fix: added missing treeCache for integration test by @sifnoc in #278
- test: make sure onchain/offchain each provides same utxo items by @wanseob in #280
- Utxo nullification fixes by @jchancehud in #283
- Fix rollup out of range issue by @jchancehud in #282
- fix: update dockerfiles to have fixed gas price for testing by @wanseob in #288
- Logger refactoring by @wanseob in #257
- Instant withdraw info memo by @jchancehud in #286
- Zk Tx Generator by @sifnoc in #225
- Test/circuit ci by @wanseob in #291
- TX history by @jchancehud in #292
- fix utxo root bug by @wanseob in #289
- Remove lookbehind in hostname regex by @jchancehud in #293
- feat: add generateSwapTransaction() by @tkmct in #297
- Audit v3 by @wanseob in #295
- fix: use trusted setup zkeys for testings by @wanseob in #300
- fix: use python2 package in alpine based images by @jchancehud in #305
- chore: update default zkopru address by @jchancehud in #303
- fix: proper null handling in ne expressions for indexeddb by @jchancehud in #301
- Pending support by @jchancehud in #302
New Contributors
- @jchancehud made their first contribution in #133
- @zingero made their first contribution in #188
- @sifnoc made their first contribution in #214
- @tkmct made their first contribution in #297
Full Changelog: v0.0.6...2.0.0-beta.4
Release 2.0.0-beta.3
What's Changed
- Create CODE_OF_CONDUCT.md by @wanseob in #32
- Fix/45 by @wanseob in #46
- Update tree depth & make it have single tree model by @wanseob in #47
- refactor tree & build process by @wanseob in #48
- integration test by @wanseob in #49
- Fix/57 use audited code in Pairing.sol by @wanseob in #107
- Fix/95 by @wanseob in #112
- refactor: upgrade circom & snarkjs by @wanseob in #114
- refactor: primsa transaction & scheduled jobs by @wanseob in #115
- Fix/116 by @wanseob in #124
- Refactor/128 by @wanseob in #129
- WIP: Burn Auctions by @jchancehud in #133
- Coordinator auctions by @jchancehud in #136
- Better underflow handling by @jchancehud in #139
- More underflow protection by @jchancehud in #140
- Create separate auction for dest contract by @jchancehud in #142
- Compile to es6 by @jchancehud in #145
- Fix Poseidon deployments by @jchancehud in #146
- Add continuous integration by @jchancehud in #148
- Make github handles clickable in readme by @jchancehud in #150
- Poseidon revert by @jchancehud in #152
- Test fixes by @jchancehud in #153
- Cli daemon by @jchancehud in #147
- Fix contract leaks by @jchancehud in #157
- Interactive config creation by @jchancehud in #160
- Remove L2Chain latestBlock func by @jchancehud in #158
- fix: defaults handling by @jchancehud in #163
- Fix/165 by @wanseob in #166
- Enable pretty logs by @jchancehud in #167
- Server api by @jchancehud in #164
- Fix/170 by @wanseob in #171
- Add comments to burn auction by @jchancehud in #175
- audit fix - 1 by @wanseob in #173
- Auction bidding fix by @jchancehud in #177
- Ensure poseidon contracts exist for linking by @jchancehud in #183
- DB connector system by @jchancehud in #172
- Contract updates by @jchancehud in #184
- [WIP] Fix/178 integration test error by @wanseob in #186
- fix: typo error in several places by @zingero in #188
- Fix nonce race condition by @jchancehud in #190
- Return genesis block by @jchancehud in #191
- Browser support by @jchancehud in #179
- Fix/198 by @wanseob in #199
- Fix/201 by @wanseob in #206
- Wallet package by @jchancehud in #197
- Fix/212 by @sifnoc in #214
- DB reset logic by @jchancehud in #220
- Auto coordinator selection by @jchancehud in #217
- Pending TX by @jchancehud in #219
- Indexed db performance by @jchancehud in #221
- Atomic sync by @jchancehud in #226
- Fix/224 by @wanseob in #230
- fix: run contract tests by @jchancehud in #228
- Fix/223 by @sifnoc in #231
- Fix testblock generation error in ci by @jchancehud in #234
- Reorg revert handling by @jchancehud in #236
- Client library exports by @jchancehud in #237
- Feat/239 by @wanseob in #251
- Misc fixes by @jchancehud in #240
- fix: yarn develop command by @jchancehud in #259
- Transaction history client api by @jchancehud in #263
- Tree tests by @jchancehud in #265
- TX history refactor/hexify fixes/tree fixes by @jchancehud in #269
- fix compose files by @sifnoc in #267
- Test fixes by @jchancehud in #272
- Fix global tree cache by @jchancehud in #273
- Pending transaction crash fix by @jchancehud in #277
- fix: added missing treeCache for integration test by @sifnoc in #278
- test: make sure onchain/offchain each provides same utxo items by @wanseob in #280
- Utxo nullification fixes by @jchancehud in #283
- Fix rollup out of range issue by @jchancehud in #282
- fix: update dockerfiles to have fixed gas price for testing by @wanseob in #288
- Logger refactoring by @wanseob in #257
- Instant withdraw info memo by @jchancehud in #286
- Zk Tx Generator by @sifnoc in #225
- Test/circuit ci by @wanseob in #291
- TX history by @jchancehud in #292
- fix utxo root bug by @wanseob in #289
- Remove lookbehind in hostname regex by @jchancehud in #293
- feat: add generateSwapTransaction() by @tkmct in #297
- Audit v3 by @wanseob in #295
- fix: use trusted setup zkeys for testings by @wanseob in #300
- fix: use python2 package in alpine based images by @jchancehud in #305
New Contributors
- @jchancehud made their first contribution in #133
- @zingero made their first contribution in #188
- @sifnoc made their first contribution in #214
- @tkmct made their first contribution in #297
Full Changelog: v0.0.6...2.0.0-beta.3
Trusted Setup Result Keys
Audit Fixes
audit-v3-fix chore: increase time interval between deposits
Audit V1 w/ Least Authority
This version is for the audit with Least Authority.
Test purpose phase 1 ptau final file
This file is used for setting up test phase 2 powers of tau. Docker will download this file when it tries to build the phase 2 sample containers.