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

enhancement: refactor idb module #1334

Merged
merged 102 commits into from
Dec 14, 2022
Merged

enhancement: refactor idb module #1334

merged 102 commits into from
Dec 14, 2022

Commits on Jul 21, 2022

  1. Conduit: Postgres exporter initial implementation (#1114)

    * Local Ledger (#1011)
    
    * integrate block processor
    
    * Local Ledger Deployment (#1013)
    
    * add simple local ledger migration
    
    * add deleted opts
    
    * fast catchup (#1023)
    
    * add fast catchup
    
    * Localledger merge (#1036)
    
    * return empty lists from fetchApplications and fetchAppLocalStates (#1010)
    
    * Update model to converge with algod (#1005)
    
    * New Feature: Adds Data Directory Support (#1012)
    
    - Updates the go-algorand submodule hash to point to rel/beta
    - Moves the cpu profiling file, pid file and indexer configuration file
      to be options of only the daemon sub-command
    - Changes os.Exit() to be a panic with a special handler.  This is so
      that defer's are handled instead of being ignored.
    - Detects auto-loading configuration files in the data directory and
      issues errors if equivalent command line arguments are supplied.
    - Updates the README with instructions on how to use the auto-loading
      configuration files and the data directory.
    
    * Update mockery version
    
    Co-authored-by: erer1243 <[email protected]>
    Co-authored-by: AlgoStephenAkiki <[email protected]>
    
    * recovery scenario (#1024)
    
    * handle ledger recovery scenario
    
    * refactor create genesis block (#1026)
    
    * refactor create genesis block
    
    * Adds Local Ledger Readme (#1035)
    
    * Adds Local Ledger Readme
    
    Resolves #4109
    
    Starts Readme docs
    
    * Update docs/LocalLedger.md
    
    Co-authored-by: Will Winder <[email protected]>
    
    * Update docs/LocalLedger.md
    
    Co-authored-by: Will Winder <[email protected]>
    
    * Update docs/LocalLedger.md
    
    Co-authored-by: Will Winder <[email protected]>
    
    * Removed troubleshooting section
    
    Co-authored-by: Will Winder <[email protected]>
    
    * update ledger file path and migration (#1042)
    
    * LocalLedger Refactoring + Catchpoint Service (#1049)
    
    Part 1
    
        cleanup genesis file access.
        put node catchup into a function that can be swapped out with the catchup service.
        pass the indexer logger into the block processor.
        move open ledger into a util function, and move the initial state util function into a new ledger util file.
        add initial catchupservice implementation.
        move ledger init from daemon.go to constructor.
        Merge multiple read genesis functions.
    
    Part 2
    
        Merge local_ledger migration package into blockprocessor.
        Rename Migration to Initialize
        Use logger in catchup service catchup
    
    Part 3
    
        Update submodule and use NewWrappedLogger.
        Make util.CreateInitState private
    
    * build: merge develop into localledger/integration (#1062)
    
    * Ledger init status (#1058)
    
    * Generate an error if the catchpoint is not valid for initialization. (#1075)
    
    * Use main logger in handler and fetcher. (#1077)
    
    * Switch from fullNode catchup to catchpoint catchup service. (#1076)
    
    * Refactor daemon, add more tests (#1039)
    
    Refactors daemon cmd into separate, testable pieces.
    
    * Merge develop into localledger/integration (#1083)
    
    * Misc Local Ledger cleanup (#1086)
    
    * Update processor/blockprocessor/initialize.go
    
    Co-authored-by: Zeph Grunschlag <[email protected]>
    
    * commit
    
    * fix function call args
    
    * RFC-0001: Rfc 0001 impl (#1069)
    
    Adds an Exporter interface and a noop exporter implementation with factory methods for construction
    
    * Fix test errors
    
    * Add/fix tests
    
    * Add postgresql_exporter tests
    
    * Update config loading
    
    * Change BlockExportData to pointers
    
    * Move and rename ExportData
    
    * Add Empty func to BlockData
    
    * Add comment
    
    Co-authored-by: shiqizng <[email protected]>
    Co-authored-by: [email protected] <[email protected]>
    Co-authored-by: erer1243 <[email protected]>
    Co-authored-by: AlgoStephenAkiki <[email protected]>
    Co-authored-by: Will Winder <[email protected]>
    Co-authored-by: Zeph Grunschlag <[email protected]>
    7 people authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    3c8c150 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2c50a0 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Conduit: Rfc updates (#1139)

    * Updates for changes to our plugin design based on feedback in RFCs
    * Merges in submodule update for test failure fixes
    Eric-Warehime authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    2c945b4 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Conduit: Merge conduit develop (#1157)

    * Bump version to 2.13.0-rc1
    
    * Bump version to 2.13.0
    
    * Documentation for data directory. (#1125)
    
    Co-authored-by: algobarb <[email protected]>
    
    * Don't lookup big foreign assets. (#1141)
    
    * Revert "Bump version to 2.13.0"
    
    This reverts commit 0a8af61.
    
    * Bump version to 2.13.0
    
    * Fix import performance test runner. (#1133)
    
    * Start on round 1 since round 0 is now computed from the genesis file.
    * Wait for indexer processor to exit.
    * Better logging for metric collection errors.
    * Proper support for data directory.
    * New test script for future release automation.
    
    * Revert "Bump version to 2.13.0"
    
    This reverts commit 7915890.
    
    * Bump version to 2.13.0
    
    * test fixes: Submodule updates (#1144)
    
    * Update go-algorand submodule
    * Fix test failure due to duplicate txns
    * Add new ledger interface method
    
    * Enhancement: remove import validator utility and obsolete ledger for evaluator (#1146)
    
    removing a bunch of code and make the random test pass with the new ledger for evaluator
    
    * Docs: Readme update (#1149)
    
    * Update README header
    
    * Testing: Use tempdir instead of /tmp for e2elive test (#1152)
    
    * Format misc/*.py with `black` (#1153)
    
    * apply black to e2elive.py as well (#1154)
    
    * Enhancement: More information about S3 keys searched for and Dockerfile that uses submodule instead of channel (#1151)
    
    * Eric's Dockerfile improvements
    * Update misc/e2elive.py
    
    Co-authored-by: DevOps Service <[email protected]>
    Co-authored-by: Will Winder <[email protected]>
    Co-authored-by: algobarb <[email protected]>
    Co-authored-by: Barbara Poon <[email protected]>
    Co-authored-by: Zeph Grunschlag <[email protected]>
    6 people authored Aug 1, 2022
    Configuration menu
    Copy the full SHA
    c0bf99a View commit details
    Browse the repository at this point in the history
  2. docs: Plugin docs (#1150)

    * Update READEME
    
    * Add initial Conduit.md
    
    * Add example exporter, exporter README.md
    Eric-Warehime authored Aug 1, 2022
    Configuration menu
    Copy the full SHA
    f2b422f View commit details
    Browse the repository at this point in the history
  3. Conduit: Algod importer implementation (#1135)

    * importer interface | algod importer implementation
    
    * added new tests | modified importer interface
    
    * exported mockAlgodServer from test
    
    * updated algodImporter plugin
    
    * Update importers/algod/algod_importer.go
    
    Co-authored-by: Eric Warehime <[email protected]>
    
    Co-authored-by: Eric Warehime <[email protected]>
    algoganesh and Eric-Warehime authored Aug 1, 2022
    Configuration menu
    Copy the full SHA
    595d3bf View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Create RFC for processor (#1140)

    * Added Processor
    
    Added processor functionality
    
    * pr updates
    
    * Pr
    
    * PR comments
    
    * Reduce proto checks
    
    * Linting
    
    * Pr
    
    * PR comments
    
    * PR comments
    AlgoStephenAkiki authored Aug 5, 2022
    Configuration menu
    Copy the full SHA
    3d2720c View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Use config to control noop exporter round start (#1176)

    * Use config to control noop exporter round start
    Eric-Warehime authored Aug 12, 2022
    Configuration menu
    Copy the full SHA
    34986db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    959c576 View commit details
    Browse the repository at this point in the history
  3. 1165 create initial conduit binary (#1167)

    * Initial files
    
    * Initial Conduit Binary
    
    Resolves #1165
    
    Creates an initial framework for conduit binary production.  Introduces
    a data directory flag as well as init and shutdown (basic)
    functionality.
    
    * linting
    
    * PR comments
    
    * init via importer
    
    * Passing test
    
    * e2e test passing
    
    * Modify makefile so that algorand-indexer is built
    
    * Pr changes
    
    * Log level changes
    
    * Modify bindflagset for conduit
    
    * Makefile changes
    
    * Makefile
    
    * PR updates
    AlgoStephenAkiki authored Aug 12, 2022
    Configuration menu
    Copy the full SHA
    45d5c4b View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. Add waits/retries to algod importer (#1178)

    * Add waits/retries to algod importer
    Eric-Warehime authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    a0b6ecc View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. conduit: pipeline run loop implementation (#1183)

    * conduit pipeline run loop implementation
    Eric-Warehime authored Aug 17, 2022
    Configuration menu
    Copy the full SHA
    9cc3d36 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. Adds unit tests (#1202)

    * Adds unit tests
    
    Resolves #1192
    
    Adds unit tests to the config directory
    
    * Extra assert
    
    * PR comments
    
    * Wait for round increase
    
    * Added tests
    
    * context fix
    AlgoStephenAkiki authored Aug 26, 2022
    Configuration menu
    Copy the full SHA
    adbae7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf8b441 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13aaba6 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. conduit: Conduit merge upstream (#1206)

    Merge indexer/develop
    Eric-Warehime authored Aug 29, 2022
    Configuration menu
    Copy the full SHA
    d0046cb View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Adds cpu profile and pid flag (#1209)

    * Adds cpu profile and pid flag
    
    Resolves #1172
    
    Adds the options for cpu profiling and pid flags as well as unit tests
    
    * Update conduit/pipeline.go
    
    Co-authored-by: shiqizng <[email protected]>
    
    * linting
    
    * Added pid file function
    
    * rebase
    
    Co-authored-by: shiqizng <[email protected]>
    AlgoStephenAkiki and shiqizng authored Sep 1, 2022
    Configuration menu
    Copy the full SHA
    beaf4c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. conduit: Convert daemon to conduit pipeline (#1208)

    * Convert indexer daemon to conduit
    Eric-Warehime authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    88fca5c View commit details
    Browse the repository at this point in the history
  2. file exporter (#1213)

    * adding file exporter
    shiqizng authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    e8fa891 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. conduit: Conduit/develop merge (#1222)

    * Bump version to 2.13.0-rc1
    
    * Bump version to 2.13.0
    
    * Documentation for data directory. (#1125)
    
    Co-authored-by: algobarb <[email protected]>
    
    * Don't lookup big foreign assets. (#1141)
    
    * Revert "Bump version to 2.13.0"
    
    This reverts commit 0a8af61.
    
    * Bump version to 2.13.0
    
    * Fix import performance test runner. (#1133)
    
    * Start on round 1 since round 0 is now computed from the genesis file.
    * Wait for indexer processor to exit.
    * Better logging for metric collection errors.
    * Proper support for data directory.
    * New test script for future release automation.
    
    * Revert "Bump version to 2.13.0"
    
    This reverts commit 7915890.
    
    * Bump version to 2.13.0
    
    * test fixes: Submodule updates (#1144)
    
    * Update go-algorand submodule
    * Fix test failure due to duplicate txns
    * Add new ledger interface method
    
    * Enhancement: remove import validator utility and obsolete ledger for evaluator (#1146)
    
    removing a bunch of code and make the random test pass with the new ledger for evaluator
    
    * Docs: Readme update (#1149)
    
    * Update README header
    
    * Testing: Use tempdir instead of /tmp for e2elive test (#1152)
    
    * Format misc/*.py with `black` (#1153)
    
    * apply black to e2elive.py as well (#1154)
    
    * Enhancement: More information about S3 keys searched for and Dockerfile that uses submodule instead of channel (#1151)
    
    * Eric's Dockerfile improvements
    * Update misc/e2elive.py
    
    * Bug-Fix: Implement BlockHdrCached + miscellany (#1162)
    
    * Enhancement: add max int64 checks (#1166)
    
    * state proofs: Indexer Support for State Proofs (#1002)
    
    Adds API support to the Indexer for State Proof Transactions and header fields.
    
    Co-authored-by: Will Winder <[email protected]>
    
    Co-authored-by: Will Winder <[email protected]>
    
    * Bump version to 2.14.0-rc1
    
    * Stop Panics if no config is supplied (#1180)
    
    Give a default config if not supplied to stop panics.
    
    * Fix spec name collisions. (#1182)
    
    * Update go-algorand submodule to v3.9.1-beta (#1185)
    
    * Bump version to 2.14.0-rc2
    
    * Disable deadlock detection (#1186)
    
    * Add support for new block header: TxnRoot SHA256 (#989)
    
    * Accept yaml and yml configuration files. (#1181)
    
    * Fix bug in reveals lookup (#1198)
    
    * Fix bug in reveals lookup (#1198)
    
    * Bump version to 2.14.0-rc3
    
    * add state proof example with high reveal index - from betanet (#1199)
    
    * Devops: Bump go-algorand submodule to v3.9.2-beta (#1203)
    
    * Bump version to 2.14.0-rc4
    
    * enhancement: Clarify REST query parameters for accounts search (#1201)
    
    * update description for /v2/accounts
    
    * cicd: add darwin arm64 support to release script (#1169)
    
    * Bump version to 2.14.0
    
    * Downgrade mockery to prevent incorrect deprecation warning. (#1211)
    
    * Enhancement: update e2e test policy (#1197)
    
    *update e2e test policy
    
    * Fix release 2.14.0 (#1214)
    
    * Accept yaml and yml configuration files. (#1181)
    
    * Fix bug in reveals lookup (#1198)
    
    * add state proof example with high reveal index - from betanet (#1199)
    
    * enhancement: Clarify REST query parameters for accounts search (#1201)
    
    * update description for /v2/accounts
    
    * cicd: add darwin arm64 support to release script (#1169)
    
    * Downgrade mockery to prevent incorrect deprecation warning. (#1211)
    
    * Enhancement: update e2e test policy (#1197)
    
    *update e2e test policy
    
    * Update test expected value: transaction root sha256
    
    Co-authored-by: AlgoStephenAkiki <[email protected]>
    Co-authored-by: Michael Diamant <[email protected]>
    Co-authored-by: algoidan <[email protected]>
    Co-authored-by: shiqizng <[email protected]>
    Co-authored-by: algolucky <[email protected]>
    Co-authored-by: Will Winder <[email protected]>
    
    Co-authored-by: DevOps Service <[email protected]>
    Co-authored-by: Will Winder <[email protected]>
    Co-authored-by: algobarb <[email protected]>
    Co-authored-by: Barbara Poon <[email protected]>
    Co-authored-by: Zeph Grunschlag <[email protected]>
    Co-authored-by: shiqizng <[email protected]>
    Co-authored-by: AlgoStephenAkiki <[email protected]>
    Co-authored-by: John Lee <[email protected]>
    Co-authored-by: Or Aharonee <[email protected]>
    Co-authored-by: Michael Diamant <[email protected]>
    Co-authored-by: algoidan <[email protected]>
    Co-authored-by: algolucky <[email protected]>
    13 people authored Sep 14, 2022
    Configuration menu
    Copy the full SHA
    73fdf28 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. Configuration menu
    Copy the full SHA
    f93bd51 View commit details
    Browse the repository at this point in the history
  2. Initial Filter Processor (#1220)

    * Initial Filter Processor
    
    Resolves #1100
    
    Adds dynamic filter processor and initial tests
    
    * Nits
    
    * Update processors/filterprocessor/filter_processor.go
    
    Co-authored-by: Eric Warehime <[email protected]>
    
    * Update processors/filterprocessor/filter_processor_test.go
    
    Co-authored-by: Eric Warehime <[email protected]>
    
    * Update processors/filterprocessor/filter_processor_test.go
    
    Co-authored-by: Eric Warehime <[email protected]>
    
    * PR comments
    
    * Pr comments
    
    * PR updates
    
    * PR updates
    
    * Pr updates
    
    * PR updates
    
    * PR updates
    
    * PR updates
    
    * Changed some to any and const to exact
    
    * Test failure fix
    
    * Added more unit tests
    
    * Config comments
    
    Co-authored-by: Eric Warehime <[email protected]>
    AlgoStephenAkiki and Eric-Warehime authored Sep 16, 2022
    Configuration menu
    Copy the full SHA
    7446007 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. Configuration menu
    Copy the full SHA
    756be9b View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Conduit: prometheus metrics (#1230)

    * Add metrics reporting to conduit pipeline
    Eric-Warehime authored Sep 20, 2022
    Configuration menu
    Copy the full SHA
    7cf43e8 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Configuration menu
    Copy the full SHA
    a2e7bdc View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Configuration menu
    Copy the full SHA
    ce54ff3 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. Configuration menu
    Copy the full SHA
    c809d35 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Changed tag format (#1238)

    * Changed tag format
    
    * Updated generation code
    
    * Added filtering of numerical values
    
    * PR comments
    
    * imports
    AlgoStephenAkiki authored Oct 3, 2022
    Configuration menu
    Copy the full SHA
    3bc8f52 View commit details
    Browse the repository at this point in the history
  2. Add panic recovers (#1251)

    * Add panic recovers
    
    Resolves #263
    
    Adds recovery functions in main loop of conduit as well as in a
    go-routine in the start function of the pipeline
    
    * helper function
    AlgoStephenAkiki authored Oct 3, 2022
    Configuration menu
    Copy the full SHA
    a6b7473 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Condensed Duplicate logger output (#1256)

    Resolves #1245
    
    Explicitly spell out empty data directory as well as condensed error
    messages when running conduit
    AlgoStephenAkiki authored Oct 5, 2022
    Configuration menu
    Copy the full SHA
    eaab3a1 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Fix configuration of logger (#1259)

    Resolves #1246
    
    Fixes order of configuration so that logger can be set properly
    AlgoStephenAkiki authored Oct 7, 2022
    Configuration menu
    Copy the full SHA
    6a6fd87 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Configuration menu
    Copy the full SHA
    5f35da3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e13534 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Configuration menu
    Copy the full SHA
    d7c2365 View commit details
    Browse the repository at this point in the history
  2. enhancement: prune historical data (#1277)

    * add data pruning
    shiqizng authored Oct 19, 2022
    Configuration menu
    Copy the full SHA
    9284c97 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Conduit Documentation (#1275)

    winder authored Oct 20, 2022
    Configuration menu
    Copy the full SHA
    d0aef01 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. Conduit: Update submodule (#1291)

    Update submodule, go mod tidy, change CatchpointService constructor
    Eric-Warehime authored Oct 24, 2022
    Configuration menu
    Copy the full SHA
    c5fb831 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Configuration menu
    Copy the full SHA
    ace1808 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99a848c View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Configuration menu
    Copy the full SHA
    997b8c7 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. adding metrics endpoint (#1284)

    * add /metrics endpoint to conduit
    shiqizng authored Oct 27, 2022
    Configuration menu
    Copy the full SHA
    ea8c774 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. e2e scripts readme (#1293)

    * Add basic documentation to e2e testing scripts.
    winder authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    bd5a482 View commit details
    Browse the repository at this point in the history
  2. plugin metrics (#1290)

    shiqizng authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    d30cfc1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f165aa View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. Conduit: config updates (#1295)

    * add logfile to config
    shiqizng authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    750754d View commit details
    Browse the repository at this point in the history
  2. fix e2e conduit (#1301)

    shiqizng authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    388d00b View commit details
    Browse the repository at this point in the history
  3. conduit: plugin constructor (#1298)

    * refactor plugin constructor
    shiqizng authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    84e2f12 View commit details
    Browse the repository at this point in the history
  4. update import

    shiqizng authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    3c8938e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2cb79ff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    330f27b View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Configuration menu
    Copy the full SHA
    0cd10ab View commit details
    Browse the repository at this point in the history
  2. Fix some merge issues.

    winder committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    04e272a View commit details
    Browse the repository at this point in the history
  3. More merge errors.

    winder committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    2da54f0 View commit details
    Browse the repository at this point in the history
  4. More merge errors.

    winder committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    4ab2a90 View commit details
    Browse the repository at this point in the history
  5. Added none operation (#1297)

    Resolves #1283
    
    Adds none operation to fields
    AlgoStephenAkiki authored Nov 2, 2022
    Configuration menu
    Copy the full SHA
    5043497 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    964200e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    28ce7ca View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    556e377 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. Configuration menu
    Copy the full SHA
    9a2f836 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2022

  1. List subcommand (#1296)

    Co-authored-by: Will Winder <[email protected]>
    AlgoStephenAkiki and winder authored Nov 6, 2022
    Configuration menu
    Copy the full SHA
    74a9954 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9214b07 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Configuration menu
    Copy the full SHA
    c0e1146 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Configuration menu
    Copy the full SHA
    b343cae View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. remove unnecessary method

    shiqizng committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    49ac91d View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. refactoring postgres

    shiqizng committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    d86c10a View commit details
    Browse the repository at this point in the history
  2. more changes

    shiqizng committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    3048e70 View commit details
    Browse the repository at this point in the history
  3. add a note

    shiqizng committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    0fcd4cf View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2022

  1. make lint failing

    shiqizng committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    2e6c0cc View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. update dummy

    shiqizng committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    da3e1fe View commit details
    Browse the repository at this point in the history
  2. update stateproof

    shiqizng committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    45d9bcd View commit details
    Browse the repository at this point in the history
  3. tests failing

    shiqizng committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    02ba49e View commit details
    Browse the repository at this point in the history
  4. update idb interface

    shiqizng committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    46b6b75 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    632e563 View commit details
    Browse the repository at this point in the history
  6. make lint

    shiqizng committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    67b5451 View commit details
    Browse the repository at this point in the history
  7. fetch txn failing

    shiqizng committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    7d2485c View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. fix txn id

    shiqizng committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    df7e65b View commit details
    Browse the repository at this point in the history
  2. remove misc files

    shiqizng committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    26d1794 View commit details
    Browse the repository at this point in the history
  3. updating sprf txn

    shiqizng committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    de72bb8 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. fix writer_test

    shiqizng committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    68de79b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80dc1c1 View commit details
    Browse the repository at this point in the history
  3. fix postgres int tests

    shiqizng committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    3e29296 View commit details
    Browse the repository at this point in the history
  4. fix mock idb

    shiqizng committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    33ec8b8 View commit details
    Browse the repository at this point in the history
  5. disable sprf tests

    shiqizng committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    b4d8069 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. notes

    shiqizng committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    5595c0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28a5f23 View commit details
    Browse the repository at this point in the history
  3. make lint

    shiqizng committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    897d72b View commit details
    Browse the repository at this point in the history
  4. update sdk version

    shiqizng committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    6d00c19 View commit details
    Browse the repository at this point in the history
  5. misc updates

    shiqizng committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    a79df64 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. update sprf txn, fmt

    shiqizng committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    6d4b030 View commit details
    Browse the repository at this point in the history
  2. digsest update

    shiqizng committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    8ee6c70 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. update todos

    shiqizng committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    c4d939d View commit details
    Browse the repository at this point in the history
  2. add unit tests

    shiqizng committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    cc8b801 View commit details
    Browse the repository at this point in the history
  3. make lint

    shiqizng committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    e924c72 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. update comments

    shiqizng committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    bfe67be View commit details
    Browse the repository at this point in the history
  2. update import alias

    shiqizng committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    0728bcd View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Configuration menu
    Copy the full SHA
    a894a0b View commit details
    Browse the repository at this point in the history
  2. merge develop

    shiqizng committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    f413e7d View commit details
    Browse the repository at this point in the history
  3. fix submodule

    shiqizng committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    761edcf View commit details
    Browse the repository at this point in the history
  4. go mod tidy

    shiqizng committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    59890ab View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. go fmt

    shiqizng committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    80983c4 View commit details
    Browse the repository at this point in the history
  2. make lint fix

    shiqizng committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    ce4a9ca View commit details
    Browse the repository at this point in the history
  3. fix int test

    shiqizng committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    d2a196e View commit details
    Browse the repository at this point in the history