derekpierre
8d0dabb76a
Update import remapping for newer version of ape.
2024-04-10 13:16:24 -04:00
derekpierre
aa8cb819a6
Remove ape version restriction and relock dependencies.
2024-04-10 13:16:17 -04:00
Derek Pierre
84c3b19e79
Merge pull request #3468 from derekpierre/leonard-n-amoy
...
Migration from Polygon Mumbai to Polygon Amoy
2024-04-10 13:13:59 -04:00
derekpierre
f4c5623653
Fix incorrect rebase change. Revert line to what it was before.
2024-04-10 09:31:01 -04:00
derekpierre
87c5d99332
No need to skip test anymore since `nucypher-contracts` for tapir were updated to use Polygon Amoy.
...
Rename file since it was previously incorrectly named.
2024-04-10 09:09:39 -04:00
derekpierre
7d584dd490
Add newsfragment for #3468 .
2024-04-10 09:09:36 -04:00
derekpierre
f2e7e2d63d
Update tapir registry based on latest deployment to polygon amoy.
2024-04-10 09:09:23 -04:00
derekpierre
3086e7d942
Don't use ETH in text about tx cost since it could be MATIC.
2024-04-10 09:07:11 -04:00
derekpierre
f669dc1ec6
Update ritual id for testnet examples - use ritual 0 for lynx that now uses polygon amoy.
2024-04-10 09:04:15 -04:00
derekpierre
eae9992158
Update Lynx contract registry with latest Lynx deployment on Polygon Amoy as part of migration from Polygon Mumbai.
2024-04-10 09:04:13 -04:00
derekpierre
b4c7f19f5e
Skip github registry source test until registries have been updated to use amoy instead of mumbai.
2024-04-10 09:04:12 -04:00
derekpierre
64074c842c
Update lynx github action to use polygon amoy endpoint.
2024-04-10 09:04:11 -04:00
derekpierre
8ac343ac54
Update chain id used in taco examples to be polygon amoy.
2024-04-10 09:04:10 -04:00
derekpierre
9dcfdf0458
Update chain information to include polygon amoy as a valid chain.
2024-04-10 09:04:09 -04:00
derekpierre
8a5aec5ca6
Rename Polygon Mumbai enum to Polygon Amoy.
2024-04-10 09:04:00 -04:00
Derek Pierre
50e1c5d47d
Merge pull request #3465 from derekpierre/migrate-specified-config-file
...
Auto-migrate specified config file
2024-03-26 11:14:20 -04:00
derekpierre
fb56c52fbb
Override solidity configuration for dependency.
2024-03-25 17:02:14 -04:00
derekpierre
ec5e6fdced
Use deployer account to deploy contract, and not contract instance itself.
2024-03-25 13:43:22 -04:00
derekpierre
51125a1a7c
Add test for ursula run when a config file in a non-default location is specified - ensure that migration is run on it.
2024-03-25 13:43:21 -04:00
derekpierre
5e1911def2
Remove unnecessary line from unrelated, old test.
2024-03-25 13:43:20 -04:00
derekpierre
ae9374fff7
Add newsfragment for #3465 .
2024-03-25 13:43:19 -04:00
derekpierre
2fcb992f50
Fix failing tests now that migration is performed by default.
2024-03-25 13:43:18 -04:00
derekpierre
b771d0d198
Migrate configuration file when provided.
2024-03-25 13:43:01 -04:00
derekpierre
e45ae23b46
Add dev newsfragment for #3462 .
2024-03-25 13:32:48 -04:00
derekpierre
6f7779def3
Update embedded tapir contract registry.
2024-03-25 13:32:47 -04:00
KPrasch
27bb4f4f76
Merge pull request #3464 from derekpierre/contracts-failures
...
Fix test failures caused by changes to contracts in `nucypher-contracts` `main`
2024-03-25 13:32:45 -04:00
derekpierre
c48bcb3357
Add dev newsfragment for #3464 .
2024-03-25 13:32:44 -04:00
derekpierre
a4a4988ca1
Adjust call to TACoApplication.getActiveStakingProviders. Needs to be properly addressed by #3458 to take a duration value.
2024-03-25 13:32:43 -04:00
derekpierre
fd08570b2f
Add additional values belonging to StakingProviderInfo for TACoChildApplicationAgent.
2024-03-25 13:32:42 -04:00
derekpierre
f9ea5abb4a
Fix timing issue with dkg storage in integration test. Multiple ursulas contacted at same time, only increment num ursulas used if cached validators are available. It is possible to have a cached ritual but not a cached validator in a small time window.
2024-03-25 13:32:41 -04:00
derekpierre
783b75a7b5
Skip test for now until #3458 is addressed.
2024-03-25 13:32:40 -04:00
derekpierre
f3b588c5e5
Fix failing test that requires the use of duration with TACoApplicationAgent for sampling.
2024-03-25 13:32:39 -04:00
KPrasch
ae8b7db84e
Merge pull request #3457 from KPrasch/poetry
...
Poetry
2024-03-25 13:32:38 -04:00
KPrasch
a4afb5e5df
relock with pynacl (it's a direct dependency)
2024-03-25 13:32:37 -04:00
KPrasch
783664a173
handles importing of test packages in production builds
2024-03-25 13:32:36 -04:00
KPrasch
cc23931c37
updates search keywords on pypi
2024-03-25 13:32:35 -04:00
KPrasch
822e3047cf
removes ursula extra from docker file; relayer docker file for faster build speed
2024-03-25 13:32:34 -04:00
KPrasch
f1b6611ec0
newsfragments/3457.dev.rst
2024-03-25 13:32:33 -04:00
KPrasch
5dad95d22a
adjust setup.py for poetry integration
2024-03-25 13:32:32 -04:00
KPrasch
0baf7789db
rework dependency relock script to use poetry
2024-03-25 13:32:31 -04:00
KPrasch
7d55e74823
minimal poetry config
...
bumpversion targets pyproject.toml
2024-03-25 13:32:30 -04:00
KPrasch
190f778637
remove Pipenv
2024-03-25 13:32:28 -04:00
KPrasch
5f1aa85194
Merge pull request #3437 from KPrasch/asynctx
...
Fault Tolerance: Async Transactions
2024-03-25 13:32:27 -04:00
KPrasch
edbead6791
repsond to RFCs in PR #3437 :
...
- removes stale newsfrag
- do not return Deferred from SimpleTask.start and SimpleTask.stop
- removes eager atxm startup with ursula startup.
- remove unused token agent methods
- add spaces after periods in select logs
- more...
2024-03-25 13:32:26 -04:00
KPrasch
b1fef5d6b1
removes interval parapeter from subclass constructors of SimpleTask
2024-03-25 13:32:25 -04:00
KPrasch
69bd09bfe3
crash ursula on invalid event dispatch.
2024-03-25 13:32:24 -04:00
KPrasch
c16f93707a
promotes phase id to a NamedTuple.
2024-03-25 13:32:23 -04:00
KPrasch
bf2dbbc2c0
respond to RFCs in PR #3437
2024-03-25 13:32:22 -04:00
KPrasch
931536b0f4
newsfragments/3437
2024-03-25 13:32:21 -04:00
KPrasch
8b4e6bf09a
unit/integration test demonstrating async tx tracking by ursula.
2024-03-25 13:32:20 -04:00