rocketh 0.16.0 → 0.17.0-next.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. package/dist/environment/index.d.ts +12 -2
  2. package/dist/environment/index.d.ts.map +1 -1
  3. package/dist/environment/index.js +94 -48
  4. package/dist/environment/index.js.map +1 -1
  5. package/dist/environment/utils/artifacts.d.ts +4 -4
  6. package/dist/executor/index.d.ts +16 -23
  7. package/dist/executor/index.d.ts.map +1 -1
  8. package/dist/executor/index.js +311 -128
  9. package/dist/executor/index.js.map +1 -1
  10. package/dist/index.d.ts +8 -10
  11. package/dist/index.d.ts.map +1 -1
  12. package/dist/index.js +8 -8
  13. package/dist/index.js.map +1 -1
  14. package/dist/internal/logging.d.ts +1 -1
  15. package/dist/internal/logging.d.ts.map +1 -1
  16. package/dist/internal/types.d.ts +0 -1
  17. package/dist/internal/types.d.ts.map +1 -1
  18. package/dist/types.d.ts +25 -0
  19. package/dist/types.d.ts.map +1 -1
  20. package/package.json +18 -17
  21. package/.prettierignore +0 -3
  22. package/.prettierrc +0 -7
  23. package/CHANGELOG.md +0 -961
  24. package/dist/cli.d.ts +0 -3
  25. package/dist/cli.d.ts.map +0 -1
  26. package/dist/cli.js +0 -30
  27. package/dist/cli.js.map +0 -1
  28. package/dist/environment/deployment-store.d.ts +0 -3
  29. package/dist/environment/deployment-store.d.ts.map +0 -1
  30. package/dist/environment/deployment-store.js +0 -49
  31. package/dist/environment/deployment-store.js.map +0 -1
  32. package/dist/environment/deployments.d.ts +0 -12
  33. package/dist/environment/deployments.d.ts.map +0 -1
  34. package/dist/environment/deployments.js +0 -108
  35. package/dist/environment/deployments.js.map +0 -1
  36. package/dist/executor/setup.test.d.ts +0 -14
  37. package/dist/executor/setup.test.d.ts.map +0 -1
  38. package/dist/executor/setup.test.js +0 -107
  39. package/dist/executor/setup.test.js.map +0 -1
  40. package/dist/utils/fs.d.ts +0 -16
  41. package/dist/utils/fs.d.ts.map +0 -1
  42. package/dist/utils/fs.js +0 -52
  43. package/dist/utils/fs.js.map +0 -1
  44. package/src/cli.ts +0 -35
  45. package/src/environment/deployment-store.ts +0 -72
  46. package/src/executor/index.ts +0 -329
  47. package/src/index.ts +0 -16
  48. package/src/utils/fs.ts +0 -70
  49. package/tsconfig.json +0 -18
