Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): v2.2.0-beta #2197

Merged
merged 55 commits into from
Nov 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
9b01339
feat(nft-swap): complete refund methods (#2129)
laruh Aug 2, 2024
62dd72d
ci(docker-tests): ignore tendermint IBC tests for now (#2185)
shamardy Aug 5, 2024
3675f64
chore(release): bump mm2 version to 2.2.0-beta (#2188)
shamardy Aug 7, 2024
7723b50
chore(mm2_main): replace lib.rs by mm2.rs as the root lib (#2178)
mariocynicys Aug 8, 2024
8b1170d
feat(cosmos): komodo-defi-proxy support (#2173)
onur-ozkan Aug 15, 2024
8dfd0a9
use default value for `komodo_proxy` (#2192)
onur-ozkan Aug 16, 2024
25fc412
docs(README): update commit badges to use dev branch (#2193)
ca333 Aug 19, 2024
932669a
fix(cors): allow OPTIONS request to KDF server (#2191)
shamardy Aug 24, 2024
f6e8348
feat(eth-swap): eth tpu v2 methods, eth docker test enhancements (#2169)
laruh Aug 30, 2024
805ed93
feat(sia): extract sia lib to external repo (#2167)
Alrighttt Aug 30, 2024
7ca140a
chore(test): turn on debug assertion (#2204)
borngraced Aug 30, 2024
ffed860
fix(coins): add p2p feature to mm2_net dependency (#2210)
mariocynicys Sep 5, 2024
c366630
chore(WASM-builds): remove `wasm-opt` overriding (#2200)
onur-ozkan Sep 6, 2024
d1a8ea7
chore(RPCs): rename `get_peers_info` RPC to `get_directly_connected_p…
onur-ozkan Sep 10, 2024
079ea5e
fix(db): stop creating the all-zeroes dir on KDF start (#2218)
shamardy Sep 13, 2024
d6bee9d
remove the non-sense arguments (#2216)
onur-ozkan Sep 18, 2024
3b27172
docs(README): fix typos (#2212)
shamardy Sep 19, 2024
baa72a7
feat(core): handling CTRL-C signal with graceful shutdown (#2213)
onur-ozkan Sep 19, 2024
cde7f36
fix(clippy): fix coins mod clippy warnings in wasm (#2224)
borngraced Sep 23, 2024
4fc8388
fix(native-rpc): remove escaped response body (#2219)
borngraced Sep 23, 2024
5c324f2
chore(tests): don't use `.wait()` and use `block_on` instead (#2220)
mariocynicys Sep 24, 2024
ab23c11
feat(wallets): add `get_wallet_names` rpc (#2202)
shamardy Sep 25, 2024
8e19bbd
fix(merge): remove duplicated db_root function (#2229)
shamardy Sep 25, 2024
7ef08e4
chore(doc): update issue address in README (#2227)
onur-ozkan Sep 26, 2024
6dc3c7d
feat(CI): handle remote files in a safer way (#2217)
onur-ozkan Sep 27, 2024
76d4342
fix(proxy-signature): add message lifetime overflows (#2233)
onur-ozkan Oct 1, 2024
1f3dffa
feat(new-RPC): connection healthcheck implementation for peers (#2194)
onur-ozkan Oct 3, 2024
122112a
chore(adex-cli): deprecate adex-cli (#2234)
shamardy Oct 4, 2024
359cb5c
fix(legacy-swap): taker failed spend maker payment marked as failed (…
laruh Oct 4, 2024
ce18376
fix(orders): fix cancel order race condition using time-based cache (…
shamardy Oct 4, 2024
e65fefe
chore(cli): remove leftover subcommands from help message (#2235)
mariocynicys Oct 7, 2024
26b87c3
chore(solana): remove solana implementation (#2239)
shamardy Oct 10, 2024
4e8bc50
fix(cosmos): fix tx broadcasting error (#2238)
onur-ozkan Oct 10, 2024
ad83236
feat(cosmos-offline-tests): prepare IBC channels inside the container…
onur-ozkan Oct 17, 2024
b90d4dc
remove old p2p implementation (#2248)
onur-ozkan Oct 22, 2024
b35a818
refactor(SwapOps): make `send_maker_payment` async (#2250)
shamardy Oct 23, 2024
df3d39c
refactor(SwapOps): make all methods async (#2251)
shamardy Oct 24, 2024
f487947
feat(utxo): prioritize electrum connections (#1966)
rozhkovdmitrii Oct 25, 2024
8de861d
fix(evm): correctly display eth addr in iguana v2 activation result (…
borngraced Oct 25, 2024
a538a02
refactor(P2P): types and modules (#2256)
onur-ozkan Oct 30, 2024
1ebdbf7
fix(legacy-swap): remove the need for takers to confirm their payment…
shamardy Nov 1, 2024
91d982b
fix(legacy-swap): check for confirmations on recover taker (#2242)
shamardy Nov 1, 2024
97d1813
fix(tests): add more sepolia endpoints in tests (#2262)
laruh Nov 4, 2024
295a848
fix(hd-wallet): use `CoinBalanceMap` for UTXO and QTUM (#2259)
shamardy Nov 4, 2024
5328bc3
feat(cosmos): support IBC types in tx history implementation (#2245)
onur-ozkan Nov 6, 2024
a1b02c1
fix(nft): add token_id field to the tx history primary key, fix balan…
laruh Nov 6, 2024
99cb87a
feat(eth-swap): maker tpu v2 implementation (#2211)
laruh Nov 8, 2024
f401497
refactor(MarketCoinOps): make `wait_for_htlc_tx_spend` async (#2265)
shamardy Nov 8, 2024
dfca6b7
fix(foot-shooting): remove leftover code that panics via RPC (#2270)
mariocynicys Nov 8, 2024
45c9118
fix(hd-wallet): correctly display evm addr in `get_new_address` respo…
shamardy Nov 13, 2024
4d0f812
use safer subtraction on healthcheck expiration check (#2272)
onur-ozkan Nov 14, 2024
22719c0
feat(tokens): custom token activation for evm (#2141)
shamardy Nov 18, 2024
0a94102
fix(watchers): align taker fee validation retries with makers (#2263)
shamardy Nov 19, 2024
4e0b5a9
chore(release): add changelog entries for v2.2.0-beta (#2240)
shamardy Nov 19, 2024
af89011
chore(release): update v2.2.0-beta date (#2277)
shamardy Nov 19, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MANIFEST-000127
MANIFEST-000151
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MANIFEST-000121
MANIFEST-000144
76 changes: 76 additions & 0 deletions .docker/container-state/atom-testnet-data/data/application.db/LOG
Original file line number Diff line number Diff line change
Expand Up @@ -470,3 +470,79 @@
17:59:01.710322 version@stat F·[1 3] S·6MiB[739KiB 5MiB] Sc·[0.25 0.06]
17:59:01.715180 db@janitor F·6 G·0
17:59:01.715196 db@open done T·17.361833ms
=============== Oct 17, 2024 (UTC) ===============
05:10:40.858576 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed
05:10:40.858710 version@stat F·[1 3] S·6MiB[739KiB 5MiB] Sc·[0.25 0.06]
05:10:40.858723 db@open opening
05:10:40.858766 journal@recovery F·1
05:10:40.858847 journal@recovery recovering @126
05:10:40.860765 memdb@flush created L0@128 N·905 S·48KiB "s/713,v122410":"s/p..hts,v122409"
05:10:40.862727 version@stat F·[2 3] S·6MiB[788KiB 5MiB] Sc·[0.50 0.06]
05:10:40.865397 db@janitor F·7 G·0
05:10:40.865410 db@open done T·6.680542ms
05:10:40.972856 table@compaction L0·2 -> L1·3 S·6MiB Q·123136
05:10:40.990144 table@build created L1@131 N·26043 S·2MiB "s/1,v430":"s/k..Z\xe2w,v101980"
05:10:41.012132 table@build created L1@132 N·39970 S·2MiB "s/k..\x8e\xd2\x7f,v43561":"s/k..\x86S\xad,v103471"
05:10:41.027607 table@build created L1@133 N·18990 S·2MiB "s/k..\x82\xb9\x82,v24251":"s/k..\x1a\xf6y,v40651"
05:10:41.034441 table@build created L1@134 N·9675 S·376KiB "s/k..\x9b\xb8\x1d,v40639":"s/p..hts,v123133"
05:10:41.034500 version@stat F·[0 4] S·6MiB[0B 6MiB] Sc·[0.00 0.06]
05:10:41.035116 table@compaction committed F-1 S-28KiB Ke·0 D·3011 T·62.239547ms
05:10:41.035304 table@remove removed @125
05:10:41.035687 table@remove removed @122
05:10:41.036200 table@remove removed @123
05:10:41.036511 table@remove removed @124
=============== Oct 17, 2024 (UTC) ===============
06:44:58.533830 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed
06:44:58.533977 version@stat F·[0 4] S·6MiB[0B 6MiB] Sc·[0.00 0.06]
06:44:58.533988 db@open opening
06:44:58.534025 journal@recovery F·1
06:44:58.534163 journal@recovery recovering @129
06:44:58.588185 memdb@flush created L0@135 N·26580 S·1MiB "s/718,v123316":"s/p..hts,v123315"
06:44:58.588321 version@stat F·[1 4] S·7MiB[1MiB 6MiB] Sc·[0.25 0.06]
06:44:58.609803 db@janitor F·8 G·1
06:44:58.609810 db@janitor removing table-128
06:44:58.609853 db@open done T·75.860223ms
06:45:28.811214 table@compaction L0·1 -> L1·4 S·7MiB Q·150786
06:45:28.852586 table@build created L1@138 N·26523 S·2MiB "s/1,v430":"s/k..\xfaW\xa8,v68382"
06:45:28.897007 table@build created L1@139 N·36709 S·2MiB "s/k..>Uu,v62163":"s/k..\x00\x01\xa4,v70055"
06:45:28.935643 table@build created L1@140 N·27416 S·2MiB "s/k..\x00\x01\xa5,v70226":"s/k..i\xf8\x8a,v22133"
06:45:28.974020 table@build created L1@141 N·24774 S·1MiB "s/k..e^\xef,v12056":"s/p..hts,v149714"
06:45:28.974046 version@stat F·[0 4] S·7MiB[0B 7MiB] Sc·[0.00 0.08]
06:45:28.981030 table@compaction committed F-1 S-26KiB Ke·0 D·5836 T·169.796253ms
06:45:28.981494 table@remove removed @131
06:45:28.981958 table@remove removed @132
06:45:28.982402 table@remove removed @133
06:45:28.982499 table@remove removed @134
=============== Oct 17, 2024 (UTC) ===============
06:45:46.585282 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed
06:45:46.585428 version@stat F·[0 4] S·7MiB[0B 7MiB] Sc·[0.00 0.08]
06:45:46.585445 db@open opening
06:45:46.585484 journal@recovery F·1
06:45:46.585567 journal@recovery recovering @136
06:45:46.587472 memdb@flush created L0@142 N·1427 S·80KiB "s/862,v149897":"s/p..hts,v149896"
06:45:46.588280 version@stat F·[1 4] S·7MiB[80KiB 7MiB] Sc·[0.25 0.08]
06:45:46.591569 db@janitor F·8 G·1
06:45:46.591580 db@janitor removing table-135
06:45:46.591873 db@open done T·6.422715ms
06:46:51.810714 table@compaction L0·1 -> L1·4 S·7MiB Q·153293
06:46:51.853844 table@build created L1@145 N·26596 S·2MiB "s/1,v430":"s/k..R\xa9',v46917"
06:46:51.895701 table@build created L1@146 N·36341 S·2MiB "s/k..\xc8A\xba,v114547":"s/k..\xa2*\xbf,v100466"
06:46:51.941201 table@build created L1@147 N·28140 S·2MiB "s/k..\xee^\xb5,v100467":"s/k..\xabk`,v122744"
06:46:51.976205 table@build created L1@148 N·25470 S·1MiB "s/k..̵\xd4,v106125":"s/p..hts,v151142"
06:46:51.976239 version@stat F·[0 4] S·7MiB[0B 7MiB] Sc·[0.00 0.08]
06:46:51.983945 table@compaction committed F-1 S-1KiB Ke·0 D·302 T·173.208828ms
06:46:51.984409 table@remove removed @138
06:46:51.984907 table@remove removed @139
06:46:51.985406 table@remove removed @140
06:46:51.985884 table@remove removed @141
=============== Oct 17, 2024 (UTC) ===============
06:47:26.207760 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed
06:47:26.207883 version@stat F·[0 4] S·7MiB[0B 7MiB] Sc·[0.00 0.08]
06:47:26.207895 db@open opening
06:47:26.207934 journal@recovery F·1
06:47:26.208025 journal@recovery recovering @143
06:47:26.210939 memdb@flush created L0@149 N·2685 S·147KiB "s/869,v151323":"s/p..hts,v151322"
06:47:26.211271 version@stat F·[1 4] S·8MiB[147KiB 7MiB] Sc·[0.25 0.08]
06:47:26.214624 db@janitor F·8 G·1
06:47:26.214639 db@janitor removing table-142
06:47:26.214702 db@open done T·6.802848ms
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MANIFEST-000098
MANIFEST-000112
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MANIFEST-000095
MANIFEST-000108
54 changes: 54 additions & 0 deletions .docker/container-state/atom-testnet-data/data/blockstore.db/LOG
Original file line number Diff line number Diff line change
Expand Up @@ -384,3 +384,57 @@
17:59:01.758668 version@stat F·[1 1] S·684KiB[72KiB 611KiB] Sc·[0.25 0.01]
17:59:01.761454 db@janitor F·4 G·0
17:59:01.761470 db@open done T·5.254513ms
=============== Oct 17, 2024 (UTC) ===============
05:10:40.909640 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed
05:10:40.909735 version@stat F·[1 1] S·684KiB[72KiB 611KiB] Sc·[0.25 0.01]
05:10:40.909748 db@open opening
05:10:40.909778 journal@recovery F·1
05:10:40.909866 journal@recovery recovering @97
05:10:40.910854 memdb@flush created L0@99 N·30 S·3KiB "BH:..eed,v4304":"blo..ore,v4301"
05:10:40.911054 version@stat F·[2 1] S·688KiB[76KiB 611KiB] Sc·[0.50 0.01]
05:10:40.915558 db@janitor F·5 G·0
05:10:40.915581 db@open done T·5.827674ms
05:11:03.981547 table@compaction L0·2 -> L1·1 S·688KiB Q·4350
05:11:03.987164 table@build created L1@102 N·3586 S·689KiB "BH:..c56,v1346":"blo..ore,v4325"
05:11:03.987190 version@stat F·[0 1] S·689KiB[0B 689KiB] Sc·[0.00 0.01]
05:11:03.987766 table@compaction committed F-2 S+1KiB Ke·0 D·74 T·6.185418ms
05:11:03.987844 table@remove removed @96
05:11:03.987972 table@remove removed @93
=============== Oct 17, 2024 (UTC) ===============
06:44:58.661274 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed
06:44:58.661360 version@stat F·[0 1] S·689KiB[0B 689KiB] Sc·[0.00 0.01]
06:44:58.661370 db@open opening
06:44:58.661399 journal@recovery F·1
06:44:58.661518 journal@recovery recovering @100
06:44:58.681937 memdb@flush created L0@103 N·864 S·144KiB "BH:..573,v4461":"blo..ore,v4332"
06:44:58.682057 version@stat F·[1 1] S·834KiB[144KiB 689KiB] Sc·[0.25 0.01]
06:44:58.690133 db@janitor F·5 G·1
06:44:58.690138 db@janitor removing table-99
06:44:58.690162 db@open done T·28.789108ms
=============== Oct 17, 2024 (UTC) ===============
06:45:46.638683 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed
06:45:46.638799 version@stat F·[1 1] S·834KiB[144KiB 689KiB] Sc·[0.25 0.01]
06:45:46.638816 db@open opening
06:45:46.638854 journal@recovery F·1
06:45:46.638937 journal@recovery recovering @104
06:45:46.639741 memdb@flush created L0@106 N·42 S·10KiB "BH:..d0b,v5194":"blo..ore,v5197"
06:45:46.639858 version@stat F·[2 1] S·844KiB[154KiB 689KiB] Sc·[0.50 0.01]
06:45:46.642453 db@janitor F·5 G·0
06:45:46.642465 db@open done T·3.643621ms
06:46:17.600570 table@compaction L0·2 -> L1·1 S·844KiB Q·5270
06:46:17.605912 table@build created L1@109 N·4341 S·845KiB "BH:..c56,v1346":"blo..ore,v5233"
06:46:17.605934 version@stat F·[0 1] S·845KiB[0B 845KiB] Sc·[0.00 0.01]
06:46:17.607466 table@compaction committed F-2 S+552B Ke·0 D·151 T·6.876138ms
06:46:17.607551 table@remove removed @103
06:46:17.607706 table@remove removed @102
=============== Oct 17, 2024 (UTC) ===============
06:47:26.263473 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed
06:47:26.263569 version@stat F·[0 1] S·845KiB[0B 845KiB] Sc·[0.00 0.01]
06:47:26.263581 db@open opening
06:47:26.263610 journal@recovery F·1
06:47:26.263695 journal@recovery recovering @107
06:47:26.264737 memdb@flush created L0@110 N·90 S·14KiB "BH:..5c8,v5321":"blo..ore,v5240"
06:47:26.264916 version@stat F·[1 1] S·859KiB[14KiB 845KiB] Sc·[0.25 0.01]
06:47:26.269660 db@janitor F·5 G·1
06:47:26.269667 db@janitor removing table-106
06:47:26.269704 db@open done T·6.119582ms
Binary file not shown.
Binary file not shown.
Binary file modified .docker/container-state/atom-testnet-data/data/cs.wal/wal
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MANIFEST-000069
MANIFEST-000077
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MANIFEST-000067
MANIFEST-000075
36 changes: 36 additions & 0 deletions .docker/container-state/atom-testnet-data/data/evidence.db/LOG
Original file line number Diff line number Diff line change
Expand Up @@ -310,3 +310,39 @@
17:59:01.774745 version@stat F·[] S·0B[] Sc·[]
17:59:01.777793 db@janitor F·2 G·0
17:59:01.777805 db@open done T·4.373546ms
=============== Oct 17, 2024 (UTC) ===============
05:10:40.928961 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed
05:10:40.929028 version@stat F·[] S·0B[] Sc·[]
05:10:40.929037 db@open opening
05:10:40.929066 journal@recovery F·1
05:10:40.929428 journal@recovery recovering @68
05:10:40.931225 version@stat F·[] S·0B[] Sc·[]
05:10:40.934658 db@janitor F·2 G·0
05:10:40.934670 db@open done T·5.628153ms
=============== Oct 17, 2024 (UTC) ===============
06:44:58.730742 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed
06:44:58.730819 version@stat F·[] S·0B[] Sc·[]
06:44:58.730838 db@open opening
06:44:58.730866 journal@recovery F·1
06:44:58.732739 journal@recovery recovering @70
06:44:58.734542 version@stat F·[] S·0B[] Sc·[]
06:44:58.749764 db@janitor F·2 G·0
06:44:58.749779 db@open done T·18.938744ms
=============== Oct 17, 2024 (UTC) ===============
06:45:46.656897 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed
06:45:46.656961 version@stat F·[] S·0B[] Sc·[]
06:45:46.656972 db@open opening
06:45:46.656996 journal@recovery F·1
06:45:46.657075 journal@recovery recovering @72
06:45:46.657200 version@stat F·[] S·0B[] Sc·[]
06:45:46.659741 db@janitor F·2 G·0
06:45:46.659750 db@open done T·2.774794ms
=============== Oct 17, 2024 (UTC) ===============
06:47:26.282862 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed
06:47:26.282927 version@stat F·[] S·0B[] Sc·[]
06:47:26.282937 db@open opening
06:47:26.282964 journal@recovery F·1
06:47:26.283046 journal@recovery recovering @74
06:47:26.283185 version@stat F·[] S·0B[] Sc·[]
06:47:26.285765 db@janitor F·2 G·0
06:47:26.285779 db@open done T·2.837874ms
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"height": "717",
"height": "888",
"round": 0,
"step": 3,
"signature": "XLwGIxJpiVU0AYl646G7zqXk0v/ihlfAwKP5BvHmMfy6UQCzeW/rjtuVoS+2i7KT0RVUfXc7dvGYOnpuAvSTAA==",
"signbytes": "76080211CD0200000000000022480A20911EABA0078B62D4B55F3B349F0719F53B0D39EEE4064EA626437B86D219A37F122408011220AB2248EBDDC8ACA32BCF90D60E19DA9B4A42F2DD6A8957FA3D7337C1AC73151A2A0C08FEA296B40610F7CFDA82033211636F736D6F736875622D746573746E6574"
"signature": "XskRDe70STOW5qxh60WQ2GR/2x2sDaGqPnAsTb7icGjekGky1w7kO/b3nU+XzmQVDaQcYHjb8W1JRO4ue9TeAA==",
"signbytes": "76080211780300000000000022480A20F5676C89CEA03B617C53FCD05015F465FB2C14107310553F186D423A022E05E2122408011220AA62CEBCC34EFE61C30D5917935B2224E39D5019F92CE313CB8514F584F6D54E2A0C0897E6C2B80610EBD7E698013211636F736D6F736875622D746573746E6574"
}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MANIFEST-000069
MANIFEST-000077
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MANIFEST-000067
MANIFEST-000075
Original file line number Diff line number Diff line change
Expand Up @@ -310,3 +310,39 @@
17:59:01.716921 version@stat F·[] S·0B[] Sc·[]
17:59:01.720432 db@janitor F·2 G·0
17:59:01.720442 db@open done T·3.774542ms
=============== Oct 17, 2024 (UTC) ===============
05:10:40.866907 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed
05:10:40.866974 version@stat F·[] S·0B[] Sc·[]
05:10:40.866984 db@open opening
05:10:40.867009 journal@recovery F·1
05:10:40.867092 journal@recovery recovering @68
05:10:40.867215 version@stat F·[] S·0B[] Sc·[]
05:10:40.871101 db@janitor F·2 G·0
05:10:40.871109 db@open done T·4.121771ms
=============== Oct 17, 2024 (UTC) ===============
06:44:58.611297 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed
06:44:58.611385 version@stat F·[] S·0B[] Sc·[]
06:44:58.611394 db@open opening
06:44:58.611420 journal@recovery F·1
06:44:58.611708 journal@recovery recovering @70
06:44:58.613594 version@stat F·[] S·0B[] Sc·[]
06:44:58.621731 db@janitor F·2 G·0
06:44:58.621742 db@open done T·10.34492ms
=============== Oct 17, 2024 (UTC) ===============
06:45:46.593245 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed
06:45:46.593314 version@stat F·[] S·0B[] Sc·[]
06:45:46.593325 db@open opening
06:45:46.593352 journal@recovery F·1
06:45:46.595203 journal@recovery recovering @72
06:45:46.597207 version@stat F·[] S·0B[] Sc·[]
06:45:46.599821 db@janitor F·2 G·0
06:45:46.599833 db@open done T·6.503955ms
=============== Oct 17, 2024 (UTC) ===============
06:47:26.215962 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed
06:47:26.216036 version@stat F·[] S·0B[] Sc·[]
06:47:26.216047 db@open opening
06:47:26.216083 journal@recovery F·1
06:47:26.217966 journal@recovery recovering @74
06:47:26.220147 version@stat F·[] S·0B[] Sc·[]
06:47:26.222797 db@janitor F·2 G·0
06:47:26.222807 db@open done T·6.756568ms
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MANIFEST-000116
MANIFEST-000131
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MANIFEST-000112
MANIFEST-000127
64 changes: 64 additions & 0 deletions .docker/container-state/atom-testnet-data/data/state.db/LOG
Original file line number Diff line number Diff line change
Expand Up @@ -441,3 +441,67 @@
17:59:01.766489 db@janitor F·5 G·1
17:59:01.766499 db@janitor removing table-110
17:59:01.766531 db@open done T·4.87064ms
=============== Oct 17, 2024 (UTC) ===============
05:10:40.915711 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed
05:10:40.915810 version@stat F·[1 1] S·327KiB[83KiB 243KiB] Sc·[0.25 0.00]
05:10:40.915825 db@open opening
05:10:40.915868 journal@recovery F·1
05:10:40.918284 journal@recovery recovering @115
05:10:40.919542 memdb@flush created L0@117 N·26 S·5KiB "abc..713,v3635":"val..719,v3657"
05:10:40.919668 version@stat F·[2 1] S·332KiB[88KiB 243KiB] Sc·[0.50 0.00]
05:10:40.923785 db@janitor F·5 G·0
05:10:40.923796 db@open done T·7.966161ms
05:11:00.958934 table@compaction L0·2 -> L1·1 S·332KiB Q·3676
05:11:00.962394 table@build created L1@120 N·2158 S·280KiB "abc..y:1,v7":"val..:99,v491"
05:11:00.962424 version@stat F·[0 1] S·280KiB[0B 280KiB] Sc·[0.00 0.00]
05:11:00.964049 table@compaction committed F-2 S-51KiB Ke·0 D·150 T·5.093449ms
05:11:00.964119 table@remove removed @114
05:11:00.964186 table@remove removed @113
=============== Oct 17, 2024 (UTC) ===============
06:44:58.690228 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed
06:44:58.690292 version@stat F·[0 1] S·280KiB[0B 280KiB] Sc·[0.00 0.00]
06:44:58.690301 db@open opening
06:44:58.690327 journal@recovery F·1
06:44:58.690411 journal@recovery recovering @118
06:44:58.698458 memdb@flush created L0@121 N·721 S·152KiB "abc..718,v3662":"val..863,v4379"
06:44:58.698595 version@stat F·[1 1] S·433KiB[152KiB 280KiB] Sc·[0.25 0.00]
06:44:58.713491 db@janitor F·5 G·1
06:44:58.713496 db@janitor removing table-117
06:44:58.713521 db@open done T·23.21798ms
06:45:33.812957 table@compaction L0·1 -> L1·1 S·433KiB Q·4413
06:45:33.817194 table@build created L1@124 N·2590 S·345KiB "abc..y:1,v7":"val..:99,v491"
06:45:33.817219 version@stat F·[0 1] S·345KiB[0B 345KiB] Sc·[0.00 0.00]
06:45:33.818740 table@compaction committed F-1 S-88KiB Ke·0 D·289 T·5.758129ms
06:45:33.818856 table@remove removed @120
=============== Oct 17, 2024 (UTC) ===============
06:45:46.642590 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed
06:45:46.642660 version@stat F·[0 1] S·345KiB[0B 345KiB] Sc·[0.00 0.00]
06:45:46.642670 db@open opening
06:45:46.642701 journal@recovery F·1
06:45:46.642793 journal@recovery recovering @122
06:45:46.643923 memdb@flush created L0@125 N·36 S·14KiB "abc..862,v4384":"val..870,v4416"
06:45:46.644184 version@stat F·[1 1] S·359KiB[14KiB 345KiB] Sc·[0.25 0.00]
06:45:46.648159 db@janitor F·5 G·1
06:45:46.648166 db@janitor removing table-121
06:45:46.648229 db@open done T·5.554767ms
06:46:12.624281 table@compaction L0·1 -> L1·1 S·359KiB Q·4445
06:46:12.628139 table@build created L1@128 N·2611 S·351KiB "abc..y:1,v7":"val..:99,v491"
06:46:12.628162 version@stat F·[0 1] S·351KiB[0B 351KiB] Sc·[0.00 0.00]
06:46:12.628755 table@compaction committed F-1 S-7KiB Ke·0 D·15 T·4.453088ms
06:46:12.628879 table@remove removed @124
=============== Oct 17, 2024 (UTC) ===============
06:47:26.269795 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed
06:47:26.269871 version@stat F·[0 1] S·351KiB[0B 351KiB] Sc·[0.00 0.00]
06:47:26.269882 db@open opening
06:47:26.269915 journal@recovery F·1
06:47:26.270011 journal@recovery recovering @126
06:47:26.270915 memdb@flush created L0@129 N·76 S·13KiB "abc..869,v4421":"val..885,v4493"
06:47:26.271251 version@stat F·[1 1] S·364KiB[13KiB 351KiB] Sc·[0.25 0.00]
06:47:26.274125 db@janitor F·5 G·1
06:47:26.274133 db@janitor removing table-125
06:47:26.274169 db@open done T·4.283147ms
06:47:51.337900 table@compaction L0·1 -> L1·1 S·364KiB Q·4522
06:47:51.342188 table@build created L1@132 N·2656 S·356KiB "abc..y:1,v7":"val..:99,v491"
06:47:51.342209 version@stat F·[0 1] S·356KiB[0B 356KiB] Sc·[0.00 0.00]
06:47:51.343789 table@compaction committed F-1 S-7KiB Ke·0 D·31 T·5.87117ms
06:47:51.343944 table@remove removed @128
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MANIFEST-000097
MANIFEST-000110
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MANIFEST-000094
MANIFEST-000107
Loading
Loading