Skip to content
Open

Tomo #63

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
ad31a07
fix basic tests
ocrybit Oct 12, 2024
9849733
remove unnecessary files
ocrybit Oct 12, 2024
7afd1c9
simple lua contract
ocrybit Oct 12, 2024
58ca138
the simplest integration between rollup and ao
ocrybit Oct 12, 2024
b336687
upgrade container node version to 20
ocrybit Oct 13, 2024
e8eaf58
upgrade contracts to v0.45
ocrybit Oct 14, 2024
93c39dd
set null to diff of deleted item
ocrybit Oct 14, 2024
4c3b0db
restrict rollup bundler
ocrybit Oct 15, 2024
f3826d6
integrate zkJSON
ocrybit Oct 26, 2024
4f5ff7f
zkJSON/Solidity query test
ocrybit Oct 26, 2024
54cc0c3
recover zk merkle hash with SU
ocrybit Nov 4, 2024
d6affaf
multi-optimistic rollup contract
ocrybit Nov 4, 2024
b7470eb
generate zkp for conditional queries
ocrybit Nov 5, 2024
35347cb
tDB token and subledgers
ocrybit Nov 6, 2024
d899229
token deploy/transfer scripts
ocrybit Nov 6, 2024
b64bdf2
integrate AO admin contract with node
ocrybit Nov 6, 2024
cdb7189
add demo site
ocrybit Nov 7, 2024
0d1a83a
[demo] about page
ocrybit Nov 8, 2024
837ecf8
reset README
ocrybit Nov 8, 2024
bbb083a
[node] locate SU url
ocrybit Nov 8, 2024
70648e7
[demo] improve UX
ocrybit Nov 8, 2024
720b2d5
[demo] make it responsible
ocrybit Nov 9, 2024
0c8b383
[demo] improve mobile layouts
ocrybit Nov 9, 2024
86e4193
[demo] improve mobile layouts #2
ocrybit Nov 9, 2024
8f5bb9d
[demo] improve mobile layouts #3
ocrybit Nov 9, 2024
671d6f1
[demo] improve mobile layouts #4
ocrybit Nov 9, 2024
07aaf2f
[demo] passkey-based wallet
ocrybit Nov 11, 2024
17cc63b
[demo] validate sending token and address
ocrybit Nov 11, 2024
52b8d7a
[lua] query parser
ocrybit Nov 15, 2024
4534820
[lua] im-memory query
ocrybit Nov 15, 2024
2dd789d
[node] adopt aos2.0
ocrybit Nov 16, 2024
f54db08
[node] commit hashchain and zkdb root
ocrybit Nov 16, 2024
16b3351
commit only min diffs
ocrybit Nov 16, 2024
a74cd0e
taoETH token
ocrybit Nov 16, 2024
408d3e8
[demo] sample dashboard
ocrybit Nov 17, 2024
d37523f
[lua] staking contract
ocrybit Nov 22, 2024
5c61c47
[staking] reward allocations
ocrybit Nov 22, 2024
f01a7ba
[lua] simple staking reward contract
ocrybit Nov 23, 2024
891372f
[lua] integrate staking yields to weavedb contract
ocrybit Nov 23, 2024
e3c92e1
[lua] set deadline on staking yield
ocrybit Nov 23, 2024
171290f
[node] integrate staking contract
ocrybit Nov 24, 2024
29e6f8c
[weavedb/lua] finalize rollup txs
ocrybit Nov 24, 2024
5ed3a71
[node] integrate finalization flow
ocrybit Nov 24, 2024
1900408
[staking] withdraw from delegatee
ocrybit Nov 24, 2024
f2de94f
[staking] simplify handler tags
ocrybit Nov 24, 2024
a20b1de
[demo] integrate staking contract
ocrybit Nov 26, 2024
b5265d3
integrate wao testing
ocrybit Dec 9, 2024
0049a86
[contract] pagination
ocrybit Dec 12, 2024
45b75ed
[node] test in memory with wao
ocrybit Dec 13, 2024
7c5ac6a
[node] add validators
ocrybit Dec 14, 2024
ae4802b
[solidity] in-memory test
ocrybit Dec 15, 2024
bb749ac
test wao-server integration with demo
ocrybit Dec 18, 2024
4d75ca3
deployment scripts
ocrybit Dec 19, 2024
4e4b2f7
setup scripts
ocrybit Dec 24, 2024
647bd7b
[README] update deployment flow
ocrybit Dec 24, 2024
e6aec53
[rollup] make validator interval 10s
ocrybit Dec 24, 2024
bf741a7
[demo] remove duplicate props
ocrybit Dec 24, 2024
baeb5da
WeaveDB Lite module
ocrybit Jan 26, 2025
c53f5da
WeaveDB Lite
ocrybit Jan 27, 2025
ac941ae
[Lite] README / fix cget
ocrybit Jan 27, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.configs/
.wallets/
circom/
\*shell\*
hardhat.config.js
# Logs
Expand Down
Loading