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

Add Evm Allowlist Feature to SBT Pallet #1057

Merged
merged 106 commits into from
Apr 5, 2023
Merged

Add Evm Allowlist Feature to SBT Pallet #1057

merged 106 commits into from
Apr 5, 2023

Commits on Dec 19, 2022

  1. init sbt pallet

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    0f7db79 View commit details
    Browse the repository at this point in the history
  2. update polkadot version for uniques

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    e44457c View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. fix mock and start tests

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    20be86a View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. clean up code

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    86e17b1 View commit details
    Browse the repository at this point in the history
  2. some tests, add checks to_private

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    6182abf View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. cleanup deps

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    9be7e5c View commit details
    Browse the repository at this point in the history
  2. fix dependencies

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    04a5a27 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2022

  1. add pallet sbt to dolphin runtime

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    f3f296e View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2022

  1. fix rpc

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    a049db5 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. add reserve sbt

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    f79911d View commit details
    Browse the repository at this point in the history
  2. fix mock

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    81f311a View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. fmt

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    eae937d View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. merge to 0.5.9

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    42a717f View commit details
    Browse the repository at this point in the history
  2. merge manta

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    ab331a3 View commit details
    Browse the repository at this point in the history
  3. clean up deps

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    b88ecae View commit details
    Browse the repository at this point in the history
  4. fix sender ledger to return Ok((()) rather than error

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    13af87a View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. merge master

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    90fd61d View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. restructure for some common code

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    d85bb2a View commit details
    Browse the repository at this point in the history
  2. benchmark sbt

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    70ab257 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. add weights file

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    8769b68 View commit details
    Browse the repository at this point in the history
  2. clean up & tests

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    10c61a0 View commit details
    Browse the repository at this point in the history
  3. remove duplicate code

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    6d34075 View commit details
    Browse the repository at this point in the history
  4. add tests and docs

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    48fb1da View commit details
    Browse the repository at this point in the history
  5. fmt

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    07166f7 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. flip order of event to be more logical

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    0269c07 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2023

  1. change AssetMetadata to enum supporting different types of metadata

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    f6aa48a View commit details
    Browse the repository at this point in the history
  2. update runtimes to new asset manager

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    ea75cf2 View commit details
    Browse the repository at this point in the history
  3. add events to asset manager

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    8405911 View commit details
    Browse the repository at this point in the history
  4. remove uniques

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    2b8d8fa View commit details
    Browse the repository at this point in the history
  5. move storage change to UpdateMetadata trait

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    5f6b799 View commit details
    Browse the repository at this point in the history
  6. fix Cargo.toml

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    43263a4 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. fmt Cargo.toml

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    7a3860b View commit details
    Browse the repository at this point in the history
  2. fix clippy lints

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    3803c7a View commit details
    Browse the repository at this point in the history
  3. fix benchmarking

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    f9579e1 View commit details
    Browse the repository at this point in the history
  4. add test for asset-manager, add docs and feedback

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    734736f View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. tests

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    04a5b97 View commit details
    Browse the repository at this point in the history
  2. make const and clippy fix

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    9df5438 View commit details
    Browse the repository at this point in the history
  3. fix clippy lints

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    802eb71 View commit details
    Browse the repository at this point in the history
  4. fmt

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    3b4700c View commit details
    Browse the repository at this point in the history
  5. fix benchmark

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    c35520e View commit details
    Browse the repository at this point in the history
  6. fix benchmarking

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    0294f4b View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. better comments and add better errors

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    24c1acb View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. make more functional

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    2b5ed78 View commit details
    Browse the repository at this point in the history
  2. review comment

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    fa32fec View commit details
    Browse the repository at this point in the history
  3. remove unnecessary into_iter()

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    9bc1554 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Better docs

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    5ddc24c View commit details
    Browse the repository at this point in the history
  2. better name for event

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    1413bbf View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. fix 2022

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    95e6aca View commit details
    Browse the repository at this point in the history
  2. merge master

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    4eddb4f View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. change back to use separate storage

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    44a5669 View commit details
    Browse the repository at this point in the history
  2. revert asset manager changes

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    7624686 View commit details
    Browse the repository at this point in the history
  3. revert benchmarks too

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    ce5b53b View commit details
    Browse the repository at this point in the history
  4. cleanup

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    c0fd636 View commit details
    Browse the repository at this point in the history
  5. more cleanup

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    8015706 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4e5f60d View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Configuration menu
    Copy the full SHA
    ef2ff80 View commit details
    Browse the repository at this point in the history
  2. fix error handling

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    f57715e View commit details
    Browse the repository at this point in the history
  3. fix clippy

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    5375a4d View commit details
    Browse the repository at this point in the history
  4. update bench and remove unneeded Balance config

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    d9206c0 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. common types and redo weights

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    e36bd17 View commit details
    Browse the repository at this point in the history
  2. add tests

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    fb72d25 View commit details
    Browse the repository at this point in the history
  3. fmt

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    102c37b View commit details
    Browse the repository at this point in the history
  4. remove unneeded clones

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    9959170 View commit details
    Browse the repository at this point in the history
  5. remove unneeded pull_senders

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    5e54fc5 View commit details
    Browse the repository at this point in the history
  6. add constant attribute to constants in Config

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    1475c1a View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. docs and make counter start at 1

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    9632e0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3291f92 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. update to manta-rs v0.5.12

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    cf905a9 View commit details
    Browse the repository at this point in the history
  2. fix clippy

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    2064ce4 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. fix benchmarks

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    0134696 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Configuration menu
    Copy the full SHA
    9a6e7be View commit details
    Browse the repository at this point in the history
  2. add zkSbt to calamari

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    514a7fc View commit details
    Browse the repository at this point in the history
  3. update error handling and add weights file

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    fe4f470 View commit details
    Browse the repository at this point in the history
  4. make it expensive to mint sbt

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    cb6420a View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. initial evm sbt implementation

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    4c6dc1d View commit details
    Browse the repository at this point in the history
  2. add to runtime and add whitelist account to storage

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    a59caa7 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Add metadata to minting

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    f296259 View commit details
    Browse the repository at this point in the history
  2. after minting remove account from whitelist

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    73a2ab4 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. add enum types and change signature to use proof field

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    e601d78 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. fix version and more tests

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    b079c0e View commit details
    Browse the repository at this point in the history
  2. merge master

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    50939d7 View commit details
    Browse the repository at this point in the history
  3. fix tests

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    ba94bcd View commit details
    Browse the repository at this point in the history
  4. add timestamp logic

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    31d0e7a View commit details
    Browse the repository at this point in the history
  5. add eth mint and timestamp tests

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    0e78caa View commit details
    Browse the repository at this point in the history
  6. add to tests some more

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    2f31fe3 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Configuration menu
    Copy the full SHA
    149e94f View commit details
    Browse the repository at this point in the history
  2. change whiteist to allowlist

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    255863d View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

  1. add benchmarks

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    8480998 View commit details
    Browse the repository at this point in the history
  2. add weights for new calls

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    bc26f49 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

  1. add and fix docs

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    900191f View commit details
    Browse the repository at this point in the history
  2. fix docs

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    241945b View commit details
    Browse the repository at this point in the history
  3. fix typos

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    6430c55 View commit details
    Browse the repository at this point in the history
  4. add AlreadyMinted Error

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    0fa5149 View commit details
    Browse the repository at this point in the history
  5. update unit test

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    c99fc48 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. decouple from pallet_timestamp

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    525ee57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3eec43b View commit details
    Browse the repository at this point in the history
  3. fmt

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    e73d321 View commit details
    Browse the repository at this point in the history
  4. add check for valid time range

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    e4cfb23 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. add metadata

    Signed-off-by: zqhxuyuan <zqhxuyuan@gmail.com>
    zqhxuyuan committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    e153c18 View commit details
    Browse the repository at this point in the history
  2. metadata optional

    Signed-off-by: zqhxuyuan <zqhxuyuan@gmail.com>
    zqhxuyuan committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    df045e1 View commit details
    Browse the repository at this point in the history
  3. add chain_id config

    Signed-off-by: zqhxuyuan <zqhxuyuan@gmail.com>
    zqhxuyuan committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    10ee131 View commit details
    Browse the repository at this point in the history
  4. rename time range to mint info

    Signed-off-by: zqhxuyuan <zqhxuyuan@gmail.com>
    zqhxuyuan committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    c8fd8f0 View commit details
    Browse the repository at this point in the history
  5. make storage bounded

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    8cc0381 View commit details
    Browse the repository at this point in the history
  6. MintChainInfo generic and add docs

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    460a19a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6d8c57e View commit details
    Browse the repository at this point in the history
  8. 2/3 tech commitee and add comments

    Signed-off-by: Charles Ferrell <charlie@manta.network>
    ferrell-code committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    9b5f541 View commit details
    Browse the repository at this point in the history