Swen Mun
Swen Mun
Since #1765, the client became to download some asseets to display small notices from web. https://github.com/planetarium/NineChronicles/blob/5e9ca71e6c4d295c31132aa0ab984bf1511be51e/nekoyume/Assets/_Scripts/UI/Module/EventBannerItem.cs#L33 At this time, it would be better we use dedicated domain (e.g., `static.nine-chronicles.com`) instead...
https://app.asana.com/0/1141562434100787/1201201510990774/f
For the latest state, see the following comment: .
In Nine Chronicles dev office hour, @TarogStar said > Can you add the seed used to HackAndSlash and similar action results so that we can replay the exact actions whenever...
``` Unexpected exception occurred during Run. System.ArgumentException: An item with the same key has already been added. Key: f3eaa2f9-0b5f-4ab9-b0ee-0be957e9e0aa at System.Collections.Generic.Dictionary`2.TryInsert(TKey key, TValue value, InsertionBehavior behavior) at RocksDbSharp.RocksDb.Open(DbOptions options, String...
[main (40).log](https://github.com/planetarium/libplanet/files/7241198/main.40.log) ``` System.NullReferenceException: Object reference not set to an instance of an object. at Libplanet.Blocks.Block`1.c.b__5_0(Transaction`1 tx) in D:\a\9c-launcher\9c-launcher\NineChronicles.Headless\Lib9c\.Libplanet\Libplanet\Blocks\Block.cs:line 122 at System.Linq.EnumerableSorter`2.ComputeKeys(TElement[] elements, Int32 count) at System.Linq.EnumerableSorter`1.ComputeMap(TElement[] elements, Int32 count)...
(cont. from https://github.com/planetarium/libplanet/issues/2016#issuecomment-1151096535) It would be useful when we provide `Schema` object (e.g., [StandaloneSchema](https://github.com/planetarium/NineChronicles.Headless/blob/d8db549c5eb64bf9ebd7d983f470dd98de99c766/NineChronicles.Headless/GraphTypes/StandaloneSchema.cs) in 9c) instead of `Query`s (e.g., [BlockQuery](https://github.com/planetarium/libplanet/blob/817782f3ebbca036be28888d535d18bac6562810/Libplanet.Explorer/Queries/BlockQuery.cs)) because we can simplify installation steps as bellow... ```csharp...
Looking at [`BlockType.PreviousBlock`](https://github.com/planetarium/libplanet/blob/147ffd998f7977a81c6c20726fe50f5e05307172/Libplanet.Explorer/GraphTypes/BlockType.cs#L40), it asks to set `IStore` or `BlockChain` via `UserContext` on Libplanet.Explorer. However, this is something .NET DI can accomplish well enough. thus I suggest replacing it with...
Currently(0.31.0), we have `Peer` class and `BoundPeer` as its classs. basically, `Peer` has `PublicKey`, `Address` and `PublicIPAddress`. but it doesn't have `Port` to connect so it can't be used in...