package/CHANGELOG.md DELETED
@@ -1,961 +0,0 @@
1
- # rocketh
2
-
3
- ## 0.16.0
4
-
5
- ### Minor Changes
6
-
7
- - add @roceth/core
8
-
9
- ### Patch Changes
10
-
11
- - Updated dependencies
12
- - @rocketh/core@0.16.0
13
-
14
- ## 0.15.15
15
-
16
- ### Patch Changes
17
-
18
- - fix
19
-
20
- ## 0.15.14
21
-
22
- ### Patch Changes
23
-
24
- - auto-mine + faster import by caching
25
-
26
- ## 0.15.13
27
-
28
- ### Patch Changes
29
-
30
- - forgot to build
31
-
32
- ## 0.15.12
33
-
34
- ### Patch Changes
35
-
36
- - only export types from eip-1193
37
-
38
- ## 0.15.11
39
-
40
- ### Patch Changes
41
-
42
- - reexport EIP-1193 types
43
-
44
- ## 0.15.10
45
-
46
- ### Patch Changes
47
-
48
- - latest deps
49
-
50
- ## 0.15.9
51
-
52
- ### Patch Changes
53
-
54
- - remove unecessary spinner
55
-
56
- ## 0.15.8
57
-
58
- ### Patch Changes
59
-
60
- - fix tx nonce fetching
61
-
62
- ## 0.15.7
63
-
64
- ### Patch Changes
65
-
66
- - proxy: do not merge docs from proxy contract
67
-
68
- ## 0.15.6
69
-
70
- ### Patch Changes
71
-
72
- - proxy: add checkProxyAdmin and checkABIConflict + merge abi
73
-
74
- ## 0.15.5
75
-
76
- ### Patch Changes
77
-
78
- - forgot to build
79
-
80
- ## 0.15.4
81
-
82
- ### Patch Changes
83
-
84
- - megaeth exception not required anymore
85
-
86
- ## 0.15.3
87
-
88
- ### Patch Changes
89
-
90
- - fix
91
-
92
- ## 0.15.2
93
-
94
- ### Patch Changes
95
-
96
- - defaultChainProperties
97
-
98
- ## 0.15.1
99
-
100
- ### Patch Changes
101
-
102
- - better message
103
-
104
- ## 0.15.0
105
-
106
- ### Minor Changes
107
-
108
- - 851378e: revamp the settings to be allowed to configure per chain as well as per target
109
-
110
- ### Patch Changes
111
-
112
- - 8122cdb: fix
113
- - e6de720: fork
114
- - 1f2e044: fixes + support old hardhat-deploy
115
- - 9d920a8: fix
116
- - c682fd2: canonical chain names export
117
- - 0d7e7ed: fix export
118
- - 691d296: fixes
119
- - cb340e2: fix
120
- - 2b82b5b: fix
121
- - a0fcde6: fixes
122
- - 356f26c: executeDeployScriptsDirectly is now executeDeployScripts
123
- - 03f2406: fixes
124
- - 68151ae: rname target to environment
125
- - e2dbd6f: revamp of types and resolution
126
- - 4d1a814: fix cli
127
- - e260c6d: fix
128
- - feb4780: context only to be provided
129
-
130
- ## 0.15.0-testing.17
131
-
132
- ### Patch Changes
133
-
134
- - executeDeployScriptsDirectly is now executeDeployScripts
135
-
136
- ## 0.15.0-testing.16
137
-
138
- ### Patch Changes
139
-
140
- - fix
141
-
142
- ## 0.15.0-testing.15
143
-
144
- ### Patch Changes
145
-
146
- - context only to be provided
147
-
148
- ## 0.15.0-testing.14
149
-
150
- ### Patch Changes
151
-
152
- - fixes
153
-
154
- ## 0.15.0-testing.13
155
-
156
- ### Patch Changes
157
-
158
- - rname target to environment
159
-
160
- ## 0.15.0-testing.12
161
-
162
- ### Patch Changes
163
-
164
- - canonical chain names export
165
-
166
- ## 0.15.0-testing.11
167
-
168
- ### Patch Changes
169
-
170
- - fork
171
-
172
- ## 0.15.0-testing.10
173
-
174
- ### Patch Changes
175
-
176
- - fix export
177
-
178
- ## 0.15.0-testing.9
179
-
180
- ### Patch Changes
181
-
182
- - fixes
183
-
184
- ## 0.15.0-testing.8
185
-
186
- ### Patch Changes
187
-
188
- - fix
189
-
190
- ## 0.15.0-testing.7
191
-
192
- ### Patch Changes
193
-
194
- - revamp of types and resolution
195
-
196
- ## 0.15.0-testing.6
197
-
198
- ### Patch Changes
199
-
200
- - fix
201
-
202
- ## 0.15.0-testing.5
203
-
204
- ### Patch Changes
205
-
206
- - fix
207
-
208
- ## 0.15.0-testing.4
209
-
210
- ### Patch Changes
211
-
212
- - fixes
213
-
214
- ## 0.15.0-testing.3
215
-
216
- ### Patch Changes
217
-
218
- - fix
219
-
220
- ## 0.15.0-testing.2
221
-
222
- ### Patch Changes
223
-
224
- - fix cli
225
-
226
- ## 0.15.0-testing.1
227
-
228
- ### Patch Changes
229
-
230
- - fixes + support old hardhat-deploy
231
-
232
- ## 0.15.0-testing.0
233
-
234
- ### Minor Changes
235
-
236
- - revamp the settings to be allowed to configure per chain as well as per target
237
-
238
- ## 0.14.9
239
-
240
- ### Patch Changes
241
-
242
- - consolidate the export format + add ability to augment chain data with custom properties
243
-
244
- ## 0.14.8
245
-
246
- ### Patch Changes
247
-
248
- - fix
249
-
250
- ## 0.14.7
251
-
252
- ### Patch Changes
253
-
254
- - latest deps + fix eth_feeHistory
255
-
256
- ## 0.14.6
257
-
258
- ### Patch Changes
259
-
260
- - network name default considered memory
261
-
262
- ## 0.14.5
263
-
264
- ### Patch Changes
265
-
266
- - allow to configure polling interval + remove confirmation field from deployment data
267
-
268
- ## 0.14.4
269
-
270
- ### Patch Changes
271
-
272
- - revert
273
-
274
- ## 0.14.2
275
-
276
- ### Patch Changes
277
-
278
- - also setup for loadEnvironment (used by hardhat-deploy)
279
-
280
- ## 0.14.1
281
-
282
- ### Patch Changes
283
-
284
- - fix type
285
-
286
- ## 0.14.0
287
-
288
- ### Minor Changes
289
-
290
- - setup for both deployScript and loadAndExecuteDeployments
291
-
292
- ## 0.13.4
293
-
294
- ### Patch Changes
295
-
296
- - extension for loadAndExecuteDeployments
297
-
298
- ## 0.13.3
299
-
300
- ### Patch Changes
301
-
302
- - fix waitForTransactionReceipt + handle missing earliest
303
-
304
- ## 0.13.2
305
-
306
- ### Patch Changes
307
-
308
- - fix
309
-
310
- ## 0.13.1
311
-
312
- ### Patch Changes
313
-
314
- - rename and allow for variable getters in env
315
-
316
- ## 0.13.0
317
-
318
- ### Minor Changes
319
-
320
- - use env function for extended functions
321
-
322
- ## 0.12.1
323
-
324
- ### Patch Changes
325
-
326
- - Merge branch 'feat/create3-support'
327
-
328
- ## 0.12.0
329
-
330
- ### Minor Changes
331
-
332
- - switch to setup function
333
-
334
- ## 0.11.22
335
-
336
- ### Patch Changes
337
-
338
- - 5bf9962: allow to pass Extra date to environment
339
- - a76870d: signer protocols are specified via config
340
- - de97d9c: fix
341
- - 77c2ffd: fix
342
- - c841f17: use hard deps
343
- - 966bab6: fixes
344
- - c03812e: Extra type generic
345
- - 1148e1c: fix
346
- - 4d37f14: remove use of global, breakinmg change
347
-
348
- ## 0.11.22-testing.8
349
-
350
- ### Patch Changes
351
-
352
- - fix
353
-
354
- ## 0.11.22-testing.7
355
-
356
- ### Patch Changes
357
-
358
- - Extra type generic
359
-
360
- ## 0.11.22-testing.6
361
-
362
- ### Patch Changes
363
-
364
- - fix
365
-
366
- ## 0.11.22-testing.5
367
-
368
- ### Patch Changes
369
-
370
- - allow to pass Extra date to environment
371
-
372
- ## 0.11.22-testing.4
373
-
374
- ### Patch Changes
375
-
376
- - fix
377
-
378
- ## 0.11.22-testing.3
379
-
380
- ### Patch Changes
381
-
382
- - signer protocols are specified via config
383
-
384
- ## 0.11.22-testing.2
385
-
386
- ### Patch Changes
387
-
388
- - use hard deps
389
-
390
- ## 0.11.22-testing.1
391
-
392
- ### Patch Changes
393
-
394
- - fixes
395
-
396
- ## 0.11.22-testing.0
397
-
398
- ### Patch Changes
399
-
400
- - remove use of global, breakinmg change
401
-
402
- ## 0.11.21
403
-
404
- ### Patch Changes
405
-
406
- - allow minimal deployment info for read/execute
407
-
408
- ## 0.11.20
409
-
410
- ### Patch Changes
411
-
412
- - use file:// import so it works on windows
413
-
414
- ## 0.11.19
415
-
416
- ### Patch Changes
417
-
418
- - fix publicInfo for networks
419
-
420
- ## 0.11.18
421
-
422
- ### Patch Changes
423
-
424
- - fixes + add basescan
425
-
426
- ## 0.11.17
427
-
428
- ### Patch Changes
429
-
430
- - fix
431
-
432
- ## 0.11.16
433
-
434
- ### Patch Changes
435
-
436
- - public chain info in config
437
-
438
- ## 0.11.15
439
-
440
- ### Patch Changes
441
-
442
- - for convenience:support bigint but stringify it
443
-
444
- ## 0.11.14
445
-
446
- ### Patch Changes
447
-
448
- - LinkedData + remove auto-json-convertion
449
-
450
- ## 0.11.13
451
-
452
- ### Patch Changes
453
-
454
- - fix
455
-
456
- ## 0.11.12
457
-
458
- ### Patch Changes
459
-
460
- - fix network specifics script folder
461
-
462
- ## 0.11.11
463
-
464
- ### Patch Changes
465
-
466
- - actual fix
467
-
468
- ## 0.11.10
469
-
470
- ### Patch Changes
471
-
472
- - fix
473
-
474
- ## 0.11.9
475
-
476
- ### Patch Changes
477
-
478
- - 6d4e756: allow to specific data per network
479
- - 82f6787: allow for specific deploy scripts folder per network
480
- - 37e6a46: fix types
481
-
482
- ## 0.11.8
483
-
484
- ### Patch Changes
485
-
486
- - fix
487
-
488
- ## 0.11.7
489
-
490
- ### Patch Changes
491
-
492
- - deterministicDeployment fix
493
-
494
- ## 0.11.6
495
-
496
- ### Patch Changes
497
-
498
- - fixes
499
-
500
- ## 0.11.5
501
-
502
- ### Patch Changes
503
-
504
- - 4426c7d: remove .json config file + support custom deterministic deployment factory
505
-
506
- ## 0.11.4
507
-
508
- ### Patch Changes
509
-
510
- - add default tags option for network
511
-
512
- ## 0.11.3
513
-
514
- ### Patch Changes
515
-
516
- - 2431e8f: remove the use of context
517
-
518
- ## 0.11.2
519
-
520
- ### Patch Changes
521
-
522
- - f2959f3: display <no-name>
523
- - 169b618: migrations
524
- - aaba9cb: allow to not save deployment + use it for diamond unamed artifact execution
525
- - fee5656: upgradeIndex and numDeployments tracking
526
-
527
- ## 0.11.1
528
-
529
- ### Patch Changes
530
-
531
- - release as v0.11.1
532
-
533
- ### Major Changes
534
-
535
- - first alpha release
536
-
537
- ## 0.10.18
538
-
539
- ### Patch Changes
540
-
541
- - fix chains import, no default export
542
-
543
- ## 0.10.17
544
-
545
- ### Patch Changes
546
-
547
- - hardhat3-rocketh
548
-
549
- ## 0.10.16
550
-
551
- ### Patch Changes
552
-
553
- - use tsx
554
-
555
- ## 0.10.15
556
-
557
- ### Patch Changes
558
-
559
- - update latest esbuil
560
-
561
- ## 0.10.14
562
-
563
- ### Patch Changes
564
-
565
- - latest dependencies
566
-
567
- ## 0.10.13
568
-
569
- ### Patch Changes
570
-
571
- - forgot to build
572
-
573
- ## 0.10.12
574
-
575
- ### Patch Changes
576
-
577
- - fixes for rocketh-doc and allow memory hardhat network to be used for it
578
-
579
- ## 0.10.11
580
-
581
- ### Patch Changes
582
-
583
- - speicfy context from executor
584
-
585
- ## 0.10.10
586
-
587
- ### Patch Changes
588
-
589
- - unnamedAccounts
590
-
591
- ## 0.10.9
592
-
593
- ### Patch Changes
594
-
595
- - use pkgroll and @rocketh namespace
596
-
597
- ## 0.10.8
598
-
599
- ### Patch Changes
600
-
601
- - add ancient8 to chains + export info via rocketh-export
602
-
603
- ## 0.10.7
604
-
605
- ### Patch Changes
606
-
607
- - export eth utils like getGasPriceEstimate
608
-
609
- ## 0.10.6
610
-
611
- ### Patch Changes
612
-
613
- - add info about network
614
-
615
- ## 0.10.5
616
-
617
- ### Patch Changes
618
-
619
- - fix
620
-
621
- ## 0.10.4
622
-
623
- ### Patch Changes
624
-
625
- - can skp report and prompts
626
-
627
- ## 0.10.3
628
-
629
- ### Patch Changes
630
-
631
- - router allow extra abi
632
-
633
- ## 0.10.2
634
-
635
- ### Patch Changes
636
-
637
- - report gas use
638
-
639
- ## 0.10.1
640
-
641
- ### Patch Changes
642
-
643
- - ask before proceeding option
644
-
645
- ## 0.10.0
646
-
647
- ### Minor Changes
648
-
649
- - read config always
650
-
651
- ## 0.9.2
652
-
653
- ### Patch Changes
654
-
655
- - can reverse lookup named abi rom address
656
-
657
- ## 0.9.1
658
-
659
- ### Patch Changes
660
-
661
- - use latest solidity-proxy
662
-
663
- ## 0.9.0
664
-
665
- ### Minor Changes
666
-
667
- - get throw if deployment not found, add getOrNull
668
-
669
- ## 0.8.2
670
-
671
- ### Patch Changes
672
-
673
- - attempt fix
674
-
675
- ## 0.8.1
676
-
677
- ### Patch Changes
678
-
679
- - remove the need to pass chain
680
-
681
- ## 0.8.0
682
-
683
- ### Minor Changes
684
-
685
- - use latest viem + add read
686
-
687
- ## 0.7.6
688
-
689
- ### Patch Changes
690
-
691
- - type devdoc more leniant for older solc
692
-
693
- ## 0.7.5
694
-
695
- ### Patch Changes
696
-
697
- - type devdoc more leniant for older solc
698
-
699
- ## 0.7.4
700
-
701
- ### Patch Changes
702
-
703
- - use eip-1193-jsonrpc-provider new name
704
-
705
- ## 0.7.3
706
-
707
- ### Patch Changes
708
-
709
- - fix
710
-
711
- ## 0.7.2
712
-
713
- ### Patch Changes
714
-
715
- - use .chain file and include genesisHash
716
-
717
- ## 0.7.1
718
-
719
- ### Patch Changes
720
-
721
- - use latest eip-1193-json-provider
722
-
723
- ## 0.7.0
724
-
725
- ### Minor Changes
726
-
727
- - latest deps minus isomorphic-unfetch
728
-
729
- ## 0.6.20
730
-
731
- ### Patch Changes
732
-
733
- - fix message indentation
734
-
735
- ## 0.6.19
736
-
737
- ### Patch Changes
738
-
739
- - forgot to build
740
-
741
- ## 0.6.18
742
-
743
- ### Patch Changes
744
-
745
- - show Contract Address
746
-
747
- ## 0.6.17
748
-
749
- ### Patch Changes
750
-
751
- - fix deterministic deployment when already deployed + showMessage
752
-
753
- ## 0.6.16
754
-
755
- ### Patch Changes
756
-
757
- - deterministic deployment via create2 factory
758
-
759
- ## 0.6.15
760
-
761
- ### Patch Changes
762
-
763
- - confirmations for receipt
764
-
765
- ## 0.6.14
766
-
767
- ### Patch Changes
768
-
769
- - simplify receipt
770
-
771
- ## 0.6.13
772
-
773
- ### Patch Changes
774
-
775
- - add receipt to deployments
776
-
777
- ## 0.6.12
778
-
779
- ### Patch Changes
780
-
781
- - forgot to build
782
-
783
- ## 0.6.11
784
-
785
- ### Patch Changes
786
-
787
- - log using console if Logging level
788
-
789
- ## 0.6.10
790
-
791
- ### Patch Changes
792
-
793
- - Option to skip esbuild-register
794
-
795
- ## 0.6.9
796
-
797
- ### Patch Changes
798
-
799
- - add bytecode and linkedData to export
800
-
801
- ## 0.6.8
802
-
803
- ### Patch Changes
804
-
805
- - better docs
806
-
807
- ## 0.6.7
808
-
809
- ### Patch Changes
810
-
811
- - fix types
812
-
813
- ## 0.6.6
814
-
815
- ### Patch Changes
816
-
817
- - fix types
818
-
819
- ## 0.6.5
820
-
821
- ### Patch Changes
822
-
823
- - add rocketh-doc
824
-
825
- ## 0.6.4
826
-
827
- ### Patch Changes
828
-
829
- - void spinner
830
-
831
- ## 0.6.3
832
-
833
- ### Patch Changes
834
-
835
- - let deploy script accept arguments
836
-
837
- ## 0.6.2
838
-
839
- ### Patch Changes
840
-
841
- - fix logging
842
-
843
- ## 0.6.1
844
-
845
- ### Patch Changes
846
-
847
- - latest update + rocketh-router
848
-
849
- ## 0.6.0
850
-
851
- ### Minor Changes
852
-
853
- - transaction field in deployment
854
-
855
- ## 0.5.18
856
-
857
- ### Patch Changes
858
-
859
- - add loadEnvironment
860
-
861
- ## 0.5.17
862
-
863
- ### Patch Changes
864
-
865
- - skip tx recovery when saveDeployments=false
866
-
867
- ## 0.5.16
868
-
869
- ### Patch Changes
870
-
871
- - return environment instead of just deployments
872
-
873
- ## 0.5.15
874
-
875
- ### Patch Changes
876
-
877
- - forgot to pass tx info
878
-
879
- ## 0.5.14
880
-
881
- ### Patch Changes
882
-
883
- - add tx info in all case
884
-
885
- ## 0.5.13
886
-
887
- ### Patch Changes
888
-
889
- - fixes
890
-
891
- ## 0.5.12
892
-
893
- ### Patch Changes
894
-
895
- - fix
896
-
897
- ## 0.5.11
898
-
899
- ### Patch Changes
900
-
901
- - better handling of pending tx
902
-
903
- ## 0.5.10
904
-
905
- ### Patch Changes
906
-
907
- - show deploy name
908
-
909
- ## 0.5.9
910
-
911
- ### Patch Changes
912
-
913
- - remove some log as we can't use ora
914
-
915
- ## 0.5.8
916
-
917
- ### Patch Changes
918
-
919
- - remove ora
920
-
921
- ## 0.5.7
922
-
923
- ### Patch Changes
924
-
925
- - use latest ora-cjs
926
-
927
- ## 0.5.6
928
-
929
- ### Patch Changes
930
-
931
- - forgot to build
932
-
933
- ## 0.5.5
934
-
935
- ### Patch Changes
936
-
937
- - fix
938
-
939
- ## 0.5.4
940
-
941
- ### Patch Changes
942
-
943
- - use ora-cjs
944
-
945
- ## 0.5.3
946
-
947
- ### Patch Changes
948
-
949
- - add logging
950
-
951
- ## 0.5.2
952
-
953
- ### Patch Changes
954
-
955
- - fix
956
-
957
- ## 0.5.1
958
-
959
- ### Patch Changes
960
-
961
- - 0.5.1