Florian Pellissier
139f7ac3f5
refactor(substreams-testing): Remove shallow functions, be more 🐍
2024-08-08 17:58:20 -03:00
Florian Pellissier
1f9fe8d583
refactor(substreams-testing): Use Pydantic validators, Hexbytes and improve description
2024-08-08 17:58:20 -03:00
Florian Pellissier
95efda0423
refactor(substreams-testing): Use Pydantic to deserialize test_assets.yaml
2024-08-08 17:58:20 -03:00
kayibal
e302bfb4a6
feat: Request only contracts of interest
...
Instead of requesting all contracts just get what is specified by the components.
2024-08-08 17:58:20 -03:00
kayibal
9f4503e2a9
fix: Misc fixes around byte encoding.
...
Also initialize TychoDB for each test case individually.
2024-08-08 17:58:20 -03:00
Thales Lima
5238141771
Fix hexbytes comparison, fix attribute access
2024-08-08 17:58:20 -03:00
Thales Lima
cb6e997375
Add token_factory
2024-08-08 17:58:20 -03:00
Thales Lima
d0c248fcb6
Add build_snapshot_message method
2024-08-08 17:58:20 -03:00
Thales
d893ab264c
Start using external modules
2024-08-08 17:58:20 -03:00
Thales Lima
8ea02613a2
Improve README, add foundry to docker, add handler to build targets
2024-08-08 17:58:20 -03:00
kayibal
2e50eaf4ba
feat(testing): Nicer cli; expose trace parameter
...
Nicer name for the cli args and expose the vm_traces flag to quickly enable/disable tracing.
2024-08-01 12:09:58 +02:00
kayibal
75b66a85af
fix(balancer): Get all balancer tests working.
2024-08-01 12:03:01 +02:00
Florian Pellissier
a6cff51bf6
feat: SDK improvements
...
Add a way to pull stateless contracts code from node, add more settings to test_assets.yaml, add logic to allow dynamic stateless contract by calling another contract
2024-07-30 16:24:20 +01:00
kayibal
4c337a36d1
feat(runner): Support initialized accounts + misc fixes.
...
Simplifies a lot the setup of testing:
- Looks up tycho-indexer under the usual paths no OS specific naming necessary.
- Simply assumes that protosim can be pulled from our private PyPi
- Navigates the foundry out folder to find solidity runtime binaries
Includes some additional fixes to deal with some attribtues that may have to be reflected to defibot later on.
2024-07-25 19:31:54 +01:00
kayibal
fcaae2f643
chore: Move runner app to separate package
2024-07-25 14:11:29 +01:00