nim-codex/codex
markspanbroek 71cd35112b
Taiko L2 (#483)
* [docs] fix two client scenario: add missing collateral

* [integration] separate step to wait for node to be started

* [cli] add option to specify ethereum private key

* Remove unused imports

* Fix warnings

* [integration] move type definitions to correct place

* [integration] wait a bit longer for a node to start in debug mode

When e.g. running against Taiko test net rpc, the node start
takes longer

* [integration] simplify handling of codex node and client

* [integration] add Taiko integration test

* [contracts] await token approval confirmation before next tx

* [contracts] deployment address of marketplace on Taiko

* [cli] --eth-private-key now takes a file name

Instead of supplying the private key on the command line,
expect the private key to be in a file with the correct
permissions.

* [utils] Fixes undeclared `activeChroniclesStream` on Windows

* [build] update nim-ethers to include PR #52

Co-authored-by: Eric Mastro <eric.mastro@gmail.com>

* [cli] Better error messages when reading eth private key

Co-authored-by: Eric Mastro <eric.mastro@gmail.com>

* [integration] simplify reading of cmd line arguments

Co-authored-by: Eric Mastro <eric.mastro@gmail.com>

* [build] update to latest version of nim-ethers

* [contracts] updated contract address for Taiko L2

* [build] update codex contracts to latest version

---------

Co-authored-by: Eric Mastro <eric.mastro@gmail.com>
2023-09-13 16:17:56 +02:00
..
blockexchange Debug/extra logging (#509) 2023-08-22 08:35:16 +02:00
contracts Taiko L2 (#483) 2023-09-13 16:17:56 +02:00
erasure Plumbing in conf types (#472) 2023-07-06 16:23:27 -07:00
manifest Bump deps take2 (#492) 2023-08-01 16:47:57 -07:00
merkletree Merkle tree construction (#504) 2023-08-15 13:23:35 +02:00
node [marketplace] Add Reservations Module (#340) 2023-04-04 17:05:16 +10:00
purchasing Cancel and wait for asyncstatemachine futures when stopping (#493) 2023-07-31 15:09:34 +10:00
rest Improve integration testing client (CodexClient) and json serialization (#514) 2023-09-01 15:44:41 +10:00
sales fix: sales concurrency bug (#537) 2023-09-05 16:47:29 +02:00
storageproofs Bump deps take2 (#492) 2023-08-01 16:47:57 -07:00
stores Slows down block maintenance iteration (#543) 2023-09-04 11:12:14 +02:00
streams Debug/extra logging (#509) 2023-08-22 08:35:16 +02:00
utils Taiko L2 (#483) 2023-09-13 16:17:56 +02:00
blockexchange.nim Change every dagger to codex (#102) 2022-05-19 13:56:03 -06:00
blocktype.nim Bump deps take2 (#492) 2023-08-01 16:47:57 -07:00
chunker.nim Plumbing in conf types (#472) 2023-07-06 16:23:27 -07:00
clock.nim [clock] waitUntil() completes immediately when block arrives (#475) 2023-07-13 11:19:45 +02:00
codex.nim Taiko L2 (#483) 2023-09-13 16:17:56 +02:00
conf.nim Taiko L2 (#483) 2023-09-13 16:17:56 +02:00
contracts.nim feat: contract address management (#405) 2023-05-03 09:24:25 +02:00
discovery.nim Bump deps take2 (#492) 2023-08-01 16:47:57 -07:00
erasure.nim Improving proc/func formatting consistency (#454) 2023-06-22 08:11:18 -07:00
errors.nim Bump deps take2 (#492) 2023-08-01 16:47:57 -07:00
formats.nim Bump deps take2 (#492) 2023-08-01 16:47:57 -07:00
manifest.nim Change every dagger to codex (#102) 2022-05-19 13:56:03 -06:00
market.nim Slot queue (#455) 2023-07-25 12:50:30 +10:00
namespaces.nim Add metrics (#478) 2023-07-20 09:56:28 +02:00
node.nim Start discovery after announce address is updated (#536) 2023-09-04 11:12:20 +02:00
periods.nim Validator (#387) 2023-04-19 15:06:00 +02:00
purchasing.nim Improving proc/func formatting consistency (#454) 2023-06-22 08:11:18 -07:00
rng.nim track latest nim-libp2p's master branch (#248) 2022-11-02 11:40:28 -06:00
sales.nim fix: sales concurrency bug (#537) 2023-09-05 16:47:29 +02:00
storageproofs.nim Validator (#387) 2023-04-19 15:06:00 +02:00
stores.nim Blockstore maintenance (#347) 2023-03-08 16:04:54 +01:00
streams.nim adding AsyncStreamWrapper (#110) 2022-06-14 09:19:35 -06:00
systemclock.nim Blockstore maintenance (#347) 2023-03-08 16:04:54 +01:00
units.nim Plumbing in conf types (#472) 2023-07-06 16:23:27 -07:00
utils.nim Plumbing in conf types (#472) 2023-07-06 16:23:27 -07:00
validation.nim Improving proc/func formatting consistency (#454) 2023-06-22 08:11:18 -07:00