token-vesting icon indicating copy to clipboard operation
token-vesting copied to clipboard

A Vesting Contract for the Solana Blockchain

Results 57 token-vesting issues
Sort by recently updated
recently updated
newest added

This may affect other variants, but was discovered and tested using an ATtiny817. megaTinyCore release 2.6.10 Example sketch to demonstrate issue: ```cpp // attiny817 PWM pins: 0, 1, 9, 10,...

bug
critical

When I try to install megaTinyCore from the Arduino IDE I get this error: Some indexes could not be updated. Get "https://drazzy.com/package_drazzy.com_index.json": tls: failed to verify certificate: x509: certificate has...

Currently the `TUNING_PIN` pin define is unused, and the `pulseIn()` function uses a hard coded value,

### Discussed in https://github.com/SpenceKonde/megaTinyCore/discussions/1129 Originally posted by **magoldsm** July 18, 2024 In the attached code, I make continuous calls to analogWrite. After 1556 calls, the sketch appears to crash and...

As described in datasheet of ATTiny3216, it is possible to make hardware reset with low voltage, but configuration must be enabled by fuse. On menu UDPI, i have only "No...

I'm having issues when trying to program an ATtiny424 using a high-voltage (HV) programmer. Programming and setting fuses work perfectly without the HV programmer, but I want to experiment with...

Added a bit more information in regards to using SerialUPDI in PlatformIO since i struggled a little getting it to work. The custom method was inspired by [Henry Cheung](https://www.e-tinkers.com/2023/03/make-megatinycore-work-for-platformio/)'s blog...

Hi Just put a look on Tiny X16:. The lines with Tiny 416 looks like OK but for others CPU x16 need some update: the lines #define __AVR_ATtinyx06__ should be...

For several days I have been struggling with an ATTiny3216 to understand why in standby, when I use attachInterrupt I have 200µA of consumption when I should only have 2µA....

Using an Tiny826 chip and the latest core version on Arduino 2.3.3 In order to compile the PWM Pins option "No TCD PWM Even on 1-series" must be manually selected....